* Fix undefined variables.
svn path=/nixpkgs/trunk/; revision=744
This commit is contained in:
parent
9d9c76529f
commit
9a4afa3f94
@ -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;
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user