python3Packages.indexed-zstd: Remove redundant platforms.all

This commit is contained in:
Maximilian Knespel
2024-04-07 11:16:26 +02:00
committed by mxmlnkn
parent 6f371a5b7d
commit 0870f17eda
@@ -33,6 +33,5 @@ buildPythonPackage rec {
homepage = "https://github.com/martinellimarco/indexed_zstd";
license = licenses.mit;
maintainers = with lib.maintainers; [ mxmlnkn ];
platforms = platforms.all;
};
}