Skip to content

Commit 96e91a2

Browse files
committed
nicotine-plus: refactor to remove rec
1 parent c86a0f7 commit 96e91a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pkgs/by-name/ni/nicotine-plus/package.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
python3Packages,
1111
libadwaita,
1212
}:
13-
python3Packages.buildPythonApplication rec {
13+
let
14+
1415
pname = "nicotine-plus";
1516
version = "3.3.8";
17+
in
18+
python3Packages.buildPythonApplication {
19+
inherit pname version;
1620
pyproject = true;
1721
src = fetchFromGitHub {
1822
owner = "nicotine-plus";

0 commit comments

Comments
 (0)