diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-11-25T14·54+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-11-25T14·54+0100 |
commit | d4c8ee70598e6f7908e8667affaeebc031fce06a (patch) | |
tree | cc6fffe4eb524cfeadae5d8a2a8892b97c6cd0ef /release.nix | |
parent | 976df480c918f050608f7a23a4a21415c43475c3 (diff) |
Rely on XML catalogs to find the DocBook schemas and stylesheets
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/release.nix b/release.nix index 8a360e18a6f6..f0129f607a28 100644 --- a/release.nix +++ b/release.nix @@ -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} |