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