pkgs/desktops/gnome-2/desktop/libgweather: remove dubious assertion

Fix assertion failure from http://hydra.nixos.org/build/5985506/nixlog/1/raw
for some suitable definition of "fixing". Let's see what happens now.
This commit is contained in:
Peter Simons 2013-09-15 21:36:18 +02:00
parent 986b34580d
commit 75c5fc541d

View file

@ -1,8 +1,5 @@
{stdenv, fetchurl, pkgconfig, libxml2, gtk, intltool, GConf, libsoup, libtasn1, nettle, gmp}:
#Is this really necessary?
assert stdenv ? glibc;
stdenv.mkDerivation rec {
name = "libgweather-2.30.3";
src = fetchurl {