Fixing the nixpkgs tarball, broken for more than a week.

svn path=/nixpkgs/trunk/; revision=26856
This commit is contained in:
Lluís Batlle i Rossell 2011-04-16 16:27:55 +00:00
parent be47ac0d25
commit e4351e6df0
3 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@
enableOfficialBranding ? false
}:
assert stdenv.gcc ? libc;
assert stdenv.gcc ? libc && stdenv.gcc.libc != null;
rec {

View File

@ -1,5 +1,7 @@
{stdenv, fetchurl, guile, texinfo}:
assert stdenv ? gcc && stdenv.gcc ? gcc && stdenv.gcc.gcc != null;
stdenv.mkDerivation rec {
name = "guile-lib-0.2.0";

View File

@ -6315,7 +6315,7 @@ let
icecat4Xul =
(symlinkJoin "icecat-with-xulrunner-${icecat4.version}"
[ icecat4 icecatXulrunner4 ])
// { inherit (icecat4) gtk isFirefox4Like meta; };
// { inherit (icecat4) gtk meta; };
icecat4Wrapper = wrapFirefox icecat4Xul "icecat" "";