Merge pull request #327355 from SuperSandro2000/onionshare-meek

onionshare: use real meek
This commit is contained in:
Peder Bergebakken Sundt 2024-07-25 23:51:50 +02:00 committed by GitHub
commit 2e508656ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
, stdenv
, fetchFromGitHub
, fetchpatch
, meek
, obfs4
, python3
, qt5
@ -44,9 +45,6 @@ let
license = licenses.gpl3Plus;
maintainers = with maintainers; [ bbjubjub ];
};
# TODO: package meek https://support.torproject.org/glossary/meek/
meek = "/meek-not-available";
in
rec {
onionshare = python3.pkgs.buildPythonApplication {