Unverified Commit 96e91a29 authored by Artur Manuel's avatar Artur Manuel
Browse files

nicotine-plus: refactor to remove rec

parent c86a0f76
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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";