summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-21services: herd: Add a new 'current-service' procedure.Maxim Cournoyer
* gnu/services/herd.scm (current-service): New procedure, mostly reusing the existing current-services. (current-services): Implement in terms of the above procedure.
2023-07-21gnu: Oops, distribute ghostscript-CVE-* patches again.Janneke Nieuwenhuizen
This is a follow-up to commit 03f35ff390d5f77843d65a9df4bd763f82049d24 gnu: ghostscript: Fix build for the Hurd. Reported by bjc via IRC. * gnu/local.mk (dist_patch_DATA): Re-add ghostscript-CVE-2023-36664.patch, and ghostscript-CVE-2023-36664-fixup.patch.
2023-07-21gnu: emacs-no-littering: Update to 1.5.0.Ahmad Draidi
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.5.0. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-07-21gnu: swig: Skip tests when cross-compiling.Efraim Flashner
* gnu/packages/swig.scm (swig)[arguments]: Adjust #:tests? to skip tests when cross-compiling.
2023-07-21gnu: libpaper: Skip tests when cross-compiling.Efraim Flashner
* gnu/packages/ghostscript.scm (libpaper)[arguments]: Adjust #:tests to skip tests when cross-compiling.
2023-07-21gnu: parted: Skip tests when cross-compiling.Efraim Flashner
* gnu/packages/disk.scm (parted)[arguments]: Adjust #:tests? to skip tests when cross-compiling.
2023-07-21gnu: newick-utils: Skip tests when cross-compiling.Efraim Flashner
* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Adjust #: tests? to skip tests when cross-compiling.
2023-07-21gnu: zstd: Skip tests when cross-compiling.Efraim Flashner
* gnu/packages/compression.scm (zstd)[arguments]: Adjust #:tests? to skip tests when cross-compiling.
2023-07-21chez-sheme-for-racket: Fix building on riscv64-linux.Efraim Flashner
* gnu/packages/racket.scm (%racket-origin): Add patch. * gnu/packages/patches/racket-rktboot-riscv64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2023-07-16gnu: libopenshot-audio: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (libopenshot-audio)[arguments]: Rewrite as G-expressions.
2023-07-16gnu: libopenshot-audio: Update to 0.3.2.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.2.
2023-07-16gnu: libopenshot: Update to 0.3.2.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libopenshot): Update to 0.3.2. [arguments]: Don't explicitly return #t from phases.
2023-07-16gnu: stellarium: Update to 23.2.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (stellarium): Update to 23.2.
2023-07-16gnu: qxlsx: Fix include directory.Tobias Geerinckx-Rice
* gnu/packages/qt.scm (qxlsx)[source]: Add patch. * gnu/packages/patches/qxlsx-fix-include-directory.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2023-07-16gnu: xa: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/assembly.scm (xa)[arguments]: Rewrite as G-expressions.
2023-07-16gnu: xa: Update to 2.3.14.Tobias Geerinckx-Rice
* gnu/packages/assembly.scm (xa): Update to 2.3.14.
2023-07-20gnu: bootloaders: Avoid top-level circular references.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/64745>. The regression was introduced in ed5dc3a25d858a394bb7db937a51d866c3cdc6ed: at the top level, bootloaders.scm and firmware.scm would depend on each other, leading to unbound variables when loaded, depending on the order in which they got loaded. * gnu/packages/bootloaders.scm (make-u-boot-sunxi64-package): Expect 'scp-firmware' to be a promise; force it in 'native-inputs'. (u-boot-pine64-plus, u-boot-pine64-lts, u-boot-pinebook): Wrap the 3rd argument to 'make-u-boot-sunxi64-package' into 'delay'. Reported-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-16gnu: fontforge@20190801: Fix build.Tobias Geerinckx-Rice
* gnu/packages/fontutils.scm (fontforge-20190801)[arguments]: Rewrite as G-expressions.
2023-07-16gnu: adanaxisgpl: Install the .mush files (again).Tobias Geerinckx-Rice
This out of an abundance of caution more than anything. * gnu/packages/games.scm (adanaxisgpl)[arguments]: Add an 'install-data phase. [native-inputs]: Use a later commit for adanaxis-data.
2023-07-16gnu: adanaxisgpl: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/games.scm (adanaxisgpl)[native-inputs, inputs]: Remove input labels. [arguments]: Adjust the 'unpack-inputs phase to search for files, not labels.
2023-07-16gnu: adanaxisgpl: Build from Git.Tobias Geerinckx-Rice
* gnu/packages/games.scm (adanaxisgpl-mush): Remove variable. (adanaxisgpl)[source]: Fetch from Git. In the snippet, create missing directories, arrange to create missing files, and don't explicitly return #t. [arguments]: Add an 'unpack-inputs phase, replace the default 'bootstrap, and remove 'install-data. [native-inputs]: Remove adanaxis-mush. Add adanaxis-data, adanaxis-mushruby, autoconf, automake, and perl.
2023-07-16gnu: sdl2-ttf: Update to 2.20.2.Tobias Geerinckx-Rice
* gnu/packages/sdl.scm (sdl2-ttf): Update to 2.20.2.
2023-07-16gnu: sdl2-mixer: Update to 2.6.3.Tobias Geerinckx-Rice
* gnu/packages/sdl.scm (sdl2-mixer): Update to 2.6.3. [source]: Don't explicitly return #t from snippet.
2023-07-16gnu: sdl2-image: Update to 2.6.3.Tobias Geerinckx-Rice
* gnu/packages/sdl.scm (sdl2-image): Update to 2.6.3.
2023-07-16gnu: wsdd: Fix cross-‘compilation’.Tobias Geerinckx-Rice
The copy-build-system appears unsuitable for scripts. * gnu/packages/samba.scm (wsdd)[build-system]: Switch to the GNU build system. [arguments]: Replace #:install-plan with custom #:phases.
2023-07-16gnu: wsdd: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/samba.scm (wsdd)[inputs]: Remove input labels.
2023-07-16gnu: wsdd: Update to 0.7.1.Tobias Geerinckx-Rice
* gnu/packages/samba.scm (wsdd): Update to 0.7.1.
2023-07-16gnu: rpi-imager: Update to 1.7.5.Tobias Geerinckx-Rice
* gnu/packages/raspberry-pi.scm (rpi-imager): Update to 1.7.5.
2023-07-16gnu: qxlsx: Update to 1.4.6.Tobias Geerinckx-Rice
* gnu/packages/qt.scm (qxlsx): Update to 1.4.6.
2023-07-16gnu: python-pyzstd: Unbundle and dynamically link Zstd.Tobias Geerinckx-Rice
* gnu/packages/python-compression.scm (python-pyzstd)[source]: Delete bundled Zstd. [arguments]: Add "--dynamic-link-zstd" configure flag, and honour it. [inputs]: Add zstd.
2023-07-16gnu: python-pyzstd: Update to 0.15.9.Tobias Geerinckx-Rice
* gnu/packages/python-compression.scm (python-pyzstd): Update to 0.15.9.
2023-07-16gnu: lensfun: Update to 0.3.4.Tobias Geerinckx-Rice
* gnu/packages/photo.scm (lensfun): Update to 0.3.4.
2023-07-16gnu: xpdf: Update to 4.04.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (xpdf): Update to 4.04.
2023-07-16gnu: yapet: Fix documentation directory.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (yapet)[arguments]: Add missing stroke.
2023-07-16gnu: yapet: Update to 2.6.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (yapet): Update to 2.6.
2023-07-16gnu: passwdqc: Update to 2.0.3.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (passwdqc): Update to 2.0.3.
2023-07-16gnu: otpclient: Update to 3.1.9.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (otpclient): Update to 3.1.9.
2023-07-16gnu: yoshimi: Update to 2.3.0.2.Tobias Geerinckx-Rice
* gnu/packages/music.scm (yoshimi): Update to 2.3.0.2.
2023-07-16gnu: hydra: Update to 9.5.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (hydra): Update to 9.5.
2023-07-16gnu: zabbix-cli: Update to 2.3.1.Tobias Geerinckx-Rice
* gnu/packages/monitoring.scm (zabbix-cli): Update to 2.3.1.
2023-07-20gnu: python-pyusb: Update to 1.2.1.Simon South
* gnu/packages/libusb.scm (python-pyusb): Update to 1.2.1. [native-inputs]: Add python-setuptools-scm. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-20gnu: Add wdisplays.kiasoc5
* gnu/packages/wm.scm (wdisplays): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-20gnu: Add texlive-collection-plaingeneric.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-collection-plaingeneric): New variable.
2023-07-20gnu: Add texlive-poormanlog.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-poormanlog): New variable.
2023-07-20gnu: Add texlive-zztex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-zztex): New variable.
2023-07-20gnu: Add texlive-xlop.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xlop): New variable.
2023-07-20gnu: Add texlive-xintsession.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xintsession): New variable.
2023-07-20gnu: Add texlive-xii-lat.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xii-lat): New variable.
2023-07-20gnu: Add texlive-xii.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xii): New variable.
2023-07-20gnu: Add texlive-varisize.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-varisize): New variable.