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 ```
This commit is contained in:
parent
d8abee9bc6
commit
3b1cc8b0cb
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ rec {
|
||||||
libxml2
|
libxml2
|
||||||
libxslt
|
libxslt
|
||||||
docbook5
|
docbook5
|
||||||
docbook5_xsl
|
docbook_xsl_ns
|
||||||
autoconf-archive
|
autoconf-archive
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue