pwsafe: substitute paths in .desktop file

Upstream uses an absolute path in the .desktop file to point to the
icon.
main
Ryan Hendrickson 2 years ago committed by GitHub
parent 38ec35cef2
commit 4d1de6bdac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/misc/pwsafe/default.nix

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
done
# Fix hard coded paths.
for f in $(grep -Rl /usr/share/ src) ; do
for f in $(grep -Rl /usr/share/ src install/desktop) ; do
substituteInPlace $f --replace /usr/share/ $out/share/
done

Loading…
Cancel
Save