mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
* Proper test for the libc attribute.
svn path=/nixpkgs/trunk/; revision=8782
This commit is contained in:
parent
ec882e97d5
commit
1dcd8601bf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ with stdenv.lib;
|
|||
let
|
||||
|
||||
buildInputs =
|
||||
optional (stdenv ? gcc && stdenv.gcc ? libc) stdenv.gcc.libc ++
|
||||
optional (stdenv ? gcc && stdenv.gcc.libc != null) stdenv.gcc.libc ++
|
||||
[bzip2] ++
|
||||
optional zlibSupport zlib;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue