Maxim Cournoyer
61b509aec6
gnu: python-pymongo: Update to 4.1.1.
...
* gnu/packages/python-xyz.scm (python-pymongo): Update to 4.1.1.
2022-06-26 22:10:39 -04:00
Maxim Cournoyer
bc96a4323f
gnu: Add python-exceptiongroup.
...
* gnu/packages/python-xyz.scm (python-exceptiongroup): New variable.
2022-06-26 22:10:39 -04:00
Maxim Cournoyer
6cd0196387
gnu: Add python-flit-scm.
...
* gnu/packages/python-build.scm (python-flit-scm): New variable.
2022-06-26 22:10:38 -04:00
Maxim Cournoyer
ed210c1b8f
gnu: python-setuptools-scm: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here...
* gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
2022-06-26 22:10:38 -04:00
Antero Mejr
8d0e696243
gnu: Add python-sendgrid.
...
* gnu/packages/python-web.scm (python-sendgrid): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 23:19:14 +02:00
Antero Mejr
24dba9c5e7
gnu: Add python-http-client.
...
* gnu/packages/python-web.scm (python-http-client): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 23:19:14 +02:00
Antero Mejr
53be886d18
gnu: Add python-starkbank-ecdsa.
...
* gnu/packages/python-crypto.scm (python-starkbank-ecdsa): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-26 23:19:14 +02:00
Ludovic Courtès
afc490b957
substitute: Use SRFI-71 instead of SRFI-11.
...
* guix/scripts/substitute.scm (display-narinfo-data)
(open-connection-for-uri/cached)
(process-substitution): Use SRFI-71 instead of SRFI-11.
2022-06-26 23:19:14 +02:00
Ludovic Courtès
f99f00fc81
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.
2022-06-26 23:19:14 +02:00
Ludovic Courtès
c31605b582
status: Change tests from SRFI-11 to SRFI-71.
...
* tests/status.scm: Use SRFI-71 'let' instead of SRFI-11 'let-values'.
2022-06-26 23:19:13 +02:00
Ludovic Courtès
d9d77d9479
doc: Update "updating substitutes" message.
...
This is a followup to 2bf9351e31
.
* doc/guix.texi (Invoking guix challenge)
(Invoking guix weather): Adjust "updating substitutes" message.
2022-06-26 23:19:13 +02:00
Ludovic Courtès
d418031a8c
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'.
2022-06-26 23:19:13 +02:00
Marius Bakke
ea53e292a8
gnu: Tcl/Tk: Update to 8.6.12.
...
* gnu/packages/tcl.scm (tcl, tk): Update to 8.6.12.
2022-06-26 22:58:35 +02:00
Marius Bakke
cda7e5d0e5
gnu: libgpg-error: Remove input label.
...
* gnu/packages/gnupg.scm (libgpg-error)[native-inputs]: Remove label.
2022-06-26 22:58:34 +02:00
Marius Bakke
6be081eb12
gnu: Remove p11-kit@0.23.22.
...
* gnu/packages/tls.scm (p11-kit): Merge with ...
(p11-kit-next): ... this removed variable.
* gnu/packages/package-management.scm (flatpak)[inputs]: Change from
P11-KIT-NEXT to P11-KIT.
2022-06-26 22:58:34 +02:00
Marius Bakke
a2d231ad15
gnu: GnuTLS: Update to 3.7.6.
...
* gnu/packages/tls.scm (gnutls): Update to 3.7.6.
[source](patches): Remove obsolete patch.
* gnu/packages/patches/gnutls-guile-eintr-eagain.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 22:58:34 +02:00
Marius Bakke
e4496bf373
gnu: libbsd: Update to 0.11.6.
...
* gnu/packages/libbsd.scm (libbsd): Update to 0.11.6.
[arguments]: Add #:phases.
[inputs]: Add LIBMD.
2022-06-26 22:58:34 +02:00
Marius Bakke
cac8545b02
gnu: gdbm: Update to 1.23.
...
* gnu/packages/dbm.scm (gdbm): Update to 1.23.
2022-06-26 22:58:34 +02:00
Marius Bakke
497080c10e
gnu: libgcrypt: Update to 1.10.1.
...
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.10.1.
[arguments]: Add "ac_cv_path_GPGRT_CONFIG" when cross-compiling.
2022-06-26 22:58:34 +02:00
Marius Bakke
b3efda914e
gnu: libgpg-error: Update to 1.45.
...
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.45.
2022-06-26 22:58:34 +02:00
Marius Bakke
c097b6ad10
gnu: bison: Update to 3.8.2.
...
* gnu/packages/bison.scm (bison): Update to 3.8.2.
2022-06-26 22:58:34 +02:00
Marius Bakke
82dae0c9e3
gnu: util-linux: Use G-expressions.
...
* gnu/packages/linux.scm (util-linux)[arguments]: Convert to gexps.
2022-06-26 22:58:33 +02:00
Marius Bakke
879c71edf4
gnu: util-linux: Update to 2.37.4.
...
* gnu/packages/linux.scm (util-linux): Update to 2.37.4.
[replacement]: Remove.
(util-linux/fixed): Remove variable.
* gnu/packages/patches/util-linux-CVE-2021-3995.patch,
gnu/packages/patches/util-linux-CVE-2021-3996.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 22:58:33 +02:00
Marius Bakke
1c3fe0e491
gnu: readline: Remove input labels.
...
* gnu/packages/readline.scm (readline)[arguments]: Convert to G-expression.
Don't look up inputs by label.
2022-06-26 22:58:33 +02:00
Marius Bakke
9881ff7324
gnu: readline: Update to 8.1.2.
...
* gnu/packages/readline.scm (%patch-series-8.1): Add patch 2.
2022-06-26 22:58:33 +02:00
Marius Bakke
da25a43f2d
gnu: gawk: Use G-expressions and remove labels.
...
* gnu/packages/gawk.scm (gawk)[arguments]: Convert to G-expression. Use
SEARCH-INPUT-FILE instead of label.
2022-06-26 22:58:33 +02:00
Marius Bakke
003128f2f3
gnu: gawk: Update to 5.1.1.
...
* gnu/packages/gawk.scm (gawk): Update to 5.1.1.
[arguments]: Enable previously failing test.
2022-06-26 22:58:33 +02:00
Marius Bakke
40f96ea667
gnu: binutils: Update to 2.38.
...
If this commit gives a deja vu, you are not dreaming; see commit
3e3a37b2bc
.
* gnu/packages/base.scm (binutils): Update to 2.38.
[source](patches): Remove obsolete.
[arguments]: Add #:make-flags.
[properties]: New field.
(binutils+documentation): New variable.
(binutils-gold): Inherit from BINUTILS+DOCUMENTATION.
* gnu/packages/make-bootstrap.scm (%binutils-static)[arguments]: Inherit
#:make-flags.
* gnu/packages/patches/binutils-2.37-file-descriptor-leak.patch,
gnu/packages/patches/binutils-CVE-2021-45078.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-06-26 22:58:33 +02:00
Marius Bakke
6c80f4949f
gnu: isl: Update to 0.24.
...
* gnu/packages/gcc.scm (isl): Update to 0.24.
[source](uri): Use new .xz tarball.
2022-06-26 22:58:33 +02:00
Marius Bakke
d163943b23
gnu: Remove guile@3.0.7.
...
* gnu/packages/guile.scm (guile-3.0): Merge with ...
(guile-3.0-latest): ... this variable, which is now an alias.
2022-06-26 22:58:32 +02:00
Marius Bakke
1ae2a47a01
gnu: m4: Fix cross-compilation.
...
* gnu/packages/m4.scm (m4)[arguments]: Look up /bin/sh in NATIVE-INPUTS if
applicable.
2022-06-26 22:58:32 +02:00
Marius Bakke
b36c41ee54
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.
2022-06-26 22:22:34 +02:00
Christopher Rodriguez
a21583de54
gnu: Add orca-music.
...
* gnu/packages/music.scm (orca-music): New variable.
2022-06-26 15:38:46 -04:00
Christine Lemmer-Webber
ccdc0cf252
gnu: Add guile-goblins.
...
* gnu/packages/guile-xyz.scm (guile-goblins): New variable.
2022-06-26 15:24:58 -04:00
Stephen Paul Weber
13403b8022
gnu: Add ruby-bandwidth-iris.
...
* gnu/packages/ruby.scm (ruby-bandwidth-iris): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-26 13:43:32 -04:00
Stephen Paul Weber
99d8c41bde
gnu: Add ruby-faraday-middleware.
...
* gnu/packages/ruby.scm (ruby-faraday-middleware): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-26 13:43:31 -04:00
Stephen Paul Weber
a105975119
gnu: Add ruby-nori.
...
* gnu/packages/ruby.scm (ruby-nori): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-26 13:43:31 -04:00
Stephen Paul Weber
4009c98e5a
gnu: Add ruby-roda.
...
* gnu/packages/ruby.scm (ruby-roda): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-26 13:43:31 -04:00
Brian Cully
cbf02f10d7
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>
2022-06-26 19:11:34 +03:00
Brian Cully
9d9f0b9639
gnu: lxd: Update to 4.24.
...
* gnu/packages/virtualization.scm (lxd): Update to 4.24.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-26 19:11:17 +03:00
Sughosha
b7a091cf7f
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>
2022-06-26 16:56:20 +02:00
Sughosha
33536ff438
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>
2022-06-26 16:56:19 +02:00
Sughosha
fa60d0eaa4
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>
2022-06-26 16:56:19 +02:00
Efraim Flashner
1814521264
gnu: openssl-3.0: Update to 3.0.4.
...
* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.4.
2022-06-26 15:09:00 +03:00
Efraim Flashner
daa83c69f6
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.
2022-06-26 14:42:59 +03:00
Efraim Flashner
25e5daf1b1
gnu: ldc: Update skipped tests on i686-linux.
...
* gnu/packages/dlang.scm (ldc)[arguments]: Adjust custom
'disable-problematic-tests phase to skip fewer tests.
2022-06-26 14:42:58 +03:00
Efraim Flashner
e1a669b6d2
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.
2022-06-26 14:42:58 +03:00
Esther Flashner
51b2835fd4
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>
2022-06-26 14:42:58 +03:00
Esther Flashner
93901d4066
gnu: Add gdmd.
...
* gnu/packages/dlang.scm (gdmd): New variable.
Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-26 14:42:58 +03:00
Efraim Flashner
181fdbe319
Revert "gnu: ldc-bootstrap-0.17: Add support for aarch64-linux."
...
This reverts commit 4f6ed3d2f8
.
While this does allow building ldc on aarch64, it isn't actually
helpful.
2022-06-26 14:42:58 +03:00