mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Rely on XML catalogs to find the DocBook schemas and stylesheets
This commit is contained in:
parent
976df480c9
commit
d4c8ee7059
5 changed files with 5 additions and 25 deletions
|
@ -25,11 +25,10 @@ let
|
|||
buildInputs =
|
||||
[ curl bison flex perl libxml2 libxslt bzip2
|
||||
tetex dblatex nukeReferences pkgconfig sqlite
|
||||
docbook5 docbook5_xsl
|
||||
] ++ lib.optional (!lib.inNixShell) git;
|
||||
|
||||
configureFlags = ''
|
||||
--with-docbook-rng=${docbook5}/xml/rng/docbook
|
||||
--with-docbook-xsl=${docbook5_xsl}/xml/xsl/docbook
|
||||
--with-dbi=${perlPackages.DBI}/${perl.libPrefix}
|
||||
--with-dbd-sqlite=${perlPackages.DBDSQLite}/${perl.libPrefix}
|
||||
--with-www-curl=${perlPackages.WWWCurl}/${perl.libPrefix}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue