onionshare: drop disabled = !isPy3k after Python2 EOL

This commit is contained in:
Yueh-Shun Li 2023-07-14 02:24:22 +00:00 committed by Yt
parent 115b7994b0
commit 52482b26fc

View file

@ -75,7 +75,6 @@ rec {
inherit (tor) geoip;
})
];
disabled = !isPy3k;
propagatedBuildInputs = [
colorama
flask
@ -127,7 +126,6 @@ rec {
./fix-qrcode-gui.patch
];
disabled = !isPy3k;
propagatedBuildInputs = [
onionshare
pyqt5