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