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

@@ -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";