Merge #177541: cacert: Drop python3Minimal

...into staging-next
This commit is contained in:
Vladimír Čunát 2022-06-13 20:46:29 +02:00
commit 1e96000075
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -24192,10 +24192,7 @@ with pkgs;
brise = callPackage ../data/misc/brise { };
cacert = callPackage ../data/misc/cacert {
# avoid an infinite recursion through mailcap
buildcatrust = with python3Minimal.pkgs; toPythonApplication buildcatrust;
};
cacert = callPackage ../data/misc/cacert { };
caladea = callPackage ../data/fonts/caladea {};