onionshare: drop disabled = !isPy3k after Python2 EOL
This commit is contained in:
parent
115b7994b0
commit
52482b26fc
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue