buildRustPackage: remove platform.all from packages
This commit is contained in:
@@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://sit.fyi/";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ dywedir yrashk ];
|
||||
platforms = platforms.all;
|
||||
# Upstream has not had a release in several years, and dependencies no
|
||||
# longer compile with the latest Rust compiler.
|
||||
broken = true;
|
||||
|
||||
Reference in New Issue
Block a user