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