python3Packages.indexed-zstd: Remove redundant platforms.all

This commit is contained in:
Maximilian Knespel 2024-03-07 10:12:58 +01:00 committed by mxmlnkn
parent 6f371a5b7d
commit 0870f17eda
1 changed files with 0 additions and 1 deletions

View File

@ -33,6 +33,5 @@ buildPythonPackage rec {
homepage = "https://github.com/martinellimarco/indexed_zstd";
license = licenses.mit;
maintainers = with lib.maintainers; [ mxmlnkn ];
platforms = platforms.all;
};
}