glibc-info: fix #11476 build with multiple outputs
This commit is contained in:
parent
34b5d193c0
commit
fb3c062e54
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ build null {
|
|||
|
||||
inherit fetchurl stdenv;
|
||||
|
||||
outputs = [ "out" ];
|
||||
|
||||
configureFlags = [ "--enable-add-ons" ];
|
||||
|
||||
buildInputs = [ texinfo perl ];
|
||||
|
|
Loading…
Reference in a new issue