mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
mupdf: Fix changed library name
This commit is contained in:
parent
f2a1a4e93b
commit
70fc5edacb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue