From 86ccc63008204a8ab5a7a52645bfb4ade3857818 Mon Sep 17 00:00:00 2001 From: "Markus S. Wamser" Date: Tue, 22 Oct 2019 10:14:45 +0200 Subject: [PATCH] mupdf: provide symlink mupdf -> mupdf-x11 This symlink is present on other distros and avoids confusing users on the CLI, which are used to calling mupdf-x11 as mupdf. --- pkgs/applications/misc/mupdf/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/mupdf/default.nix b/pkgs/applications/misc/mupdf/default.nix index 7420932e0b6..32c117c0173 100644 --- a/pkgs/applications/misc/mupdf/default.nix +++ b/pkgs/applications/misc/mupdf/default.nix @@ -64,6 +64,7 @@ in stdenv.mkDerivation rec { EOF moveToOutput "bin" "$bin" + ln -s "$bin/bin/mupdf-x11" "$bin/bin/mupdf" mkdir -p $bin/share/applications cat > $bin/share/applications/mupdf.desktop <