mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
onionshare: allow using nix run
This commit is contained in:
parent
d25e92102d
commit
58e767c037
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ let
|
|||
|
||||
in rec {
|
||||
onionshare = buildPythonApplication {
|
||||
pname = "onionshare";
|
||||
pname = "onionshare-cli";
|
||||
inherit version meta;
|
||||
src = "${src}/cli";
|
||||
patches = [
|
||||
|
@ -95,7 +95,7 @@ in rec {
|
|||
};
|
||||
|
||||
onionshare-gui = buildPythonApplication {
|
||||
pname = "onionshare-gui";
|
||||
pname = "onionshare";
|
||||
inherit version meta;
|
||||
src = "${src}/desktop/src";
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue