about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index b07d502d..37e108e7 100644
--- a/release.nix
+++ b/release.nix
@@ -172,7 +172,7 @@ in with pkgsUpstream.lib; with builtins; {
       inherit system;
     };
 
-    patchedDocbookXSL = overrideDerivation pkgsUpstream.docbook5_xsl (drv: {
+    patchedDocbookXSL = overrideDerivation pkgsUpstream.docbook5_xsl_ns (drv: {
       # Don't chunk off <preface/>
       postPatch = (drv.postPatch or "") + ''
         sed -i -e '