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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {