summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-07-29 10:20:32 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-07-29 10:23:18 -0500
commite15f259f9b4acaa784f84990f1c48548bc90acc1 (patch)
treed168354c602c32a93a9f9389c2648e049236b2df
parent6c79045964a2337de7d2a4a0787d7a696c326cc7 (diff)
downloadnixlib-e15f259f9b4acaa784f84990f1c48548bc90acc1.tar
nixlib-e15f259f9b4acaa784f84990f1c48548bc90acc1.tar.gz
nixlib-e15f259f9b4acaa784f84990f1c48548bc90acc1.tar.bz2
nixlib-e15f259f9b4acaa784f84990f1c48548bc90acc1.tar.lz
nixlib-e15f259f9b4acaa784f84990f1c48548bc90acc1.tar.xz
nixlib-e15f259f9b4acaa784f84990f1c48548bc90acc1.tar.zst
nixlib-e15f259f9b4acaa784f84990f1c48548bc90acc1.zip
extra-cmake-modules: add top-level package
This package no longer depends on Qt 5, but it is part of the KDE
Frameworks collection that do (so it is exported from there).
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b3cf49faf02e..fae5fe25f5ef 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -6264,6 +6264,9 @@ in
 
   cmakeWithGui = self.cmakeCurses.override { useQt4 = true; };
 
+  # Does not actually depend on Qt 5
+  extra-cmake-modules = qt5.extra-cmake-modules;
+
   coccinelle = callPackage ../development/tools/misc/coccinelle { };
 
   cpptest = callPackage ../development/libraries/cpptest { };