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
This commit is contained in:
Sandro Jäckel 2022-06-05 14:00:17 +02:00 committed by Frederik Rietdijk
parent b45291a2bc
commit cca70b7324

View file

@ -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 {