Commit 52482b26 authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by Yt
Browse files

onionshare: drop disabled = !isPy3k after Python2 EOL

parent 115b7994
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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