tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
onionshare: fix stem override
Louis Bettens
4 years ago
39af076d
b1d0758c
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
onionshare
default.nix
+1
-1
pkgs/applications/networking/onionshare/default.nix
···
54
license = licenses.gpl3Plus;
55
maintainers = with maintainers; [ lourkeur ];
56
};
57
-
stem' = stem.overrideAttrs (_: rec {
58
version = "1.8.1";
59
60
src = fetchFromGitHub {
···
54
license = licenses.gpl3Plus;
55
maintainers = with maintainers; [ lourkeur ];
56
};
57
+
stem' = stem.overridePythonAttrs (_: rec {
58
version = "1.8.1";
59
60
src = fetchFromGitHub {