buildRustPackage: remove platform.all from packages
This commit is contained in:
@@ -45,6 +45,5 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
license = with licenses; [ gpl3 ];
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user