mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
franz: fix Exec
substitution in franz.desktop
Signed-off-by: David Wood <david.wood@codeplay.com>
This commit is contained in:
parent
c8c7398d84
commit
05aa59afa6
@ -35,7 +35,7 @@ in stdenv.mkDerivation {
|
||||
# provide desktop item and icon
|
||||
cp -r usr/share $out
|
||||
substituteInPlace $out/share/applications/franz.desktop \
|
||||
--replace Exec=\"/opt/Franz/franz\" Exec=franz
|
||||
--replace /opt/Franz/franz franz
|
||||
'';
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user