mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 09:02:36 +00:00
kde5.plasma: remove misguided setupHook
This commit is contained in:
parent
4f7297f1e3
commit
ec9073dd2e
|
@ -26,8 +26,6 @@ let
|
|||
name = "${name}-${version}";
|
||||
inherit src;
|
||||
|
||||
setupHook = args.setupHook or ./setup-hook.sh;
|
||||
|
||||
cmakeFlags =
|
||||
(args.cmakeFlags or [])
|
||||
++ [ "-DBUILD_TESTING=OFF" ]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
addToSearchPath XDG_DATA_DIRS @out@/share
|
Loading…
Reference in a new issue