forked from mirrors/nixpkgs
startkde: Fix kdostartupconfig5
path
This commit is contained in:
parent
29808a11b6
commit
370e40aef5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue