Merge pull request #55148 from danielfullmer/mupdf-third-fix

mupdf: Fix changed library name
This commit is contained in:
Franz Pletz 2019-02-07 01:28:01 +00:00 committed by GitHub
commit 47aad6e9b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ in stdenv.mkDerivation rec {
Name: mupdf
Description: Library for rendering PDF documents
Version: ${version}
Libs: -L$out/lib -lmupdf -lmupdfthird
Libs: -L$out/lib -lmupdf -lmupdf-third
Cflags: -I$dev/include
EOF