buildRustPackage: remove platform.all from packages
This commit is contained in:
@@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/ctbur/async";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ minijackson ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user