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