python3Packages.rapidgzip: Remove redundant platforms.all

This commit is contained in:
Maximilian Knespel 2024-03-07 10:15:21 +01:00 committed by mxmlnkn
parent a6effe02a1
commit 00ce434677
1 changed files with 0 additions and 1 deletions

View File

@ -33,6 +33,5 @@ buildPythonPackage rec {
changelog = "https://github.com/mxmlnkn/rapidgzip/blob/rapidgzip-v${version}/python/rapidgzip/CHANGELOG.md";
license = licenses.mit; # dual MIT and asl20, https://internals.rust-lang.org/t/rationale-of-apache-dual-licensing/8952
maintainers = with lib.maintainers; [ mxmlnkn ];
platforms = platforms.all;
};
}