diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-04-20 15:40:17 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-08-21 19:08:48 +0800 |
| commit | 2e261b02b27f016447ca5b58487296e4bcfed353 (patch) | |
| tree | 70fc412a9ae55e05b4086a5139cef4f4887dc82c /gnu/packages/python-xyz.scm | |
| parent | fa0e2f9758cea85eca9f5d7388611fde079068b4 (diff) | |
gnu: python-tiktoken: Remove #:cargo-inputs.
* gnu/packages/python-xyz.scm (python-tiktoken)[inputs]: Use ‘cargo-inputs’.
[arguments]: Remove #:cargo-inputs.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[python-tiktoken]: New
entry.
Change-Id: I798a11ce11236772ac916bad1bdfd8a5a2a84df6
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8a44ed5e74..ef45858f51 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12685,12 +12685,6 @@ numpy arrays to TIFF, BigTIFF, and ImageJ hyperstack compatible files.") (arguments (list #:install-source? #false - #:cargo-inputs - (list rust-pyo3-0.22 - rust-fancy-regex-0.13 - rust-regex-1 - rust-rustc-hash-1 - rust-bstr-1) #:imported-modules (append %pyproject-build-system-modules %cargo-build-system-modules) @@ -12714,6 +12708,7 @@ numpy arrays to TIFF, BigTIFF, and ImageJ hyperstack compatible files.") (replace 'install (assoc-ref py:%standard-phases 'install))))) (propagated-inputs (list python-regex python-requests)) + (inputs (cargo-inputs 'python-tiktoken)) (native-inputs (list python-setuptools python-setuptools-rust |
