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).
This commit is contained in:
Thomas Tuegel 2016-07-29 10:20:32 -05:00
parent 6c79045964
commit e15f259f9b

View file

@ -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 { };