nicotine-plus: refactor to remove rec

This commit is contained in:
Artur Manuel
2025-03-02 16:56:43 +00:00
parent c86a0f763c
commit 96e91a2966
+5 -1
View File
@@ -10,9 +10,13 @@
python3Packages,
libadwaita,
}:
python3Packages.buildPythonApplication rec {
let
pname = "nicotine-plus";
version = "3.3.8";
in
python3Packages.buildPythonApplication {
inherit pname version;
pyproject = true;
src = fetchFromGitHub {
owner = "nicotine-plus";