* 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}:
|
{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
|
# Note that we cannot just copy gtk's png attribute, since gtk might
|
||||||
# not be linked against png.
|
# not be linked against png.
|
||||||
assert libpng == gtk.libpng;
|
assert libpng == gtk.libpng;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
assert !isNull pkgconfig && !isNull perl
|
assert !isNull pkgconfig && !isNull perl
|
||||||
&& !isNull glib && !isNull gtk
|
&& !isNull glib && !isNull gtk
|
||||||
&& !isNull libxml2 && !isNull ORBit && !isNull popt;
|
&& !isNull libxml2 && !isNull ORBit2 && !isNull popt;
|
||||||
|
|
||||||
derivation {
|
derivation {
|
||||||
name = "GConf-2.4.0.1";
|
name = "GConf-2.4.0.1";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{stdenv, fetchurl, pkgconfig, glib, lex, yacc}:
|
{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 {
|
derivation {
|
||||||
name = "libIDL-0.8.2";
|
name = "libIDL-0.8.2";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user