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