* "!isNull x" -> "x != null". Done automatically. Hope nothing
broke. svn path=/nixpkgs/trunk/; revision=870
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{stdenv, fetchurl, pkgconfig, glib}:
|
||||
|
||||
assert !isNull pkgconfig && !isNull glib;
|
||||
assert pkgconfig != null && glib != null;
|
||||
|
||||
derivation {
|
||||
name = "gnet-2.0.4";
|
||||
|
||||
Reference in New Issue
Block a user