about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-25T14·54+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-25T14·54+0100
commitd4c8ee70598e6f7908e8667affaeebc031fce06a (patch)
treecc6fffe4eb524cfeadae5d8a2a8892b97c6cd0ef /release.nix
parent976df480c918f050608f7a23a4a21415c43475c3 (diff)
Rely on XML catalogs to find the DocBook schemas and stylesheets
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/release.nix b/release.nix
index 8a360e18a6..f0129f607a 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}