I missed in release.nix the sheevaplug platform.

svn path=/nixpkgs/trunk/; revision=20282
This commit is contained in:
Lluís Batlle i Rossell 2010-02-27 22:10:36 +00:00
parent 89842675cb
commit 18f667a954

View file

@ -709,7 +709,7 @@ let
arch = "arm";
float = "soft";
withTLS = true;
platform = pkgs.sheevaplug;
platform = pkgs.platforms.sheevaplug;
};
nativePlatforms = linux;
in {