3
0
Fork 0
forked from mirrors/nixpkgs

libgweather: added assertion

svn path=/nixpkgs/trunk/; revision=21113
This commit is contained in:
Rob Vermaas 2010-04-16 06:47:55 +00:00
parent 53ec513a91
commit 2b42e23a64

View file

@ -1,5 +1,7 @@
{stdenv, fetchurl, pkgconfig, libxml2, gtk, intltool, GConf, libsoup}:
assert stdenv ? glibc;
stdenv.mkDerivation {
name = "libgweather-2.28.0";
src = fetchurl {