Skip to content

Commit

Permalink
Fix pkgconfig reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorman authored and dezgeg committed Oct 10, 2017
1 parent e3a389c commit 94bea74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/emacs-packages.nix
Expand Up @@ -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" ];
Expand Down

0 comments on commit 94bea74

Please sign in to comment.