Assert the need for glibc
svn path=/nixpkgs/trunk/; revision=23864
This commit is contained in:
parent
7d91a87817
commit
7538dcd322
@ -8,6 +8,9 @@ let
|
||||
glib pkgconfig
|
||||
];
|
||||
in
|
||||
|
||||
assert a.stdenv ? glibc;
|
||||
|
||||
rec {
|
||||
src = a.fetchUrlFromSrcInfo s;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user