python3Packages.ratarmountcore: Remove redundant platforms.all

This commit is contained in:
Maximilian Knespel
2024-04-07 11:16:26 +02:00
committed by mxmlnkn
parent 71736d33ee
commit a49b540b2d
@@ -43,6 +43,5 @@ buildPythonPackage rec {
homepage = "https://github.com/mxmlnkn/ratarmount/tree/master/core";
license = licenses.mit;
maintainers = with lib.maintainers; [ mxmlnkn ];
platforms = platforms.all;
};
}