glibc-info: fix #11476 build with multiple outputs
This commit is contained in:
parent
34b5d193c0
commit
fb3c062e54
@ -8,6 +8,8 @@ build null {
|
|||||||
|
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
|
|
||||||
|
outputs = [ "out" ];
|
||||||
|
|
||||||
configureFlags = [ "--enable-add-ons" ];
|
configureFlags = [ "--enable-add-ons" ];
|
||||||
|
|
||||||
buildInputs = [ texinfo perl ];
|
buildInputs = [ texinfo perl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user