From 6e5dae816f8bbdc5e38d6333b45af4ab9af3c1f8 Mon Sep 17 00:00:00 2001 From: Maximilian Knespel Date: Thu, 7 Mar 2024 10:14:46 +0100 Subject: [PATCH] python3Packages.indexed-bzip2: Remove redundant platforms.all --- pkgs/development/python-modules/indexed-bzip2/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/indexed-bzip2/default.nix b/pkgs/development/python-modules/indexed-bzip2/default.nix index 6da9cade830e..d15e075e5d57 100644 --- a/pkgs/development/python-modules/indexed-bzip2/default.nix +++ b/pkgs/development/python-modules/indexed-bzip2/default.nix @@ -31,6 +31,5 @@ buildPythonPackage rec { homepage = "https://github.com/mxmlnkn/indexed_bzip2"; license = licenses.mit; # dual MIT and asl20, https://internals.rust-lang.org/t/rationale-of-apache-dual-licensing/8952 maintainers = with lib.maintainers; [ mxmlnkn ]; - platforms = platforms.all; }; }