Age | Commit message (Expand) | Author |
2022-06-26 | status: Relay "updating substitutes" messages....Until now, those messages would be accumulated and displayed all at
once, when a '\n' was finally emitted by 'guix substitute'. In the
meantime, clients would remain silent.
* guix/status.scm (bytevector-index): Change 'number' parameter to
'numbers' and adjust accordingly.
(build-event-output-port): Pass both #\newline and #\return to
'bytevector-index'.
* tests/status.scm ("build-output-port, daemon messages with LF"): New
test.
| Ludovic Courtès |
2022-06-26 | status: Change tests from SRFI-11 to SRFI-71....* tests/status.scm: Use SRFI-71 'let' instead of SRFI-11 'let-values'.
| Ludovic Courtès |
2022-06-26 | doc: Update "updating substitutes" message....This is a followup to 2bf9351e311cce0004756890b93f50693f133bb6.
* doc/guix.texi (Invoking guix challenge)
(Invoking guix weather): Adjust "updating substitutes" message.
| Ludovic Courtès |
2022-06-26 | self: 'guix-daemon' wrapper refers to the right Guile....Partly fixes <https://issues.guix.gnu.org/56030>.
Reported by Julien Lepiller <julien@lepiller.eu>.
* guix/self.scm (whole-package)[wrap]: Pass #:guile to 'program-file'.
| Ludovic Courtès |
2022-06-26 | gnu: gcc-objc, gcc-objc++: Declare variants for GCC 11 and GCC 12....* gnu/packages/gcc.scm (gcc-objc-11, gcc-objc-12, gcc-objc++-11,
gcc-objc++-12): New variables.
| Marius Bakke |
2022-06-26 | gnu: Add orca-music....* gnu/packages/music.scm (orca-music): New variable.
| Christopher Rodriguez |
2022-06-26 | gnu: Add guile-goblins....* gnu/packages/guile-xyz.scm (guile-goblins): New variable.
| Christine Lemmer-Webber |
2022-06-26 | gnu: Add ruby-bandwidth-iris....* gnu/packages/ruby.scm (ruby-bandwidth-iris): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| Stephen Paul Weber |
2022-06-26 | gnu: Add ruby-faraday-middleware....* gnu/packages/ruby.scm (ruby-faraday-middleware): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| Stephen Paul Weber |
2022-06-26 | gnu: Add ruby-nori....* gnu/packages/ruby.scm (ruby-nori): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| Stephen Paul Weber |
2022-06-26 | gnu: Add ruby-roda....* gnu/packages/ruby.scm (ruby-roda): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| Stephen Paul Weber |
2022-06-26 | gnu: zfs: Update to 2.1.5....* gnu/packages/file-systems.scm (zfs): Update to 2.1.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Brian Cully |
2022-06-26 | gnu: lxd: Update to 4.24....* gnu/packages/virtualization.scm (lxd): Update to 4.24.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Brian Cully |
2022-06-26 | gnu: Add gnome-shell-extension-transparent-window....* gnu/packages/gnome-xyz.scm
(gnome-shell-extension-transparent-window): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Sughosha |
2022-06-26 | gnu: Add gnome-shell-extension-sound-output-device-chooser....* gnu/packages/gnome-xyz.scm
(gnome-shell-extension-sound-output-device-chooser): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Sughosha |
2022-06-26 | gnu: Add gnome-shell-extension-radio....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Sughosha |
2022-06-26 | gnu: openssl-3.0: Update to 3.0.4....* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.4.
| Efraim Flashner |
2022-06-26 | gnu: ldc: Work towards building on aarch64-linux....* gnu/packages/dlang.scm (ldc)[arguments]: Adjust configure-flags to not
dynamically compile. Adjust custom 'fix-compiler-rt-library-discovery
phase to add a case for aarch64. Adjust custom'disable-problematic-tests
phase to remove some tests for aarch64-linux.
| Efraim Flashner |
2022-06-26 | gnu: ldc: Update skipped tests on i686-linux....* gnu/packages/dlang.scm (ldc)[arguments]: Adjust custom
'disable-problematic-tests phase to skip fewer tests.
| Efraim Flashner |
2022-06-26 | gnu: Remove unneeded ldc bootstrap packages....* gnu/packages/dlang.scm (ldc-bootstrap-0.17, ldc-bootstrap-1.12,
ldc-bootstrap-1.24): Remove packages.
(ldc-bootstrap-1.27): Rename to ldc-bootstrap. Absorb inherited package
adjustments.
(ldc): Adjust to ldc-bootstrap-1.27 renaming.
| Efraim Flashner |
2022-06-26 | gnu: ldc-bootstrap-1.27: Build with gdmd....* gnu/packages/dlang.scm (ldc-bootstrap-1.27)[native-inputs]: Replace
ldc-bootstrap-1.24 with gdmd.
[supported-systems]: Mark all systems supported.
Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
| Esther Flashner |
2022-06-26 | gnu: Add gdmd....* gnu/packages/dlang.scm (gdmd): New variable.
Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
| Esther Flashner |
2022-06-26 | Revert "gnu: ldc-bootstrap-0.17: Add support for aarch64-linux."...This reverts commit 4f6ed3d2f8531ce1b75dc79365ce67587d8cb7e1.
While this does allow building ldc on aarch64, it isn't actually
helpful.
| Efraim Flashner |
2022-06-26 | gnu: gajim-openpgp: Update to 1.4.8....* gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.8.
| Raghav Gururajan |
2022-06-26 | gnu: gajim-omemo: Update to 2.8.13....* gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.13.
| Raghav Gururajan |
2022-06-26 | gnu: gajim: Update to 1.4.5....* gnu/packages/messaging.scm (gajim)[version]: Update to 1.4.5.
[phases](disable-failing-tests): Remove phase.
(wrap-env): Modify phase.
[inputs]: Add gtksourceview and python-gssapi.
| Raghav Gururajan |
2022-06-26 | gnu: python-nbxmpp: Update to 3.1.0....* gnu/packages/messaging.scm (python-nbxmpp)[version]: Update to 3.1.0.
| Raghav Gururajan |
2022-06-26 | gnu: krita: Update to 5.0.8....* gnu/packages/kde.scm (krita): Update to 5.0.8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Z572 |
2022-06-26 | gnu: python-modin: Update to 0.15.1....* gnu/packages/python-science.scm (python-modin): Update to 0.15.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-06-26 | gnu: xsimd: Update to 8.1.0....* gnu/packages/cpp.scm (xsimd): Update to 8.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-06-26 | gnu: guile-8sync: Update to 0.4.2-0.183b4f0....* gnu/packages/guile-xyz.scm (guile-8sync): Update to 0.4.2-0.183b4f0.
[source]: use git source.
[native-inputs]: replace guile-2.2 with guile-3.0.
[description]: remove some tips.
<#:phases>: remove it.
<#:make-flags>: set GUILE_AUTO_COMPILE in it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Z572 |
2022-06-26 | gnu: Add mle....* gnu/packages/text-editors.scm (mle): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nikolay Korotkiy |
2022-06-19 | gnu: diffoscope: Update to 217....* gnu/packages/diffoscope.scm (diffoscope): Update to 217.
| Tobias Geerinckx-Rice |
2022-06-19 | gnu: emacs-tramp: Update to 2.5.2.5....* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.2.5.
| Tobias Geerinckx-Rice |
2022-06-19 | gnu: pgloader: Update to 3.6.4....* gnu/packages/databases.scm (pgloader): Update to 3.6.4.
| Tobias Geerinckx-Rice |
2022-06-19 | gnu: filezilla: Update to 3.60.1....* gnu/packages/ftp.scm (filezilla): Update to 3.60.1.
| Tobias Geerinckx-Rice |
2022-06-19 | gnu: libfilezilla: Update to 0.37.2....* gnu/packages/ftp.scm (libfilezilla): Update to 0.37.2.
| Tobias Geerinckx-Rice |
2022-06-19 | gnu: p11-kit@0.24: Update to 0.24.1....* gnu/packages/tls.scm (p11-kit-next): Update to 0.24.1.
| Tobias Geerinckx-Rice |
2022-06-19 | build-system/dub: Don't expect ‘.dub/dub.json’....This file is no longer produced by our version of Dub.
* guix/build/dub-build-system.scm (build, check): Remove obsolete
substitutions.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| ( |
2022-06-19 | build-system/dub: Fix configure docstring indentation....* guix/build/dub-build-system.scm (configure): Reflow docstring.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| ( |
2022-06-19 | build-system/dub: Use the gold linker....* guix/build-system/dub.scm (default-ld-gold-wrapper): New procedure.
(lower): Add a LD-GOLD-WRAPPER to the keyword arguments, and to the
resulting bag's…
[build-inputs]: …build inputs.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| ( |
2022-06-19 | build-system/dub: Don't explicitly return #t from phases....* guix/build/dub-build-system.scm (configure, build, check, install):
Remove trailing #t.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| ( |
2022-06-25 | gnu: Add maven-doxia-core....* gnu/packages/maven.scm (maven-doxia-core): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Artyom V. Poptsov |
2022-06-25 | gnu: geo: Fix copyright line....This is a follow-up to d4c8e8b62fb9ef59e203e97cbb9bfa9e83389199.
* gnu/packages/geo.scm: Fix copyright line for Roman Scherer.
| Guillaume Le Vaillant |
2022-06-25 | gnu: qgis: Disable a failing test....* gnu/packages/geo.scm (qgis)[arguments]: Add "PyQgsRasterResampler" to the
list of disabled tests.
| Guillaume Le Vaillant |
2022-06-25 | gnu: postgis: Fix build with gdal 3.5.0....* gnu/packages/geo.scm (postgis)[inputs]: Add openssl.
| Guillaume Le Vaillant |
2022-06-25 | gnu: gdal: Update to 3.5.0....* gnu/packages/geo.scm (gdal): Update to 3.5.0.
[inputs]: Add curl and openssl.
[arguments]: Remove 'fix-path' phase. Add "--without-jpeg12" to
'configure-flags'.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Roman Scherer |
2022-06-25 | gnu: packages: qbe: Update to 1.0....* gnu/packages/c.scm (qbe): Update to 1.0.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| ( |
2022-06-19 | gnu: dub: Use G-expressions....* gnu/packages/dlang.scm (dub)[arguments]:
Rewrite as G-expressions.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| ( |
2022-06-19 | gnu: dub: Update to 1.23.0....This also fixes Dub's build, which was previously failing because of how
ancient it was.
* gnu/packages/dlang.scm (dub): Update to 1.23.0.
[arguments]: Set target CC & LD environment variables.
Invoke build.d. Don't explicitly return #t from phases.
[native-inputs]: Add d-tools and ld-gold-wrapper.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| ( |