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