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