Age | Commit message (Expand) | Author |
2023-07-21 | gnu: emacs-no-littering: Update to 1.5.0....* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.5.0.
Signed-off-by: Andrew Tropin <andrew@trop.in>
| Ahmad Draidi |
2023-07-21 | gnu: swig: Skip tests when cross-compiling....* gnu/packages/swig.scm (swig)[arguments]: Adjust #:tests? to skip tests
when cross-compiling.
| Efraim Flashner |
2023-07-21 | gnu: libpaper: Skip tests when cross-compiling....* gnu/packages/ghostscript.scm (libpaper)[arguments]: Adjust #:tests to
skip tests when cross-compiling.
| Efraim Flashner |
2023-07-21 | gnu: parted: Skip tests when cross-compiling....* gnu/packages/disk.scm (parted)[arguments]: Adjust #:tests? to skip
tests when cross-compiling.
| Efraim Flashner |
2023-07-21 | gnu: newick-utils: Skip tests when cross-compiling....* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Adjust
#: tests? to skip tests when cross-compiling.
| Efraim Flashner |
2023-07-21 | gnu: zstd: Skip tests when cross-compiling....* gnu/packages/compression.scm (zstd)[arguments]: Adjust #:tests? to
skip tests when cross-compiling.
| Efraim Flashner |
2023-07-21 | chez-sheme-for-racket: Fix building on riscv64-linux....* 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.
| Efraim Flashner |
2023-07-16 | gnu: libopenshot-audio: Use G-expressions....* gnu/packages/audio.scm (libopenshot-audio)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: libopenshot-audio: Update to 0.3.2....* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.2.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: libopenshot: Update to 0.3.2....* gnu/packages/video.scm (libopenshot): Update to 0.3.2.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: stellarium: Update to 23.2....* gnu/packages/astronomy.scm (stellarium): Update to 23.2.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: qxlsx: Fix include directory....* 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.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: xa: Use G-expressions....* gnu/packages/assembly.scm (xa)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: xa: Update to 2.3.14....* gnu/packages/assembly.scm (xa): Update to 2.3.14.
| Tobias Geerinckx-Rice |
2023-07-20 | gnu: bootloaders: Avoid top-level circular references....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>
| Ludovic Courtès |
2023-07-16 | gnu: fontforge@20190801: Fix build....* gnu/packages/fontutils.scm (fontforge-20190801)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: adanaxisgpl: Install the .mush files (again)....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.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: adanaxisgpl: Remove input labels....* gnu/packages/games.scm (adanaxisgpl)[native-inputs, inputs]:
Remove input labels.
[arguments]: Adjust the 'unpack-inputs phase to search for files, not
labels.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: adanaxisgpl: Build from Git....* 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.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: sdl2-ttf: Update to 2.20.2....* gnu/packages/sdl.scm (sdl2-ttf): Update to 2.20.2.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: sdl2-mixer: Update to 2.6.3....* gnu/packages/sdl.scm (sdl2-mixer): Update to 2.6.3.
[source]: Don't explicitly return #t from snippet.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: sdl2-image: Update to 2.6.3....* gnu/packages/sdl.scm (sdl2-image): Update to 2.6.3.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: wsdd: Fix cross-‘compilation’....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.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: wsdd: Remove input labels....* gnu/packages/samba.scm (wsdd)[inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: wsdd: Update to 0.7.1....* gnu/packages/samba.scm (wsdd): Update to 0.7.1.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: rpi-imager: Update to 1.7.5....* gnu/packages/raspberry-pi.scm (rpi-imager): Update to 1.7.5.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: qxlsx: Update to 1.4.6....* gnu/packages/qt.scm (qxlsx): Update to 1.4.6.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: python-pyzstd: Unbundle and dynamically link Zstd....* gnu/packages/python-compression.scm (python-pyzstd)[source]:
Delete bundled Zstd.
[arguments]: Add "--dynamic-link-zstd" configure flag, and honour it.
[inputs]: Add zstd.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: python-pyzstd: Update to 0.15.9....* gnu/packages/python-compression.scm (python-pyzstd): Update to 0.15.9.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: lensfun: Update to 0.3.4....* gnu/packages/photo.scm (lensfun): Update to 0.3.4.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: xpdf: Update to 4.04....* gnu/packages/pdf.scm (xpdf): Update to 4.04.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: yapet: Fix documentation directory....* gnu/packages/password-utils.scm (yapet)[arguments]: Add missing stroke.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: yapet: Update to 2.6....* gnu/packages/password-utils.scm (yapet): Update to 2.6.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: passwdqc: Update to 2.0.3....* gnu/packages/password-utils.scm (passwdqc): Update to 2.0.3.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: otpclient: Update to 3.1.9....* gnu/packages/password-utils.scm (otpclient): Update to 3.1.9.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: yoshimi: Update to 2.3.0.2....* gnu/packages/music.scm (yoshimi): Update to 2.3.0.2.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: hydra: Update to 9.5....* gnu/packages/password-utils.scm (hydra): Update to 9.5.
| Tobias Geerinckx-Rice |
2023-07-16 | gnu: zabbix-cli: Update to 2.3.1....* gnu/packages/monitoring.scm (zabbix-cli): Update to 2.3.1.
| Tobias Geerinckx-Rice |
2023-07-20 | gnu: python-pyusb: Update to 1.2.1....* gnu/packages/libusb.scm (python-pyusb): Update to 1.2.1.
[native-inputs]: Add python-setuptools-scm.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Simon South |
2023-07-20 | gnu: Add wdisplays....* gnu/packages/wm.scm (wdisplays): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| kiasoc5 |
2023-07-20 | gnu: Add texlive-collection-plaingeneric....* gnu/packages/tex.scm (texlive-collection-plaingeneric): New variable.
| Nicolas Goaziou |
2023-07-20 | gnu: Add texlive-poormanlog....* gnu/packages/tex.scm (texlive-poormanlog): New variable.
| Nicolas Goaziou |
2023-07-20 | gnu: Add texlive-zztex....* gnu/packages/tex.scm (texlive-zztex): New variable.
| Nicolas Goaziou |
2023-07-20 | gnu: Add texlive-xlop....* gnu/packages/tex.scm (texlive-xlop): New variable.
| Nicolas Goaziou |
2023-07-20 | gnu: Add texlive-xintsession....* gnu/packages/tex.scm (texlive-xintsession): New variable.
| Nicolas Goaziou |
2023-07-20 | gnu: Add texlive-xii-lat....* gnu/packages/tex.scm (texlive-xii-lat): New variable.
| Nicolas Goaziou |
2023-07-20 | gnu: Add texlive-xii....* gnu/packages/tex.scm (texlive-xii): New variable.
| Nicolas Goaziou |
2023-07-20 | gnu: Add texlive-varisize....* gnu/packages/tex.scm (texlive-varisize): New variable.
| Nicolas Goaziou |
2023-07-20 | gnu: Add texlive-upca....* gnu/packages/tex.scm (texlive-upca): New variable.
| Nicolas Goaziou |
2023-07-20 | gnu: Add texlive-trigonometry....* gnu/packages/tex.scm (texlive-trigonometry): New variable.
| Nicolas Goaziou |