about summary refs log tree commit diff
path: root/pkgs/by-name/ad
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-14 09:33:00 +0200
committerGitHub <noreply@github.com>2024-06-14 09:33:00 +0200
commit1152329ca73d8334c2986fe98e388389c34af5f3 (patch)
tree573dff7264ab7137a0f33e25e6d8be5baf1454ed /pkgs/by-name/ad
parent592c66227b3c4299100f66ecff5cfec6e0e317ee (diff)
parentb765a5850a41f3f1b63a97032cbdcbd038f1cf79 (diff)
Merge pull request #319550 from fabaff/ad-miner-bump
ad-miner: 1.2.0 -> 1.4.0
Diffstat (limited to 'pkgs/by-name/ad')
-rw-r--r--pkgs/by-name/ad/ad-miner/package.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/by-name/ad/ad-miner/package.nix b/pkgs/by-name/ad/ad-miner/package.nix
index f3c3f6778b43f..4a6d93c2d91c3 100644
--- a/pkgs/by-name/ad/ad-miner/package.nix
+++ b/pkgs/by-name/ad/ad-miner/package.nix
@@ -18,12 +18,15 @@ python3.pkgs.buildPythonApplication rec {
   # All requirements are pinned
   pythonRelaxDeps = true;
 
-  nativeBuildInputs = with python3.pkgs; [
+  build-system = with python3.pkgs; [
     poetry-core
+  ];
+
+  nativeBuildInputs = with python3.pkgs; [
     pythonRelaxDepsHook
   ];
 
-  propagatedBuildInputs = with python3.pkgs; [
+  dependencies = with python3.pkgs; [
     neo4j
     numpy
     pytz