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";
|
arch = "arm";
|
||||||
float = "soft";
|
float = "soft";
|
||||||
withTLS = true;
|
withTLS = true;
|
||||||
platform = pkgs.sheevaplug;
|
platform = pkgs.platforms.sheevaplug;
|
||||||
};
|
};
|
||||||
nativePlatforms = linux;
|
nativePlatforms = linux;
|
||||||
in {
|
in {
|
||||||
|
Loading…
Reference in New Issue
Block a user