0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #9152 from ericsagnes/mupdf

mupdf: desktop file fix
This commit is contained in:
lethalman 2015-08-08 15:34:25 +02:00
commit 260438a8e0

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
Version=1.0
Name=mupdf
Comment=PDF viewer
Exec=$out/bin/mupdf-x11
Exec=$out/bin/mupdf-x11 %f
Terminal=false
EOF
'';