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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user