I missed in release.nix the sheevaplug platform.
svn path=/nixpkgs/trunk/; revision=20282
This commit is contained in:
parent
89842675cb
commit
18f667a954
|
@ -709,7 +709,7 @@ let
|
|||
arch = "arm";
|
||||
float = "soft";
|
||||
withTLS = true;
|
||||
platform = pkgs.sheevaplug;
|
||||
platform = pkgs.platforms.sheevaplug;
|
||||
};
|
||||
nativePlatforms = linux;
|
||||
in {
|
||||
|
|
Loading…
Reference in New Issue