about summary refs log tree commit diff
diff options
context:
space:
mode:
authorln-nl <44435420+ln-nl@users.noreply.github.com>2019-05-30T15·08+0300
committerGitHub <noreply@github.com>2019-05-30T15·08+0300
commit3b1cc8b0cbc0a2530e4671231257a497db8eede2 (patch)
treef1e0ceee7a35907f7ff358ae9ac9e01a8ae60f2c
parentd8abee9bc6dd12173857e27c08a6ed116c2343f4 (diff)
release-common: fix build with `config.allowAliases = false`
```sh
> nix build -f release.nix build.x86_64-linux
error: undefined variable 'docbook5_xsl' at /vcs/nix/release-common.nix:45:7
```
-rw-r--r--release-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-common.nix b/release-common.nix
index 4c55659852..2e8a951b9c 100644
--- a/release-common.nix
+++ b/release-common.nix
@@ -42,7 +42,7 @@ rec {
       libxml2
       libxslt
       docbook5
-      docbook5_xsl
+      docbook_xsl_ns
       autoconf-archive
       autoreconfHook
     ];