libgweather: fixup assertion error
This commit is contained in:
parent
ef82607d90
commit
4f1f7c4655
|
@ -1,5 +1,7 @@
|
|||
{ stdenv, fetchurl, pkgconfig, libxml2, gtk, intltool, GConf, libsoup, libtasn1, nettle, gmp }:
|
||||
|
||||
assert stdenv ? glibc;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libgweather-2.30.3";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in New Issue