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