buildRustPackage: remove platform.all from packages
This commit is contained in:
@@ -41,6 +41,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/Aloxaf/silicon";
|
||||
license = with licenses; [ mit /* or */ asl20 ];
|
||||
maintainers = with maintainers; [ evanjs ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user