From d4c8ee70598e6f7908e8667affaeebc031fce06a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Nov 2014 15:54:26 +0100 Subject: Rely on XML catalogs to find the DocBook schemas and stylesheets --- release.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'release.nix') 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} -- cgit 1.4.1