Fix pkgconfig reference
This commit is contained in:
parent
e3a389c670
commit
94bea74004
@ -94,7 +94,7 @@ let
|
||||
rev = "v${version}";
|
||||
sha256 = "19sy49r3ijh36m7hl4vspw5c4i8pnfqdn4ldm2sqchxigkw56ayl";
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ external.pkgconfig ];
|
||||
buildInputs = with external; [ autoconf automake libpng zlib poppler ];
|
||||
preBuild = "make server/epdfinfo";
|
||||
fileSpecs = [ "lisp/pdf-*.el" "server/epdfinfo" ];
|
||||
|
Loading…
Reference in New Issue
Block a user