* "!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, zlib}:
|
||||
|
||||
assert !isNull zlib;
|
||||
assert zlib != null;
|
||||
|
||||
derivation {
|
||||
name = "libxml2-2.6.7";
|
||||
|
||||
Reference in New Issue
Block a user