Merge pull request #12252 from svend/emacs-pdf-tools-fix-deps
emacs-pdf-tools: Move packages to packageRequires
This commit is contained in:
commit
92a28dd4bb
@ -103,9 +103,10 @@ let
|
|||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "19sy49r3ijh36m7hl4vspw5c4i8pnfqdn4ldm2sqchxigkw56ayl";
|
sha256 = "19sy49r3ijh36m7hl4vspw5c4i8pnfqdn4ldm2sqchxigkw56ayl";
|
||||||
};
|
};
|
||||||
buildInputs = with external; [ autoconf automake libpng zlib poppler pkgconfig ] ++ [ tablist let-alist ];
|
buildInputs = with external; [ autoconf automake libpng zlib poppler pkgconfig ];
|
||||||
preBuild = "make server/epdfinfo";
|
preBuild = "make server/epdfinfo";
|
||||||
fileSpecs = [ "lisp/pdf-*.el" "server/epdfinfo" ];
|
fileSpecs = [ "lisp/pdf-*.el" "server/epdfinfo" ];
|
||||||
|
packageRequires = [ tablist let-alist ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Emacs support library for PDF files";
|
description = "Emacs support library for PDF files";
|
||||||
license = gpl3;
|
license = gpl3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user