From cca70b73249b0a114d9c3713a16af2bf50b36366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 5 Jun 2022 14:00:17 +0200 Subject: [PATCH] python-minimal: don't clean meta.maintainer Every package should have a maintainer and we should not throw it away if we arleady have one. Also in reality the maintainer of python3 is also the one of python3-minimal --- pkgs/development/interpreters/python/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index d411c374bd11..518bb0ec0f86 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -234,9 +234,6 @@ in { # TODO(@Artturin): Add this to the main cpython expr strictDeps = true; pname = "python3-minimal"; - meta = old.meta // { - maintainers = []; - }; }); pypy27 = callPackage ./pypy {