about summary refs log tree commit diff
path: root/pkgs/by-name/la
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-03 22:33:46 +0200
committerGitHub <noreply@github.com>2024-05-03 22:33:46 +0200
commit9b8fa676da1166c9e92ecc0fb073864b4adab5c8 (patch)
treec132a97de9afb17735752c86a48ee28880802c40 /pkgs/by-name/la
parent78860188f15b81f8deea3771a9c5c772880fb3b5 (diff)
lacus: refactor
Diffstat (limited to 'pkgs/by-name/la')
-rw-r--r--pkgs/by-name/la/lacus/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/la/lacus/package.nix b/pkgs/by-name/la/lacus/package.nix
index 873fce501507d..0f62ff18fed56 100644
--- a/pkgs/by-name/la/lacus/package.nix
+++ b/pkgs/by-name/la/lacus/package.nix
@@ -15,11 +15,11 @@ python3.pkgs.buildPythonApplication rec {
     hash = "sha256-VFNW13PupJOroIhqnuLOq3mqU9nXEy1hmjHBQfErSN8=";
   };
 
-  nativeBuildInputs = with python3.pkgs; [
+  build-system = with python3.pkgs; [
     poetry-core
   ];
 
-  propagatedBuildInputs = with python3.pkgs; [
+  dependencies = with python3.pkgs; [
     flask-restx
     gunicorn
     lacuscore