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/cinnamon.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/cinnamon.scm')
| -rw-r--r-- | gnu/packages/cinnamon.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm index 608ce6be5fd..8a6f8a53c75 100644 --- a/gnu/packages/cinnamon.scm +++ b/gnu/packages/cinnamon.scm | |||
| @@ -82,7 +82,6 @@ | |||
| 82 | "-Dpy-overrides-dir=" | 82 | "-Dpy-overrides-dir=" |
| 83 | (py:site-packages %build-inputs %outputs) "/gi/overrides")) | 83 | (py:site-packages %build-inputs %outputs) "/gi/overrides")) |
| 84 | #:phases | 84 | #:phases |
| 85 | (with-extensions (list (pyproject-guile-json)) | ||
| 86 | #~(modify-phases %standard-phases | 85 | #~(modify-phases %standard-phases |
| 87 | (add-before 'configure 'set-gtk-module-path | 86 | (add-before 'configure 'set-gtk-module-path |
| 88 | (lambda* (#:key inputs outputs #:allow-other-keys) | 87 | (lambda* (#:key inputs outputs #:allow-other-keys) |
| @@ -102,7 +101,7 @@ | |||
| 102 | (string-quote (string-append #$output "/bin/pastebin"))) | 101 | (string-quote (string-append #$output "/bin/pastebin"))) |
| 103 | (("'xdg-open'") | 102 | (("'xdg-open'") |
| 104 | (string-quote (search-input-file inputs | 103 | (string-quote (search-input-file inputs |
| 105 | "/bin/xdg-open")))))))))) | 104 | "/bin/xdg-open"))))))))) |
| 106 | (inputs | 105 | (inputs |
| 107 | (list dbus | 106 | (list dbus |
| 108 | glib ; for gio | 107 | glib ; for gio |
