I still did not fix the nixpkgs tarball in the previous commit...

Next attempt, now simpler.

svn path=/nixpkgs/trunk/; revision=20129
This commit is contained in:
Lluís Batlle i Rossell
2010-02-19 14:42:50 +00:00
parent 912bbd7aa1
commit e1760d529b
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
{stdenv, fetchurl, unzip, platform}:
assert (stdenv.system != "i686-linux" && stdenv.system != "x86_64-linux")
|| (stdenv ? cross);
stdenv.mkDerivation {
name = "uboot-2009.11";