diff options
| author | lassulus <git@lassul.us> | 2025-07-07 12:25:47 +0200 |
|---|---|---|
| committer | lassulus <git@lassul.us> | 2025-07-07 12:25:47 +0200 |
| commit | 5e3cff2b3eda9e824bbbc141c6e4ac788fed2709 (patch) | |
| tree | 26876149f19440ecd71371b26f1db167098d8cd6 | |
| parent | e6af55854067d0db9f71fc890b681df0ae4cd14a (diff) | |
pkgs.repo-sync: fix build
| -rw-r--r-- | krebs/5pkgs/simple/repo-sync/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/5pkgs/simple/repo-sync/default.nix b/krebs/5pkgs/simple/repo-sync/default.nix index 66f220ba6..5dc5ecb98 100644 --- a/krebs/5pkgs/simple/repo-sync/default.nix +++ b/krebs/5pkgs/simple/repo-sync/default.nix @@ -3,6 +3,8 @@ with python3Packages; buildPythonPackage rec { name = "repo-sync-${version}"; version = "0.2.7"; + pyproject = true; + build-system = [ python3Packages.setuptools ]; propagatedBuildInputs = [ docopt GitPython |
