libgweather: fixup assertion error

This commit is contained in:
Matthew Justin Bauer
2018-05-03 18:05:04 -05:00
committed by GitHub
parent ef82607d90
commit 4f1f7c4655

View File

@@ -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 {