release: fix #652 - PDF build after dblatex updates
... while not changing behavior when used with older nixpkgs.
This commit is contained in:
parent
3d91bfc8f8
commit
fd74296e2f
|
@ -24,7 +24,7 @@ let
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ curl bison flex perl libxml2 libxslt bzip2
|
[ curl bison flex perl libxml2 libxslt bzip2
|
||||||
tetex dblatex nukeReferences pkgconfig sqlite libsodium
|
dblatex (dblatex.tex or tetex) nukeReferences pkgconfig sqlite libsodium
|
||||||
docbook5 docbook5_xsl
|
docbook5 docbook5_xsl
|
||||||
] ++ lib.optional (!lib.inNixShell) git;
|
] ++ lib.optional (!lib.inNixShell) git;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue