From a49b540b2d90e3dd38b06fb4af5c0473b2037795 Mon Sep 17 00:00:00 2001 From: Maximilian Knespel Date: Wed, 6 Mar 2024 23:20:05 +0100 Subject: [PATCH] python3Packages.ratarmountcore: Remove redundant platforms.all --- pkgs/development/python-modules/ratarmountcore/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/ratarmountcore/default.nix b/pkgs/development/python-modules/ratarmountcore/default.nix index 106df275cbfd..2dd4732e476b 100644 --- a/pkgs/development/python-modules/ratarmountcore/default.nix +++ b/pkgs/development/python-modules/ratarmountcore/default.nix @@ -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; }; }