overlays/preferences: disable python stuff no longer needed by komikku

This commit is contained in:
Colin 2023-11-22 02:21:23 +00:00
parent 5b9e4df03b
commit 0519db4d2c

View File

@ -43,20 +43,20 @@
# ffadoSupport = false;
# };
pythonPackagesExtensions = super.pythonPackagesExtensions ++ [
(pySelf: pySuper: {
keyring = (pySuper.keyring.override {
# jaraco-classes doesn't cross compile, but it looks like `keyring`
# has some _temporary_ fallback logic for when jaraco-classes isn't
# installed (i.e. may break in future).
jaraco-classes = null;
}).overrideAttrs (upstream: {
postPatch = (upstream.postPatch or "") + ''
sed -i /jaraco.classes/d setup.cfg
'';
});
})
];
# pythonPackagesExtensions = super.pythonPackagesExtensions ++ [
# (pySelf: pySuper: {
# keyring = (pySuper.keyring.override {
# # jaraco-classes doesn't cross compile, but it looks like `keyring`
# # has some _temporary_ fallback logic for when jaraco-classes isn't
# # installed (i.e. may break in future).
# jaraco-classes = null;
# }).overrideAttrs (upstream: {
# postPatch = (upstream.postPatch or "") + ''
# sed -i /jaraco.classes/d setup.cfg
# '';
# });
# })
# ];
sway-unwrapped = super.sway-unwrapped.override {
wlroots = wlroots.overrideAttrs (upstream: {