diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-13 17:00:41 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:34 +0000 |
| commit | c99350036c75261919b3fa058711edcdcd489073 (patch) | |
| tree | 45800606ca2b0973ce9dc4dde4cd30414e7548cd | |
| parent | ef6c524f24029dd3126c9fe259e587cebd368db6 (diff) | |
gnu: maturin: Extend with (pyproject-guile-json).
* gnu/packages/rust-apps.scm (maturin)[arguments]: Improve style. Use
G-expressions.
<#:phases>: Extend with (pyproject-guile-json).
Change-Id: I524df3f97274b309b6736f58925f0b5f27497151
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/rust-apps.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 5e3c77f87cf..31f6eeb6c14 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -1900,6 +1900,7 @@ specified image or color, easing the process of theme creation.") "--skip=metadata::test::test_merge_metadata_from_pyproject_toml_with_customized_python_source_dir" "--skip=pyproject_toml::tests::test_warn_missing_maturin_version") #:phases + (with-extensions (list (pyproject-guile-json)) #~(modify-phases %standard-phases (add-after 'build 'build-python-module (lambda _ @@ -1946,7 +1947,7 @@ specified image or color, easing the process of theme creation.") (mkdir-p (string-append share "/nushell/vendor/autoload")) (with-output-to-file (string-append share "/nushell/vendor/autoload/maturin") - (lambda _ (invoke maturin "completions" "nushell"))))))))) + (lambda _ (invoke maturin "completions" "nushell")))))))))) (propagated-inputs (list python-tomli)) (inputs (cons bzip2 (cargo-inputs 'maturin))) |
