Snippet #2496 (by Ekleog, diff)

  • #2496
Expires in: 0 minutes View Raw
  1. diff --git a/pkgs/applications/misc/mupdf/default.nix b/pkgs/applications/misc/mupdf/default.nix
  2. index bce2a79cde3..2569483c552 100644
  3. --- a/pkgs/applications/misc/mupdf/default.nix
  4. +++ b/pkgs/applications/misc/mupdf/default.nix
  5. @@ -2,7 +2,7 @@
  6. , jbig2dec, libjpeg , darwin
  7. , enableX11 ? true, libX11, libXext, libXi, libXrandr
  8. , enableCurl ? true, curl, openssl
  9. -, enableGL ? true, freeglut, libGLU
  10. +, enableGL ? true, freeglut, libGLU, zathura
  11. }:
  12. let
  13. @@ -91,6 +91,7 @@ in stdenv.mkDerivation rec {
  14.    description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C";
  15.    license = licenses.agpl3Plus;
  16.    maintainers = with maintainers; [ vrthra fpletz ];
  17. +    tests = { zathura = zathura; };
  18.    platforms = platforms.unix;
  19.  };
  20. }

Reply to this snippet →

Honeypot, don't fill.
⌘+⏎ or Ctrl+⏎