about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-03-28 23:10:54 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-03-28 23:10:54 +0100
commit8c93cec3778908e0d3295c31da6fa62f315dd71c (patch)
tree9f8cd4d255f95382cccaee647153c1b4ecb95dcf
parent1f6ac2ecebfd6a65eadccd0bbca573288ce36e94 (diff)
downloadnixlib-8c93cec3778908e0d3295c31da6fa62f315dd71c.tar
nixlib-8c93cec3778908e0d3295c31da6fa62f315dd71c.tar.gz
nixlib-8c93cec3778908e0d3295c31da6fa62f315dd71c.tar.bz2
nixlib-8c93cec3778908e0d3295c31da6fa62f315dd71c.tar.lz
nixlib-8c93cec3778908e0d3295c31da6fa62f315dd71c.tar.xz
nixlib-8c93cec3778908e0d3295c31da6fa62f315dd71c.tar.zst
nixlib-8c93cec3778908e0d3295c31da6fa62f315dd71c.zip
python311Packages.cle: refactor
-rw-r--r--pkgs/development/python-modules/cle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cle/default.nix b/pkgs/development/python-modules/cle/default.nix
index 20ac0c60435d..f67ad6c24e49 100644
--- a/pkgs/development/python-modules/cle/default.nix
+++ b/pkgs/development/python-modules/cle/default.nix
@@ -41,11 +41,11 @@ buildPythonPackage rec {
     hash = "sha256-N0z5wgaeWkoPuhIUj7bj1kDKgZ7pWChm1uEU4MjXjqI=";
   };
 
-  nativeBuildInputs = [
+  build-system = [
     setuptools
   ];
 
-  propagatedBuildInputs = [
+  dependencies = [
     cffi
     minidump
     pefile