From 39af076d006228a789791a47cf58ff7c12ab33a0 Mon Sep 17 00:00:00 2001 From: Louis Bettens Date: Wed, 6 Oct 2021 09:35:13 +0200 Subject: [PATCH] onionshare: fix stem override --- pkgs/applications/networking/onionshare/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/onionshare/default.nix b/pkgs/applications/networking/onionshare/default.nix index 074fb770b533..54b2e17403c6 100644 --- a/pkgs/applications/networking/onionshare/default.nix +++ b/pkgs/applications/networking/onionshare/default.nix @@ -54,7 +54,7 @@ let license = licenses.gpl3Plus; maintainers = with maintainers; [ lourkeur ]; }; - stem' = stem.overrideAttrs (_: rec { + stem' = stem.overridePythonAttrs (_: rec { version = "1.8.1"; src = fetchFromGitHub {