forked from mirrors/nixpkgs
libgweather: added assertion
svn path=/nixpkgs/trunk/; revision=21113
This commit is contained in:
parent
53ec513a91
commit
2b42e23a64
|
@ -1,5 +1,7 @@
|
|||
{stdenv, fetchurl, pkgconfig, libxml2, gtk, intltool, GConf, libsoup}:
|
||||
|
||||
assert stdenv ? glibc;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libgweather-2.28.0";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue