Skip to content

Commit

Permalink
fix(soularr)!: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reo101 committed Dec 22, 2024
1 parent 5e7e304 commit 372b3b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/soularr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ PYTHON
(python3Packages.buildPythonPackage rec {
pname = "slskd-api";
version = "0.1.5";
format = "pyproject";

src = fetchPypi {
inherit pname version;
Expand All @@ -49,6 +50,8 @@ PYTHON

build-system = with python3Packages; [
pip
setuptools-git-versioning
wheel
];
})
];
Expand Down

0 comments on commit 372b3b1

Please sign in to comment.