3
0
Fork 0
forked from mirrors/nixpkgs

startkde: Fix kdostartupconfig5 path

This commit is contained in:
Kirill Elagin 2015-03-19 14:01:20 +03:00 committed by Thomas Tuegel
parent 29808a11b6
commit 370e40aef5

View file

@ -132,6 +132,10 @@ let
plasma-workspace = with pkgs; super.plasma-workspace // {
buildInputs = with xlibs;
super.plasma-workspace.buildInputs ++ [ libSM libXcursor pam ];
postPatch = ''
substituteInPlace startkde/kstartupconfig/kstartupconfig.cpp \
--replace kdostartupconfig5 $out/bin/kdostartupconfig5
'';
postInstall = ''
# We use a custom startkde script
rm $out/bin/startkde