* Fix undefined variables.

svn path=/nixpkgs/trunk/; revision=744
This commit is contained in:
Eelco Dolstra 2004-02-03 14:44:48 +00:00
parent 9d9c76529f
commit 9a4afa3f94
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{stdenv, fetchurl, pkgconfig, gtk, libpng}:
assert !isNull pkgconfig && !isNull gtk && !isNull png;
assert !isNull pkgconfig && !isNull gtk && !isNull libpng;
# Note that we cannot just copy gtk's png attribute, since gtk might
# not be linked against png.
assert libpng == gtk.libpng;

View file

@ -2,7 +2,7 @@
assert !isNull pkgconfig && !isNull perl
&& !isNull glib && !isNull gtk
&& !isNull libxml2 && !isNull ORBit && !isNull popt;
&& !isNull libxml2 && !isNull ORBit2 && !isNull popt;
derivation {
name = "GConf-2.4.0.1";

View file

@ -1,6 +1,6 @@
{stdenv, fetchurl, pkgconfig, glib, lex, yacc}:
assert !isNull pkgconfig && !isNull gtk && !isNull lex && !isNull yacc;
assert !isNull pkgconfig && !isNull glib && !isNull lex && !isNull yacc;
derivation {
name = "libIDL-0.8.2";