forked from mirrors/nixpkgs
deepin.deepin-mutter: use absolute path in desktop file
This commit is contained in:
parent
d5a188d4d6
commit
179bc50f6e
|
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postPatch = ''
|
||||
searchHardCodedPaths # debugging
|
||||
sed -i -e "s,Exec=deepin-mutter,Exec=$out/bin/deepin-mutter," data/mutter.desktop.in
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue