release: fix #652 - PDF build after dblatex updates

... while not changing behavior when used with older nixpkgs.
This commit is contained in:
Vladimír Čunát 2015-09-25 12:46:59 +02:00
parent 3d91bfc8f8
commit fd74296e2f

View file

@ -24,7 +24,7 @@ let
buildInputs =
[ 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
] ++ lib.optional (!lib.inNixShell) git;