about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-03-24 21:01:35 +0100
committeraszlig <aszlig@nix.build>2022-03-24 21:01:35 +0100
commit9258289da52906bffa89b25870d548462567f723 (patch)
tree34aef5bc31022bd385d9287eebf387c694fd6014 /release.nix
parent2a19150f9db87841dd1e4e27525fc908ecb2af5a (diff)
release.nix: Fix attribute for docbook_xsl_ns
Commit 9e99cae10ab810bf354d44e8424884a618533e92 has renamed a few
packages, one of them was from docbook5_xsl to docbook5_xsl_ns.

However, the real name is "docbook_xsl_ns" instead, so I guess the
author just forgot to remove the "5" :-)

Signed-off-by: aszlig <aszlig@nix.build>
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 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 '