Fix evaluation errors

This commit is contained in:
Eelco Dolstra
2013-10-01 13:12:10 +02:00
parent b0c1424788
commit fca11ef500
3 changed files with 10 additions and 12 deletions

View File

@@ -1,4 +1,6 @@
{stdenv, fetchurl, pkgconfig, libxml2, gtk, intltool, GConf, libsoup, libtasn1, nettle, gmp}:
{ stdenv, fetchurl, pkgconfig, libxml2, gtk, intltool, GConf, libsoup, libtasn1, nettle, gmp }:
assert stdenv.isLinux;
stdenv.mkDerivation rec {
name = "libgweather-2.30.3";