mupdf: format expression

This commit is contained in:
Robert Schütz 2021-03-20 16:36:04 +01:00
parent 55764607d9
commit bb0a63e7e0

View File

@ -22,8 +22,7 @@ in stdenv.mkDerivation rec {
sha256 = "0rljl44y8p8hgaqializlyrgpij1wbnrzyp0ll5kcg7w05nylq48"; sha256 = "0rljl44y8p8hgaqializlyrgpij1wbnrzyp0ll5kcg7w05nylq48";
}; };
patches = patches = lib.optional stdenv.isDarwin ./darwin.patch ++ [
lib.optional stdenv.isDarwin ./darwin.patch ++ [
(fetchpatch { (fetchpatch {
name = "pdfocr.patch"; name = "pdfocr.patch";
url = "http://git.ghostscript.com/?p=mupdf.git;a=patch;h=a507b139adf37d2c742e039815601cdc2aa00a84"; url = "http://git.ghostscript.com/?p=mupdf.git;a=patch;h=a507b139adf37d2c742e039815601cdc2aa00a84";