diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-12 21:39:53 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:47 +0100 |
commit | 3bd64535d62a4c6dca32d3cb15b35a6579103de8 (patch) | |
tree | 8b1e221f9f62e784e4f75d4b600a5ddac5f9f9a5 /gnu | |
parent | e224ee0227e9cb83000ec10232949a1922dfba18 (diff) |
gnu: python-nampa: Add missing inputs.
* gnu/packages/python-xyz.scm (python-nampa)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Idbfc6152e59257f68246b7c02c955ba371e6d4a2
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d06e4e2b83..c76e49c339 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -36009,6 +36009,7 @@ were local.") (base32 "0k6cq2gflpkm40qhgqbbcjmq5lq589c15bmk567qyh3d08062hvd")))) (build-system pyproject-build-system) (propagated-inputs (list python-future)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/thebabush/nampa") (synopsis "Python implementation of IDA Pro's FLIRT technology") (description |