mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
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
Block a user