1
0
Fork 1
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:
José Romildo Malaquias 2021-04-22 10:40:54 -03:00
parent 7501beac87
commit 3922a641d0

View file

@ -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" ];