Age | Commit message (Expand) | Author |
2024-05-05 | gnu: zsnes: Relocate to (gnu packages emulator)....* gnu/packages/games.scm (zsnes): Move to...
* gnu/packages/emulators.scm (zsnes): ... here.
Change-Id: I739e0f3b221790b6f780362d884209fff0aed3d7
| Maxim Cournoyer |
2024-05-05 | gnu: mupen64plus-ui-console: Update to 2.5.9....* gnu/packages/emulators.scm (mupen64plus-ui-console): Update to 2.5.9.
Change-Id: I9794dc81e0417c9879820400dbdb002faec35cdc
| Maxim Cournoyer |
2024-05-05 | gnu: mupen64plus-video-z64: Update to 2.5.9....* gnu/packages/emulators.scm (mupen64plus-video-z64): Update to 2.5.9.
[source]: Delete patches.
* gnu/packages/patches/mupen64plus-video-z64-glew-correct-path.patch: Delete
file.
* gnu/local.mk (dist_patch_DATA): De-register it.
Change-Id: Ic8022c3a88f88f48644cc694e0a18c0b0a6745a1
| Maxim Cournoyer |
2024-05-05 | gnu: mupen64plus-video-rice: Update to 2.5.9....* gnu/packages/emulators.scm (mupen64plus-video-rice): Update to 2.5.9.
Change-Id: Ie2d26d6c62a09c0077e4c28869bf33b2c275d01f
| Maxim Cournoyer |
2024-05-05 | gnu: mupen64plus-video-glide64mk2: Update to 2.5.9....* gnu/packages/emulators.scm (mupen64plus-video-glide64mk2): Update to 2.5.9.
Change-Id: I77afdd1c954411203e75248d0d4bf4709db375bb
| Maxim Cournoyer |
2024-05-05 | gnu: mupen64plus-video-arachnoid: Update to 2.5.9....* gnu/packages/emulators.scm (mupen64plus-video-arachnoid): Update to 2.5.9.
Change-Id: I2751cca9a553029fbceba59762e498931a1f9946
| Maxim Cournoyer |
2024-05-05 | gnu: mupen64plus-rsp-z64: Update to 2.5.9....* gnu/packages/emulators.scm (mupen64plus-rsp-z64): Update to 2.5.9.
Change-Id: Ibf9b67d37506f742c50397ff269586df1636af4d
| Maxim Cournoyer |
2024-05-05 | gnu: mupen64plus-rsp-hle: Update to 2.5.9....* gnu/packages/emulators.scm (mupen64plus-rsp-hle): Update to 2.5.9.
Change-Id: I68c1f92fd2be820ba437696d61d064a97ed4581e
| Maxim Cournoyer |
2024-05-05 | gnu: mupen64plus-input-sdl: Update to 2.5.9....* gnu/packages/emulators.scm (mupen64plus-input-sdl): Update to 2.5.9.
Change-Id: Idec4c3633767d151101beeba3ef2317e54d3f6f4
| Maxim Cournoyer |
2024-05-05 | gnu: mupen64plus-audio-sdl: Update to 2.5.9....* gnu/packages/emulators.scm (mupen64plus-audio-sdl): Update to 2.5.9.
Change-Id: If888cf62ee2247438d47cd385d7812ad22fb8068
| Maxim Cournoyer |
2024-05-05 | gnu: mupen64plus-core: Update to 2.5.9....* gnu/packages/emulators.scm (mupen64plus-core): Update to 2.5.9.
[native-inputs]: Add nasm.
Change-Id: I9960b697124c130e75f765d55e1ce8a56dda168b
| Maxim Cournoyer |
2024-05-05 | gnu: mupen64plus-video-glide64: Update to 2.5.9....* gnu/packages/emulators.scm (mupen64plus-video-glide64): Update to 2.5.9.
[phases]: Delete use-sdl2 phase.
Change-Id: Ic7359fb764f40fa25c553ab15e39f47963d3301b
| Maxim Cournoyer |
2024-05-05 | services: guix: Use Shepherd 0.10 API for actions....The ‘action’ method was deprecated in Shepherd 0.10.0.
* gnu/services/base.scm (shepherd-set-http-proxy-action)
(shepherd-discover-action): Use ‘perform-service-action’ instead of the
now-deprecated ‘action’ method.
Change-Id: Ibe1c79a44148596292c2c8907011ec787f8a9ddd
| Ludovic Courtès |
2024-05-04 | gnu: guix-configuration: Improve offload build-machines....It’s currently difficult to programmatically add a build-machine, because the
`service-extension' mechanism is the only facility which can do that. It
relies on the `guix-service-type', ala:
(service-extension guix-service-type
(guix-extension (build-machines (list ...))))
...but `guix-service-type' is already instantiated as part of
`%base-services', and replacing it may lose other configuration, like
substitute servers and authorized keys.
Additionally, a default value of `#f' for the build-machines field requires
guarding uses of the field with:
(or (guix-build-machines config) '())
Changing the default to be the empty list avoids that. One can now add
build-machines with code such as:
(modify-services %base-services
(guix-service-type
config =>
(guix-configuration
(inherit config)
(authorized-keys
(cons %build-machine-key
(guix-configuration-authorized-keys config)))
(build-machines (cons #~(build-machine ...)
(guix-configuration-build-machines config))))))
* gnu/services/base.scm (guix-configuration): Rename `guix-build-machines' to
`guix-configuration-build-machines' and export it. Change the default from
`#f' to the empty list.
* gnu/services/base.scm (guix-activation): Update the build-machines test and
reverse the conditions.
Change-Id: I6780c6a5579fd9d4b4f22ee2b2bf7ba7a0454407
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ian Eure |
2024-05-04 | gnu: gnucash: Update to 5.6....* gnu/packages/gnucash.scm (gnucash): Update to 5.6.
Change-Id: I3646082d628470327fbd9deec6111de8c1eec921
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: perl-finance-quote: Update perl-finance-quote....* gnu/packages/web.scm (perl-finance-quote): Update to 1.59.
[source] remove patch
* gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch: Remove file.
Change-Id: I3646082d628470327fbd9deec6111de8c1eec921
Change-Id: Ibe50f9736bcbe4e628c05f86c0e0be8bd335d4c8
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: Add perl-spreadsheet-xlsx....* gnu/packages/perl.scm (perl-spreadsheet-xlsx): New variable.
Change-Id: Iec4fc26945bd2f154587d4b13b593fd947bb0e5a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: Add perl-spreadsheet-parseexcel....* gnu/packages/perl.scm (perl-spreadsheet-parseexcel): New variable.
Change-Id: I0dfbf49f4b8b1865a738edc805d3dc83b038a124
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: Add perl-digest-perl-md5....* gnu/packages/perl.scm (perl-digest-perl-md5): New variable.
Change-Id: Ic656fef7bbc77790d114812f0c9dcafa1586e357
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: Add perl-html-tokeparser-simple....* gnu/packages/web.scm (perl-html-tokeparser-simple): New variable.
Change-Id: If779dbe29de05697d87143b38d986d5ff7fa2c8f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: Add perl-sub-override....* gnu/packages/crates-io.scm (perl-sub-override): New variable.
Change-Id: I5a366862bb5bfd777094e2d58239d50aad95577c
-- >8 --
Originally part of https://issues.guix.gnu.org/44447
Change-Id: Ib4542ceedcff114e1184fc8bafac0f76985b78be
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: Add perl-string-util....* gnu/packages/perl.scm (perl-string-util): New variable.
Change-Id: Iaef13963efb3d795bcc0c16bcdd72c112894f886
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: Add perl-web-scraper....* gnu/packages/web.scm (perl-web-scraper): New variable.
Change-Id: I3d0a476ca6c09bc20391303f99b260410f16de65
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: Add perl-html-treebuilder-xpath....* gnu/packages/web.scm (perl-html-treebuilder-xpath): New variable.
Change-Id: I4069eae36a8c49a507e89c18fed90e0e53fdde4d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: Add perl-html-selector-xpath....* gnu/packages/web.scm (perl-html-selector-xpath): New variable.
Change-Id: Ib4ccaf4e7f5fdbb90118d6ba16a478be26bbed84
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: aqbanking: Update to 6.5.4....* gnu/packages/gnucash (aqbanking): Update to 6.5.4.
Change-Id: I8d10562e1fc8517bee946792ad1ac901a26137d5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | gnu: gwenhywfar: Update to 5.10.2....* gnu/packages/gnucash.scm (gwenhywfar): Update to 5.10.2.
[inputs]: add libxml2.
[arguments]: <configure-flags>: Remove flag that's not recognised
--with-openssl-includes; add --with-libxml2-code, --enable-system-certs
and --disable-binreloc
Change-Id: I4085779e3ed7ecb621dd3d0b5427e92962466033
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Steve George |
2024-05-04 | services: cuirass: Remove use-substitutes? configuration option....As of Cuirass commit 9a1452ee021c9f773424961cfeef47ca0b7c5c5a, this option
seems to be unused and kept for back compatibility there.
* gnu/services/cuirass.scm (<cuirass-configuration>): Remove use-substitutes?
field.
(cuirass-shepherd-service): Remove the option.
* doc/guix.texi (Continuous Integration): Remove option documentation.
Change-Id: I933550ce76eecdf918b07891aa8212fd30a7c87e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ahmad Draidi |
2024-05-04 | services: cuirass: Add new configuration options....* gnu/services/cuirass.scm (<cuirass-configuration>): Add ttl and threads
fields.
(cuirass-shepherd-service): Handle the new options.
* doc/guix.texi (Continuous Integration): Document them.
Change-Id: I4387fbd7bf6766f4a54801f35c7ed82ce4eb9645
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ahmad Draidi |
2024-05-04 | services: cuirass: Use separate extra options for cuirass web process....Currently, "extra-options" is passed to both "cuirass register" and "cuirass
web" processes. This makes it impractical since the extra parameters have to
be intended for and supported by both processes.
* gnu/services/cuirass.scm (<cuirass-configuration>): Add a web-extra-options
field.
(cuirass-shepherd-service): Replace extra-options with web-extra-options for
cuirass web.
* doc/guix.texi (Continuous Integration): Document the changes.
Change-Id: Iba79c559ea8267aaf8f25248f3d18ed7b352cb60
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ahmad Draidi |
2024-05-04 | gnu: gmime: Update to 3.2.14....* gnu/packages/mail.scm (gmime): Update to 3.2.14.
[native-inputs]: Replace autoconf by autoconf-2.71.
Change-Id: If72864085d085e55883ea1474b1c05ca1610d21a
| Danny Milosavljevic |
2024-05-04 | gnu: cava: Update to 0.10.1....* gnu/packages/audio.scm (cava)[version]: Update to 0.10.1.
[native-inputs]: Add pkg-config.
[inputs]: Add alsa-lib and pipewire.
Change-Id: Iffa80b22199a032111ca06e8ed583139f35f2fab
| Oleg Pykhalov |
2024-05-04 | gnu: linux-libre 6.1: Update to 6.1.89....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.89.
(linux-libre-6.1-pristine-source): Update hashes.
Change-Id: Id48a19cc0d59b11bf17179eb5dd860ed37ac35dc
Signed-off-by: Leo Famulari <leo@famulari.name>
| Wilko Meyer |
2024-05-02 | gnu: emacs-lsp-metals: Update to 1.2.0-1.01060e9....* gnu/packages/emacs-xyz.scm (emacs-lsp-metals): Update to 1.2.0-1.01060e9.
Change-Id: I6d396290aa0935a5c1cba91c95313df28c1c6949
| Nicolas Goaziou |
2024-05-02 | gnu: dezyne: Update to 2.18.2....* gnu/packages/dezyne.scm (dezyne)[version,source]: Update to 2.18.2.
Change-Id: I604b4dc405c28a7ee711ae9f00106ab1b0685f9f
| Janneke Nieuwenhuizen |
2024-05-01 | gnu: scilab: Improve package management robustness in scilab-cli....* gnu/packages/maths.scm (scilab)[source]<origin>: Improve
package management robustness in scilab-cli by allowing
tbx_build_help to log the scilab mode incompatibility error and not
process the rest of the function instead of failing with it.
* gnu/packages/patches/scilab-tbx_build_help.patch :
Add patch.
* gnu/local.mk(dist_patch_DATA): Add
gnu/packages/patches/scilab-tbx_build_help.patch.
Change-Id: I8ee94afb4aba906cbc8c7ca67f4c89aa0cf55ae6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Graves |
2024-05-01 | gnu: scilab: Fixup and improve compilerDetection.sh script....* gnu/packages/maths.scm (scilab)
[arguments]<#:phases>: Fix compilerDetection.sh script in phase
bootstrap-dynamic_link-scripts.
[source]<origin>(patches): Add scilab-better-compiler-detection.patch.
* gnu/packages/patches/scilab-better-compiler-detection.patch: Add
file.
* gnu/local.mk(dist_path_DATA): Add
scilab-better-compiler-detection.patch.
Change-Id: I7b1c78c4637fa1bc965eca8c516bf0b6cd4b92d1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Graves |
2024-05-01 | gnu: scilab: Cleanup....* gnu/packages/maths.scm (scilab):
[arguments]<#:phases>: In pre-build phase, remove unecessary
code, due to the former introduction of the rewrap-scilab-cli
phase. More robust version setting in the set-version phase. It
anticipates for the next release which will not use "main" anymore.
[source]<origin>(snippet) Sort dynamic_link deleted files.
[inputs]: Add bash-minimal.
Change-Id: I49b17886405e1ed8161e71b51655fa393ff7f10b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Graves |
2024-05-01 | gnu: xdot: Update to 1.3....* gnu/packages/graphviz.scm (xdot): Update to 1.3.
[source]: Download the sources from GitHub as the PyPI tarbal is missing
some test files.
[arguments]: Use Gexps. Add "start-xserver" and "set-test-environment"
to setup test environment properly. Simplify "wrap" phase. Replace "check"
phase to run "test.py".
[native-inputs]: Add "gobject-introspection" and "xorg-server-for-tests".
[inputs]: Add "bash-minimal", "mesa", "mesa-opencl", "python-numpy"
and "vulkan-loader".
Change-Id: I7a68e9f5c1b66a6539b83623a457e16edacff012
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Artyom V. Poptsov |
2024-05-01 | gnu: spirv-llvm-translator: Update to 18.1.0....This fixes a build failure (after mesa-updates merge, perhaps from the
spirv-headers update). The package version corresponds to the LLVM version
targeted, so inputs needed to be updated.
* gnu/packages/vulkan.scm (spirv-llvm-translator): Update to 18.1.0.
[inputs]: Replace llvm-15 with llvm-18.
[native-inputs]: Ditto. Replace clang-15 with clang-18.
Change-Id: I8ad51dd019e508a14b479a7481de62cdae446425
| John Kehayias |
2024-05-01 | gnu: guile-git: Update to 0.7.0....* gnu/packages/guile.scm (guile-git): Update to 0.7.0.
Change-Id: I7a0a9d50a0f8a788963b05029a37ac9450ffa185
| Ludovic Courtès |
2024-05-01 | gnu: Add emacs-ob-asymptote....* gnu/packages/emacs-xyz.scm (emacs-ob-asymptote): New variable.
Change-Id: I022557ed6eb6473e26842a5e72d9abdd1d516d35
| Nicolas Goaziou |
2024-05-01 | gnu: emacs-dockerfile-mode: Update to 1.9....* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.9.
Change-Id: Ie3fd4d3701d720ece886b3e873b9637aeb468fea
| Nicolas Goaziou |
2024-05-01 | gnu: emacs-polymode-ansible: Update to 0.4.0....* gnu/packages/emacs-xyz.scm (emacs-polymode-ansible): Update to 0.4.0.
[propagated-inputs]: Add EMACS-ANSIBLE.
Change-Id: I1d15b309332f1bb82a0d515195eb2d1e8bd8cc34
| Nicolas Goaziou |
2024-05-01 | gnu: Add emacs-ansible....* gnu/packages/emacs-xyz.scm (emacs-ansible): New variable.
Change-Id: Id8fc420fff4817faea14fcf8c115c13a64e49d32
| Nicolas Goaziou |
2024-05-01 | gnu: emacs-org-fc: Update to 0.6.1....* gnu/packages/emacs-xyz.scm (emacs-org-fc): Update to 0.6.1.
Change-Id: Ib64456aa31d51bd3dea738ce895e4b8d5b56cbb0
| Nicolas Goaziou |
2024-05-01 | gnu: emacs-org-contrib: Update to 0.5....* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.5.
Change-Id: Ib5f3f6ca30c3a5a72ce855db416c68b8d3e00aad
| Nicolas Goaziou |
2024-05-01 | gnu: emacs-posframe: Update to 1.4.3....* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.4.3.
Change-Id: I806412d1e4115f22443d1d018fde9dfefd315417
| Nicolas Goaziou |
2024-05-01 | gnu: emacs-vundo: Update to 2.3.0....* gnu/packages/emacs-xyz.scm (emacs-vundo): Update to 2.3.0.
Change-Id: I7a6847fa8d76d55ea4124a31c7f95d035304ff15
| Nicolas Goaziou |
2024-05-01 | gnu: emacs-ement: Update to 0.15....* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.15.
Change-Id: Ie746965ddd693b232f7dce9c1562b84ac169f840
| Nicolas Goaziou |