python3Packages.indexed-gzip: Remove redundant platforms.all

This commit is contained in:
Maximilian Knespel 2024-03-07 10:14:21 +01:00 committed by mxmlnkn
parent 4bba637d53
commit bc24a81ee6

View File

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