mirror of
https://github.com/lelgenio/dzgui-nix.git
synced 2025-06-15 19:32:56 -03:00
dont create desktop entry during runtime
This commit is contained in:
parent
0ece4e88a6
commit
e18a4c048c
2 changed files with 20 additions and 1 deletions
|
@ -26,7 +26,11 @@ stdenv.mkDerivation rec {
|
|||
# steam
|
||||
];
|
||||
|
||||
patchPhase = ''
|
||||
patches = [
|
||||
./dont-write-desktop-entry-during-runtime.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
sed -i \
|
||||
-e 's|/usr/bin/zenity|${pkgs.gnome.zenity}/bin/zenity|' \
|
||||
-e 's|2>/dev/null||' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue