mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
mate.mate-session-manager: fix stale substituteInPlace
This commit is contained in:
parent
7501beac87
commit
3922a641d0
|
@ -43,8 +43,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postFixup = ''
|
||||
substituteInPlace $out/share/xsessions/mate.desktop \
|
||||
--replace "Exec=mate-session" "Exec=$out/bin/mate-session" \
|
||||
--replace "TryExec=mate-session" "TryExec=$out/bin/mate-session"
|
||||
--replace "Exec=mate-session" "Exec=$out/bin/mate-session"
|
||||
'';
|
||||
|
||||
passthru.providedSessions = [ "mate" ];
|
||||
|
|
Loading…
Reference in a new issue