Clean up KDE Frameworks

This commit is contained in:
Thomas Tuegel
2017-02-27 11:49:15 -06:00
parent c650dc8bd7
commit a33ab04d1b
4 changed files with 24 additions and 28 deletions
@@ -1,20 +1,6 @@
{ stdenv, lib, copyPathsToStore, src, version, cmake }:
{ makeSetupHook, lib, cmake, ecmNoHooks, pkgconfig, qtbase, qttools }:
stdenv.mkDerivation {
name = "extra-cmake-modules-${version}";
inherit src;
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
outputs = [ "out" ]; # this package has no runtime components
nativeBuildInputs = [ cmake ];
meta = with lib; {
platforms = lib.platforms.linux;
homepage = "http://www.kde.org";
license = licenses.bsd2;
maintainers = [ maintainers.ttuegel ];
};
makeSetupHook {
deps = lib.chooseDevOutputs [ cmake ecmNoHooks pkgconfig qtbase qttools ];
}
./setup-hook.sh