onionshare: use real meek

This commit is contained in:
Sandro Jäckel 2024-07-15 14:45:14 +02:00
parent cd8b8e424d
commit 87a3ea0e6d
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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 {