diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-17 00:30:18 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:18 +0100 |
| commit | 93b40d330fc313e398a1aef4d73ade83d47650ad (patch) | |
| tree | 90300785f269a9e5bab9e4a3b4cb6b9e85f20b39 /gnu/packages/sugar.scm | |
| parent | 29f2f54fe880f0610cbba7a7ca4661e0fd3f3e77 (diff) | |
build-system/pyproject: Remove uneeded use of pyproject-guile-json.
* gnu/packages/bioinformatics.scm (python-bed-reader, python-gseapy)
* gnu/packages/chemistry.scm (gemmi, ringdecomposerlib, rdkit)
* gnu/packages/cinnamon.scm (libxapp)
* gnu/packages/cups.scm (hplip)
* gnu/packages/djvu.scm (ocrodjvu)
* gnu/packages/finance.scm (electron-cash)
* gnu/packages/gnome.scm (terminator)
* gnu/packages/image-processing.scm (insight-toolkit)
* gnu/packages/machine-learning.scm (onnxruntime, tensorflow-lite,
koboldcpp, python-tokenizers)
* gnu/packages/maths.scm (gmsh, z3, fp16)
* gnu/packages/music.scm (quodlibet)
* gnu/packages/photo.scm (lensfun)
* gnu/packages/python-science.scm (python-clarabel)
* gnu/packages/python-xyz.scm (python-orjson, python-libcst,
python-rpds-py, python-streamtracer, python-tiktoken)
* gnu/packages/rpm.scm (createrepo-c)
* gnu/packages/rust-apps.scm (maturin)
* gnu/packages/sugar.scm (sugar, sugar-datastore)
* gnu/packages/version-control.scm (mercurial, hg-commitsigs)
* gnu/packages/vpn.scm (python-proton-vpn-local-agent)
[arguments]<#:phases>: Remove uneeded use of pyproject-guile-json
extension.
* gnu/packages/python-xyz.scm (python-streamtracer)[arguments]
<#:phases>: Also rewrite 'check phase replacement.
Change-Id: I779c354120ada3d94f07a127b9ec5011e73254c2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/sugar.scm')
| -rw-r--r-- | gnu/packages/sugar.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm index 1cc24c77875..ee71193ca9a 100644 --- a/gnu/packages/sugar.scm +++ b/gnu/packages/sugar.scm | |||
| @@ -79,7 +79,6 @@ | |||
| 79 | `(((guix build pyproject-build-system) #:prefix py:) | 79 | `(((guix build pyproject-build-system) #:prefix py:) |
| 80 | ,@%glib-or-gtk-build-system-default-modules) | 80 | ,@%glib-or-gtk-build-system-default-modules) |
| 81 | #:phases | 81 | #:phases |
| 82 | (with-extensions (list (pyproject-guile-json)) | ||
| 83 | #~(modify-phases %standard-phases | 82 | #~(modify-phases %standard-phases |
| 84 | (add-after 'unpack 'patch-build-system | 83 | (add-after 'unpack 'patch-build-system |
| 85 | (lambda _ | 84 | (lambda _ |
| @@ -142,7 +141,7 @@ | |||
| 142 | ,(py:site-packages inputs outputs))) | 141 | ,(py:site-packages inputs outputs))) |
| 143 | `("GI_TYPELIB_PATH" prefix | 142 | `("GI_TYPELIB_PATH" prefix |
| 144 | (,(getenv "GI_TYPELIB_PATH"))))) | 143 | (,(getenv "GI_TYPELIB_PATH"))))) |
| 145 | (find-files (string-append #$output "/bin") "^sugar.*")))))))) | 144 | (find-files (string-append #$output "/bin") "^sugar.*"))))))) |
| 146 | (inputs | 145 | (inputs |
| 147 | (list bash-minimal | 146 | (list bash-minimal |
| 148 | ethtool | 147 | ethtool |
| @@ -257,7 +256,6 @@ activities and other Sugar components.") | |||
| 257 | `(((guix build pyproject-build-system) #:prefix py:) | 256 | `(((guix build pyproject-build-system) #:prefix py:) |
| 258 | ,@%glib-or-gtk-build-system-default-modules) | 257 | ,@%glib-or-gtk-build-system-default-modules) |
| 259 | #:phases | 258 | #:phases |
| 260 | (with-extensions (list (pyproject-guile-json)) | ||
| 261 | #~(modify-phases %standard-phases | 259 | #~(modify-phases %standard-phases |
| 262 | (add-after 'unpack 'patch-build-system | 260 | (add-after 'unpack 'patch-build-system |
| 263 | (lambda _ | 261 | (lambda _ |
| @@ -284,7 +282,7 @@ activities and other Sugar components.") | |||
| 284 | (list (search-input-file outputs "bin/copy-from-journal") | 282 | (list (search-input-file outputs "bin/copy-from-journal") |
| 285 | (search-input-file outputs "bin/copy-to-journal") | 283 | (search-input-file outputs "bin/copy-to-journal") |
| 286 | (search-input-file outputs | 284 | (search-input-file outputs |
| 287 | "bin/datastore-service"))))))))) | 285 | "bin/datastore-service")))))))) |
| 288 | (inputs | 286 | (inputs |
| 289 | (list bash-minimal | 287 | (list bash-minimal |
| 290 | coreutils | 288 | coreutils |
