We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86a0f7 commit 96e91a2Copy full SHA for 96e91a2
pkgs/by-name/ni/nicotine-plus/package.nix
@@ -10,9 +10,13 @@
10
python3Packages,
11
libadwaita,
12
}:
13
-python3Packages.buildPythonApplication rec {
+let
14
+
15
pname = "nicotine-plus";
16
version = "3.3.8";
17
+in
18
+python3Packages.buildPythonApplication {
19
+ inherit pname version;
20
pyproject = true;
21
src = fetchFromGitHub {
22
owner = "nicotine-plus";
0 commit comments