about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-26 08:55:42 -0400
committerNick Cao <nickcao@nichi.co>2024-03-26 08:55:42 -0400
commiteb8ac27147487f8670af1d61f4caa6bd53f390a8 (patch)
tree401963c145e67dd73b56f76b87339199a5c76cac /pkgs/by-name
parent3a63585e611af58c0dfbe3171dcac2a130fba85e (diff)
robotframework-tidy: do not use build-system and dependencies parameters
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/ro/robotframework-tidy/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/ro/robotframework-tidy/package.nix b/pkgs/by-name/ro/robotframework-tidy/package.nix
index 7acac862a50f7..f7c83a712b3a1 100644
--- a/pkgs/by-name/ro/robotframework-tidy/package.nix
+++ b/pkgs/by-name/ro/robotframework-tidy/package.nix
@@ -16,9 +16,9 @@ python3.pkgs.buildPythonApplication rec {
     hash = "sha256-pWW7Ex184WgnPfqHg5qQjfE+9UPvCmE5pwkY8jrp9bI=";
   };
 
-  build-system = with python3.pkgs; [ setuptools ];
+  nativeBuildInputs = with python3.pkgs; [ setuptools ];
 
-  dependencies = with python3.pkgs; [
+  propagatedBuildInputs = with python3.pkgs; [
     robotframework
     click
     colorama