summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-25 09:44:01 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-27 11:49:04 -0600
commit4f2e7a0424a51f7462f219fa5691be1d3ae6a082 (patch)
tree515ab62f6b9a66c70445e4f87739957a6497dc9d /pkgs/tools
parent6018cf4a692b5e12e433cc332f8d8f79ccd57ba1 (diff)
Separate Qt 5 packages from dependent libraries
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/colord-kde/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/colord-kde/default.nix b/pkgs/tools/misc/colord-kde/default.nix
index 0c8e9d6bceef..7dc48db104c9 100644
--- a/pkgs/tools/misc/colord-kde/default.nix
+++ b/pkgs/tools/misc/colord-kde/default.nix
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl
-, extra-cmake-modules, ki18n
+, ecm, ki18n
, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons, kiconthemes, kcmutils
, kio, knotifications, plasma-framework, kwidgetsaddons, kwindowsystem
, kitemviews, lcms2, libXrandr, qtx11extras
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
sha256 = "0brdnpflm95vf4l41clrqxwvjrdwhs859n7401wxcykkmw4m0m3c";
};
- nativeBuildInputs = [ extra-cmake-modules ki18n ];
+ nativeBuildInputs = [ ecm ki18n ];
buildInputs = [
kconfig kconfigwidgets kcoreaddons kdbusaddons kiconthemes