Assert the need for glibc

svn path=/nixpkgs/trunk/; revision=23864
This commit is contained in:
Michael Raskin 2010-09-19 18:32:25 +00:00
parent 7d91a87817
commit 7538dcd322

View File

@ -8,6 +8,9 @@ let
glib pkgconfig
];
in
assert a.stdenv ? glibc;
rec {
src = a.fetchUrlFromSrcInfo s;