Clean up KDE Frameworks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user