python3: mimetypesSupport is optional

This commit is contained in:
Frederik Rietdijk
2021-03-14 13:00:44 +01:00
parent faf0f8a8a4
commit 5b1abe5dd2
2 changed files with 6 additions and 1 deletions

View File

@@ -208,6 +208,7 @@ in {
stripBytecode = true;
includeSiteCustomize = false;
enableOptimizations = false;
mimetypesSupport = false;
}).overrideAttrs(old: {
pname = "python3-minimal";
meta = old.meta // {