Thiago Jung Bauermann
b6b47a4423
gnu: burp: Use regular check.
...
* gnu/packages/backup.scm (burp)[native-inputs]: Replace check-0.14 with
check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02 11:28:27 +02:00
Thiago Jung Bauermann
b35fd27831
gnu: libsigrokdecode: Use regular check.
...
* gnu/packages/electronics.scm (libsigrokdecode)[native-inputs]: Replace
check-0.14 with check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02 11:28:27 +02:00
Thiago Jung Bauermann
e116e43d0c
gnu: recutils: Use regular check.
...
* gnu/packages/databases.scm (recutils)[native-inputs]: Replace check-0.14
with check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-02 11:28:27 +02:00
Liliana Marie Prikler
aeb8c4fbea
gnu: curl: Skip failing test on x86-32.
...
* gnu/packages/curl.scm (curl-7.84.0)[arguments]<#:phases>: When running on
x86-32, add a phase to skip test 3026 “curl_global_init thread-safety”.
2022-07-02 11:13:41 +02:00
Liliana Marie Prikler
2533e7f8d1
gnu: ibus-anthy: Modernize arguments.
...
* gnu/packages/ibus.scm (ibus-anthy)[arguments]: Convert to list of
G-Expressions.
2022-07-02 01:09:19 +02:00
Liliana Marie Prikler
421b47624c
gnu: ibus-anthy: Archaize wrapper.
...
This is a follow-up to 39b118776b
, which
applied the wrong modernization metaphors. For more information, see
<https://issues.guix.gnu.org/52576#16 >.
* gnu/packages/ibus.scm (ibus-anthy)[#:phases]<wrap-programs>: Refer to
outputs by assoc-ref.
2022-07-02 01:05:16 +02:00
Ludovic Courtès
bf7e07d299
services: openssh: Listen on IPv6 only when IPv6 is supported.
...
Fixes <https://issues.guix.gnu.org/56327 >.
Reported by André Batista <nandre@riseup.net>.
* gnu/services/ssh.scm (openssh-shepherd-service)[ipv6-support?]: New
variable.
Use it in 'start' method.
2022-07-01 23:29:16 +02:00
Sughosha
aba1ee5553
gnu: Add luppp.
...
* gnu/packages/music.scm (luppp): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01 19:12:01 +02:00
Sughosha
697e75fca5
gnu: Add fabla.
...
* gnu/packages/music.scm (fabla): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01 19:08:46 +02:00
Sughosha
3b19dbd703
gnu: sorcer: Update to 1.1.3-1.cc7f6f5.
...
* gnu/packages/music.scm (sorcer): Update to 1.1.3-1.cc7f6f5.
[source]: Fetch with git; remove generated C++ file.
[native-inputs]: Replace faust with faust-0.9.67.
This update fixes the building of the package.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01 19:03:48 +02:00
Ricardo Wurmus
0fce0b9267
gnu: Add faust-0.9.67.
...
* gnu/packages/audio.scm (faust-0.9.67): New variable.
2022-07-01 19:03:44 +02:00
Leo Famulari
1f88c25bdc
gnu: linux-libre 5.4: Update to 5.4.202.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.202.
(linux-libre-5.4-pristine-source): Update hash.
2022-07-01 11:32:29 -04:00
Leo Famulari
13e0afe6cb
gnu: linux-libre 5.10: Update to 5.10.127.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.127.
(linux-libre-5.10-pristine-source): Update hash.
2022-07-01 11:32:29 -04:00
Leo Famulari
ce9fbdd413
gnu: linux-libre 5.15: Update to 5.15.51.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.51.
(linux-libre-5.15-pristine-source): Update hash.
2022-07-01 11:32:28 -04:00
Leo Famulari
a90158a9e4
gnu: linux-libre: Update to 5.18.8.
...
* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.8.
(linux-libre-5.18-pristine-source): Update hash.
2022-07-01 11:32:22 -04:00
Jan (janneke) Nieuwenhuizen
f8273f8225
gnu: dezyne: Update to 2.15.3.
...
* gnu/packages/dezyne.scm (dezyne)[source]: Update to 2.15.3.
2022-07-01 15:45:44 +02:00
Jan (janneke) Nieuwenhuizen
36a0ec9e78
gnu: mcrl2: Update to 202206.0.
...
* gnu/packages/patches/mcrl2-fix-1687.patch,
gnu/packages/patches/mcrl2-fix-counterexample.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/maths.scm (mcrl2): Update to 202206.0 and use them.
2022-07-01 15:45:37 +02:00
Ricardo Wurmus
81cf674a5d
gnu: Add python-ikarus.
...
* gnu/packages/bioinformatics.scm (python-ikarus): New variable.
2022-07-01 14:54:26 +02:00
Ludovic Courtès
0dab106a6a
image: Add sanitizers for 'format' and 'partition-table-type'.
...
This allows common mistakes to be diagnosed early.
* gnu/image.scm (define-set-sanitizer): New macro.
(validate-image-format, validate-partition-table-type): New sanitizers.
(<image>)[format, partition-table-type]: Add 'sanitize' property.
2022-07-01 12:10:29 +02:00
Ludovic Courtès
05a759ab36
image: Raise an error when an image lacks a bootable partition.
...
* gnu/system/image.scm (find-root-partition): Raise an error when 'find'
returns #f.
2022-07-01 12:10:28 +02:00
Ludovic Courtès
ed19bc87e4
image: Avoid use of the deprecated 'gpt' option of genimage.
...
* gnu/system/image.scm (system-disk-image)[genimage-type-options]: Use
'partition-table-type' instead of the deprecated 'gpt' option.
2022-07-01 12:10:28 +02:00
Ludovic Courtès
9f530ef38a
image: Add default value for partition initializer.
...
Previously, the default value would lead to a wrong-type-to-apply crash.
* gnu/system/image.scm (system-disk-image)[image-builder]: When
'partition-initializer' returns #f, fall back to
INITIALIZE-ROOT-PARTITION.
* gnu/tests/base.scm (run-root-unmount-test)[test-image]: Remove
'initializer' field of partition.
* gnu/image.scm (<partition>)[initializer]: Add comment.
2022-07-01 12:10:28 +02:00
Ludovic Courtès
e871c3a857
image: 'system-image' throws when given an incorrect image format.
...
Previously 'system-image' would return *unspecified* in that case,
leading to a wrong-type-arg error crash down the road.
* gnu/system/image.scm (system-image): Add 'else' clause.
2022-07-01 12:10:28 +02:00
Ludovic Courtès
0483c71cc5
services: root-file-system: Cleanly unmount upon shutdown.
...
Fixes <https://issues.guix.gnu.org/56209 >.
Reported by angry rectangle <angryrectangle@cock.li>.
* gnu/packages/admin.scm (shepherd-0.9)[modules, snippet]: New fields.
* gnu/services/base.scm (%root-file-system-shepherd-service): In 'stop'
method, remove 'call-with-blocked-asyncs'. When 'mount' throws to
'system-error, call (@ (fibers) sleep) and try again.
* gnu/tests/base.scm (run-root-unmount-test): New procedure.
(%test-root-unmount): New variable.
2022-07-01 12:10:28 +02:00
Ludovic Courtès
4636640de8
file-systems: Add 'cleanly-unmounted-ext2?'.
...
* gnu/build/file-systems.scm (ext2-superblock-cleanly-unmounted?)
(cleanly-unmounted-ext2?): New procedures.
2022-07-01 12:10:28 +02:00
Ludovic Courtès
2199af9f7b
gnu: texlive-fmtcount: Add proper 'license' value.
...
This is a followup to df5e07c16d
.
* gnu/packages/tex.scm (texlive-fmtcount)[license]: New field.
2022-07-01 12:10:27 +02:00
Christopher Baines
b5c6062bce
services: nginx: Add support for extra content in upstream blocks.
...
I'm looking at this as I'd like to use the keepalive functionality.
* gnu/services/web.scm (nginx-upstream-configuration-extra-content): New
procedure.
(emit-nginx-upstream-config): Include the extra-content if applicable.
* doc/guix.texi (NGINX): Document this.
2022-07-01 09:45:28 +01:00
Luis Henrique Gomes Higino
9a2a77b6ad
gnu: grip: Update to 4.6.1.
...
* gnu/packages/python-web.scm (grip): Update to 4.6.1.
(arguments): Use a gexp.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-01 09:45:28 +01:00
Christopher Baines
09aeabb9d3
services: guix: Support guix-build-coordinator parallel hooks.
...
* gnu/services/guix.scm (guix-build-coordinator-configuration-parallel-hooks):
New procedure.
(make-guix-build-coordinator-start-script): Accept and use #:parallel-hooks.
(guix-build-coordinator-shepherd-services): Pass parallel-hooks to
make-guix-build-coordinator-start-script.
* doc/guix.texi (Guix Build Coordinator): Document this new field.
2022-07-01 09:45:28 +01:00
Christopher Baines
e176727971
gnu: guix-build-coordinator: Update to 0-55.23504e0.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-55.23504e0.
2022-07-01 09:45:27 +01:00
Wiktor Żelazny
1eeecb2b5a
gnu: Add r-sungeo.
...
* gnu/packages/cran.scm (r-sungeo): New variable.
2022-07-01 10:33:01 +02:00
Wiktor Żelazny
5ae0d8a9d0
gnu: Add r-measurements.
...
* gnu/packages/cran.scm (r-measurements): New variable.
2022-07-01 10:33:01 +02:00
Wiktor Żelazny
c359153ac4
gnu: Add r-cartogram.
...
* gnu/packages/cran.scm (r-cartogram): New variable.
2022-07-01 10:33:01 +02:00
Wiktor Żelazny
e008aee36f
gnu: Add r-automap.
...
* gnu/packages/cran.scm (r-automap): New variable.
2022-07-01 10:33:01 +02:00
Wiktor Żelazny
525457cc8b
gnu: Add r-gstat.
...
* gnu/packages/cran.scm (r-gstat): New variable.
2022-07-01 10:33:01 +02:00
Wiktor Żelazny
3cefd8ba5f
gnu: Add r-spacetime.
...
* gnu/packages/cran.scm (r-spacetime): New variable.
2022-07-01 10:33:00 +02:00
Mădălin Ionel Patrașcu
ec23d7caa8
gnu: Add r-antiprofiles.
...
* gnu/packages/bioconductor.scm (r-antiprofiles): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01 10:28:22 +02:00
Mădălin Ionel Patrașcu
3109d4a30e
gnu: Add r-annmap.
...
* gnu/packages/bioconductor.scm (r-annmap): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01 10:28:21 +02:00
Mădălin Ionel Patrașcu
f004033b47
gnu: Add r-anf.
...
* gnu/packages/bioconductor.scm (r-anf): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01 10:28:21 +02:00
Mădălin Ionel Patrașcu
4c294ae7fb
gnu: Add r-anaquin.
...
* gnu/packages/bioconductor.scm (r-anaquin): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-07-01 10:28:21 +02:00
Vagrant Cascadian
b7e414982d
gnu: opensbi: Update to 1.1.
...
* gnu/packages/firmware.scm (make-opensbi-package): Update to 1.1.
2022-06-30 15:39:29 -07:00
Marius Bakke
f9dd754fb1
gnu: itstool: Update home page.
...
* gnu/packages/glib.scm (itstool)[home-page]: Use HTTPS and remove defunct
subdomain.
2022-06-30 23:01:28 +02:00
Marius Bakke
3fc6709d42
gnu: cURL: Replace with 7.84.0 [security fixes].
...
This fixes CVE-2022-22576, CVE-2022-27774, CVE-2022-27775, CVE-2022-27776,
CVE-2022-27781, and CVE-2022-27782.
* gnu/packages/curl.scm (curl)[replacement]: New field.
(curl-7.84.0): New private variable.
2022-06-30 23:01:28 +02:00
Marius Bakke
d06de25cd2
gnu: cURL: Update source URI.
...
* gnu/packages/curl.scm (curl)[source](uri): Follow redirect.
2022-06-30 23:01:28 +02:00
Pierre Neidhardt
eac290933f
gnu: Add sketch.
...
* gnu/packages/lisp-xyz.scm (cl-sketch, ecl-sketch, sbcl-sketch): New variables.
2022-06-30 20:01:38 +02:00
Pierre Neidhardt
90300336a2
gnu: Add cl-sdl2-ttf.
...
* gnu/packages/lisp-xyz.scm (cl-sdl2-ttf, ecl-sdl2-ttf, sbcl-sdl2-ttf): New variables.
2022-06-30 20:01:38 +02:00
Pierre Neidhardt
4782f99fa7
gnu: Add cl-sdl2-image.
...
* gnu/packages/lisp-xyz.scm (cl-sdl2-image, ecl-cl-sdl2-image,
sbcl-cl-sdl2-image): New variables.
2022-06-30 20:01:38 +02:00
Pierre Neidhardt
ea917c7abd
gnu: Add cl-geometry.
...
* gnu/packages/lisp-xyz.scm (cl-geometry, ecl-cl-geometry, sbcl-cl-geometry):
New variables.
2022-06-30 20:01:38 +02:00
Pierre Neidhardt
1adf2d7fe3
gnu: Add cl-trees.
...
* gnu/packages/lisp-xyz.scm (cl-trees, ecl-cl-trees, sbcl-cl-trees): New variables.
2022-06-30 20:01:38 +02:00
Pierre Neidhardt
c5dcaa6ff2
gnu: Add glkit.
...
* gnu/packages/lisp-xyz.scm (cl-glkit, ecl-glkit, sbcl-glkit): New variables.
2022-06-30 20:01:37 +02:00
Pierre Neidhardt
d5170f78f5
gnu: Add sdl2kit.
...
* gnu/packages/lisp-xyz.scm (cl-sdl2kit, ecl-sdl2kit, sbcl-sdl2kit): New variables.
2022-06-30 20:01:37 +02:00
Pierre Neidhardt
141d01e670
gnu: Add mathkit.
...
* gnu/packages/lisp-xyz.scm (cl-mathkit, ecl-mathkit, sbcl-mathkit): New
variables.
2022-06-30 20:01:37 +02:00
Pierre Neidhardt
995409022f
gnu: Add sb-cga.
...
* gnu/packages/lisp-xyz.scm (cl-sb-cga, ecl-sb-cga, sbcl-sb-cga): New variables.
2022-06-30 20:01:37 +02:00
Pierre Neidhardt
0eac11139a
gnu: sbcl: Enable sb-gmp, sb-mpfr and install shared library.
...
* gnu/packages/lisp.scm (sbcl)[inputs]: Add gmp, mpfr.
[arguments]: Fix shared library makefile.
Fix contrib references to gmp and mpfr.
Add phase to build shared library.
Add phase to install shared library.
2022-06-30 20:01:37 +02:00
Pierre Neidhardt
a3d65bd247
gnu: Add physical-quantities.
...
* gnu/packages/lisp-xyz.scm (cl-physical-quantities, ecl-physical-quantities,
sbcl-physical-quantities): New variables.
2022-06-30 20:01:37 +02:00
Pierre Neidhardt
efe2efd72a
gnu: Add parseq.
...
* gnu/packages/lisp-xyz.scm (cl-parseq, ecl-parseq, sbcl-parseq): New variables.
2022-06-30 20:01:37 +02:00
Pierre Neidhardt
3c509d98ed
gnu: Add slot-extra-options.
...
* gnu/packages/lisp-xyz.scm (cl-slot-extra-options, ecl-slot-extra-options,
sbcl-slot-extra-options): New variables.
2022-06-30 20:01:37 +02:00
Pierre Neidhardt
d1bb3bab4b
gnu: sbcl-parachute: Update to 20210920.
...
* gnu/packages/lisp-check.scm (sbcl-parachute): Update to 20210920.
2022-06-30 20:01:37 +02:00
Pierre Neidhardt
1d2a1bcb44
gnu: Add polymorphic-functions.
...
* gnu/packages/lisp-xyz.scm (cl-polymorphic-functions,
ecl-polymorphic-functions, sbcl-polymorphic-functions): New variables.
2022-06-30 20:01:37 +02:00
Pierre Neidhardt
60c00cdd60
gnu: Add ctype.
...
* gnu/packages/lisp-xyz.scm (cl-ctype, ecl-ctype, sbcl-ctype): New variables.
2022-06-30 20:01:37 +02:00
Pierre Neidhardt
2e08e8a648
gnu: Add compiler-macro-notes.
...
* gnu/packages/lisp-xyz.scm (cl-compiler-macro-notes,
ecl-compiler-macro-notes, sbcl-compiler-macro-notes): New variables.
2022-06-30 20:01:36 +02:00
Pierre Neidhardt
b754c3da53
gnu: Add fast-generic-functions.
...
* gnu/packages/lisp-xyz.scm (cl-fast-generic-functions,
ecl-fast-generic-functions, sbcl-fast-generic-functions): New variables.
2022-06-30 20:01:36 +02:00
Pierre Neidhardt
7bf53a25e8
gnu: Add sealable-metaobjects.
...
* gnu/packages/lisp-xyz.scm (cl-sealable-metaobjects,
ecl-sealable-metaobjects, sbcl-sealable-metaobjects): New variables.
2022-06-30 20:01:36 +02:00
Pierre Neidhardt
9770c7c98c
gnu: Add dynamic-mixins.
...
* gnu/packages/lisp-xyz.scm (cl-dynamic-mixins, ecl-dynamic-mixins,
sbcl-dynamic-mixins): New variables.
2022-06-30 20:01:36 +02:00
Pierre Neidhardt
a034032066
gnu: Add defstar.
...
* gnu/packages/lisp-xyz.scm (cl-defstar, ecl-defstar, sbcl-defstar): New variables.
2022-06-30 20:01:36 +02:00
Pierre Neidhardt
0b23663c52
gnu: Add filtered-functions.
...
* gnu/packages/lisp-xyz.scm (cl-filtered-functions, ecl-filtered-functions,
sbcl-filtered-functions): New variables.
2022-06-30 20:01:36 +02:00
Pierre Neidhardt
ebbccd90de
gnu: Add cl-definitions.
...
* gnu/packages/lisp-xyz.scm (cl-definitions, ecl-definitions,
sbcl-definitions): New variables.
2022-06-30 20:01:36 +02:00
Pierre Neidhardt
fc573330dd
gnu: sbcl-cl-reexport: Update to 20210219.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-reexport): Update to 20210219.
[native-inputs]: Add sbcl-prove.
[description]: Fix typo.
2022-06-30 20:01:36 +02:00
Pierre Neidhardt
c3b8039a3a
gnu: Add clache.
...
* gnu/packages/lisp-xyz.scm (cl-clache, ecl-clache, sbcl-clache): New variables.
2022-06-30 20:01:36 +02:00
Pierre Neidhardt
657751669b
gnu: Add screamer.
...
* gnu/packages/lisp-xyz.scm (cl-screamer, ecl-screamer, sbcl-screamer): New variables.
2022-06-30 20:01:36 +02:00
Pierre Neidhardt
6a65f1615c
gnu: Add cl-algebraic-data-type.
...
* gnu/packages/lisp-xyz.scm (cl-algebraic-data-type,
ecl-cl-algebraic-data-type, sbcl-cl-algebraic-data-type): New variables.
2022-06-30 20:01:36 +02:00
Pierre Neidhardt
5eaf306699
gnu: Add cells.
...
* gnu/packages/lisp-xyz.scm (cl-cells, ecl-cells, sbcl-cells): New variables.
2022-06-30 20:01:35 +02:00
Pierre Neidhardt
f5ee5c73a7
gnu: Add utils-kt.
...
* gnu/packages/lisp-xyz.scm (cl-utils-kt, ecl-utils-kt, sbcl-utils-kt): New variables.
2022-06-30 20:01:35 +02:00
Efraim Flashner
d473d8ebdb
gnu: x265: Enable assembly on for some arm build phases.
...
* gnu/packages/video.scm (x265)[arguments]: Enable assembly for
armhf-linux. Only disable assembly for aarch64-linux when building the
10-bit or 12-bit libraries.
2022-06-30 20:59:35 +03:00
Efraim Flashner
6f2bdd4e6b
gnu: x265: Honor make-flags.
...
* gnu/packages/video.scm (x265)[arguments]: Adjust custom 'build-12-bit,
'build-10-bit and 'install-more-libs phases to use standard 'make and
'install phases.
2022-06-30 20:59:35 +03:00
Efraim Flashner
857c9ce360
gnu: x265: Update to 3.5.
...
* gnu/packages/video.scm (x265): Update to 3.5.
[source]: Update to new upstream URI.
[arguments]: Adjust custom 'prepare-build phase due to changes in the
codebase. Remove trailing #t from phases and shorten find-files.
2022-06-30 20:59:32 +03:00
Guillaume Le Vaillant
9829f53a3f
gnu: sbcl: Fix build on some architectures.
...
* gnu/packages/lisp.scm (sbcl)[arguments]: Update 'build-doc' phase to build
the doc for SB-SIMD only on x86_64-linux.
2022-06-30 17:01:20 +02:00
Stephen Paul Weber
aeea9a3111
gnu: Add ruby-braintree.
...
* gnu/packages/ruby.scm (ruby-braintree): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 10:26:37 -04:00
Mădălin Ionel Patrașcu
c6d792f34c
gnu: Add r-amaretto.
...
* gnu/packages/bioconductor.scm (r-amaretto): New variable.
2022-06-30 15:35:27 +02:00
Mădălin Ionel Patrașcu
dd74da6190
gnu: Add r-amountain.
...
* gnu/packages/bioconductor.scm (r-amountain): New variable.
2022-06-30 15:29:45 +02:00
Ricardo Wurmus
8c85cc74f0
gnu: r-partitions: Update to 1.10-4.
...
* gnu/packages/cran.scm (r-partitions): Update to 1.10-4.
[propagated-inputs]: Add r-mathjaxr.
2022-06-30 15:17:58 +02:00
Ricardo Wurmus
6e333213d3
gnu: r-metap: Update to 1.8.
...
* gnu/packages/bioconductor.scm (r-metap): Update to 1.8.
[propagated-inputs]: Add r-mathjaxr and r-qqconf.
2022-06-30 15:17:58 +02:00
Ricardo Wurmus
f36cf3278a
gnu: Add r-qqconf.
...
* gnu/packages/cran.scm (r-qqconf): New variable.
2022-06-30 15:17:58 +02:00
Ricardo Wurmus
418a27f7f4
gnu: r-metafor: Update to 3.4-0.
...
* gnu/packages/cran.scm (r-metafor): Update to 3.4-0.
[propagated-inputs]: Add r-mathjaxr, r-metadat, and r-pbapply.
2022-06-30 15:17:58 +02:00
Ricardo Wurmus
2cf8b996fa
gnu: Add r-metadat.
...
* gnu/packages/cran.scm (r-metadat): New variable.
2022-06-30 15:17:58 +02:00
Greg Hogan
c3c8b5e60a
gnu: Add r-mathjaxr.
...
* gnu/packages/cran.scm (r-mathjaxr): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-06-30 15:17:58 +02:00
Guillaume Le Vaillant
a672682997
gnu: cl-zstd: Update to 2.0-1.134f058.
...
* gnu/packages/lisp-xyz.scm (sbcl-zstd): Update to 2.0-1.134f058.
[inputs]: Remove labels.
[arguments]: Use gexp.
2022-06-30 14:36:44 +02:00
Guillaume Le Vaillant
90defb0f14
gnu: cl-lzlib: Update to 2.0-1.c8102fc.
...
* gnu/packages/lisp-xyz.scm (sbcl-lzlib): Update to 2.0-1.c8102fc.
[inputs]: Remove labels.
[arguments]: Use gexp.
2022-06-30 14:36:35 +02:00
Guillaume Le Vaillant
e18f43f24e
gnu: cl-fast-websocket: Update to 0.1-1.baeeadd.
...
* gnu/packages/lisp-xyz.scm (sbcl-fast-websocket): Update to 0.1-1.baeeadd.
2022-06-30 14:13:09 +02:00
Guillaume Le Vaillant
2c6a9ad2f0
gnu: sbcl: Update to 2.2.6.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.2.6.
[native-inputs]: Remove zlib. Remove labels.
[inputs]: Add zstd:lib.
2022-06-30 13:51:50 +02:00
Ricardo Wurmus
49ecf1cbee
Revert "gnu: Add r-mathjaxr."
...
This reverts commit 9078c651e8
.
This package contains vast amounts of minified JavaScript that cannot be built
from source.
2022-06-30 13:11:40 +02:00
Ricardo Wurmus
2d38a6883e
Revert "gnu: Add r-metadat."
...
This reverts commit 6804d2bc25
.
This depends on r-mathjaxr.
2022-06-30 13:11:24 +02:00
Ricardo Wurmus
b9aa2f5aaf
Revert "gnu: r-metafor: Update to 3.4-0."
...
This reverts commit 00056eafae
.
This depends on r-mathjaxr, which has been added in a previous commit.
Unfortunately, r-mathjaxr contains a lot of minified JavaScript that hasn't
been built from source.
2022-06-30 13:06:30 +02:00
Stephen Paul Weber
d769b7e124
gnu: Add ruby-pry-rescue.
...
* gnu/packages/ruby.scm (ruby-pry-rescue): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 06:51:34 -04:00
Stephen Paul Weber
7cd6ac428a
gnu: Add ruby-interception.
...
* gnu/packages/ruby.scm (ruby-interception): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 06:51:34 -04:00
Stephen Paul Weber
eb10b8841f
gnu: Add ruby-webrick.
...
* gnu/packages/ruby.scm (ruby-webrick): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 06:51:34 -04:00
Stephen Paul Weber
f33414564d
gnu: Add ruby-sentry.
...
* gnu/packages/ruby.scm (ruby-sentry): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 06:51:34 -04:00
Stephen Paul Weber
142068c6e4
gnu: Add ruby-sentry-core.
...
* gnu/packages/ruby.scm (ruby-sentry-core): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-06-30 06:51:34 -04:00
Guillaume Le Vaillant
9121fd78da
gnu: gqrx: Add missing input.
...
* gnu/packages/radio.scm (gqrx)[inputs]: Add spdlog.
2022-06-30 11:23:39 +02:00
Guillaume Le Vaillant
b3a9ac6f06
gnu: gnss-sdr: Add missing input.
...
* gnu/packages/radio.scm (gnss-sdr)[inputs]: Add spdlog.
2022-06-30 11:23:39 +02:00
Guillaume Le Vaillant
8c7184342e
gnu: gr-osmosdr: Add missing input.
...
* gnu/packages/radio.scm (gr-osmosdr)[inputs]: Add spdlog.
2022-06-30 11:23:39 +02:00
Guillaume Le Vaillant
3aef40c819
gnu: gr-iqbal: Add missing input.
...
* gnu/packages/radio.scm (gr-iqbal)[inputs]: Add spdlog.
2022-06-30 11:23:39 +02:00
Guillaume Le Vaillant
f436a5be57
gnu: gr-satellites: Add missing input.
...
* gnu/packages/radio.scm (gr-satellites)[inputs]: Add spdlog.
2022-06-30 11:23:39 +02:00
Guillaume Le Vaillant
1f6a9bbea6
gnu: gnuradio: Simplify package definition.
...
* gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove labels.
[propagated-inputs]: Move spdlog to...
[inputs]: ... here. Remove labels.
[arguments]: Remove trailing #t in phases.
2022-06-30 11:23:39 +02:00
Greg Hogan
1256f36634
gnu: gnss-sdr: Update to 0.0.17.
...
* gnu/packages/radio.scm (gnss-sdr): Update to 0.0.17.
[inputs]: Add fmt.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:39 +02:00
Greg Hogan
22a341bea0
gnu: gr-satellites: Update to 4.6.0.
...
* gnu/packages/radio.scm (gr-satellites): Update to 4.6.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:39 +02:00
Greg Hogan
8a06b8ecb4
gnu: gnuradio: Update to 3.10.3.0.
...
* gnu/packages/radio.scm (gnuradio): Update to 3.10.3.0.
[native-inputs]: Add python-jsonschema and soapysdr.
[propagated-inputs]: Add spdlog.
[arguments]<#:configure-flags>: Add -DENABLE_GRC=ON.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:39 +02:00
Greg Hogan
00056eafae
gnu: r-metafor: Update to 3.4-0.
...
* gnu/packages/cran.scm (r-metafor): Update to 3.4-0.
[propagated-inputs]: Add r-mathjaxr r-metadat r-pbapply.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:39 +02:00
Greg Hogan
9078c651e8
gnu: Add r-mathjaxr.
...
* gnu/packages/cran.scm (r-mathjaxr): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:39 +02:00
Greg Hogan
6804d2bc25
gnu: Add r-metadat.
...
* gnu/packages/cran.scm (r-metadat): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:38 +02:00
Greg Hogan
4eddce8ce9
gnu: octave: Update to 7.1.0.
...
* gnu/packages/maths.scm (octave): Update to 7.1.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-30 11:23:38 +02:00
Lars-Dominik Braun
d921516f50
services: greetd: Remove unnecessary user groups.
...
* gnu/services/base.scm (%greetd-accounts): Remove supplementary groups
users, tty, input, audio. Create special user group “greeter”.
2022-06-30 09:20:37 +02:00
(
75a520cca6
home: services: shells: Export Fish environment variables.
...
Variables set in the Fish configuration weren't previously being
exported.
* gnu/home/services/shells.scm (serialize-fish-env-vars): Output the
`set -x` command instead of `set`.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-29 20:40:36 +02:00
Leo Famulari
c92e1b3b31
gnu: Syncthing: Update to 1.20.2.
...
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.2.
2022-06-29 13:11:57 -04:00
John Kehayias
44f2c7c2ca
gnu: linux-libre: Enable the AMD HSA driver.
...
* gnu/packages/aux-files/linux-libre/5.10-arm64.conf,
gnu/packages/aux-files/linux-libre/5.10-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.15-arm64.conf,
gnu/packages/aux-files/linux-libre/5.15-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.18-arm64.conf,
gnu/packages/aux-files/linux-libre/5.18-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.4-arm64.conf,
gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Enable the AMD
Heterogeneous System Architecture (HSA) driver.
Signed-off-by: Leo Famulari <leo@famulari.name>
2022-06-29 08:49:42 -04:00
Leo Famulari
1601a47130
gnu: Remove linux-libre 5.17.
...
This kernel series is no longer supported upstream.
* gnu/packages/linux.scm (linux-libre-5.17-version,
linux-libre-5.17-gnu-revision, deblob-scripts-5.17,
linux-libre-5.17-pristine-source, linux-libre-5.17-source,
linux-libre-headers-5.17, linux-libre-5.17): Remove variables.
* gnu/packages/aux-files/linux-libre/5.17-arm.conf,
gnu/packages/aux-files/linux-libre/5.17-arm64.conf,
gnu/packages/aux-files/linux-libre/5.17-i686.conf,
gnu/packages/aux-files/linux-libre/5.17-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
2022-06-29 08:49:42 -04:00
Leo Famulari
2ec7ab2610
gnu: linux-libre: Update to 5.18.7.
...
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre,
linux-libre-with-bpf): Use linux-libre-5.18.
2022-06-29 08:49:42 -04:00
Leo Famulari
5bf97d2891
gnu: Add linux-libre 5.18.
...
* gnu/packages/linux.scm (linux-libre-5.18-version,
linux-libre-5.18-gnu-revision, deblob-scripts-5.18,
linux-libre-5.18-pristine-source, linux-libre-5.18-source,
linux-libre-headers-5.18, linux-libre-5.18): New variables.
* gnu/packages/aux-files/linux-libre/5.18-arm.conf,
gnu/packages/aux-files/linux-libre/5.18-arm64.conf,
gnu/packages/aux-files/linux-libre/5.18-i686.conf,
gnu/packages/aux-files/linux-libre/5.18-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
2022-06-29 08:49:42 -04:00
Leo Famulari
c62f6268e7
gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-8.6d0d9fb.
...
This update adds compatibility with linux-libre 5.18.
* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to
5.6.4.2-8.6d0d9fb.
2022-06-29 08:49:34 -04:00
Jonathan Brielmaier
d7449142f5
gnu: icedove: Update to 91.11.0 [security fixes].
...
Fixes CVE-2022-2226 and CVE-2022-34478.
* gnu/packages/gnuzilla.scm (icedove): Update to 91.11.0.
2022-06-28 23:56:10 +02:00
Timotej Lazar
aa565e7a10
gnu: naev: Update to 0.9.3.
...
* gnu/packages/games.scm (naev): Update to 0.9.3. Fix lonely parens.
[source]: Switch to git-fetch.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-06-28 22:43:58 +01:00
Jose G Perez Taveras
9f38e31548
gnu: font-victor-mono: Update to 1.5.3.
...
* gnu/packages/fonts.scm (font-victor-mono): Update to 1.5.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-06-28 22:41:42 +01:00
Jose G Perez Taveras
875ed928e6
gnu: playerctl: Update to 2.4.1.
...
* gnu/packages/music.scm (playerctl): Update to 2.4.1.
[arguments]: Remove -Dintrospection=false.
[inputs]: Remove python-pygobject.
[native-inputs]: Add gobject-introspection.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-06-28 22:41:18 +01:00
Christopher Baines
0bf5c65588
gnu: snapcast: Update to 0.26.0.
...
* gnu/packages/audio.scm (snapcast): Update to 0.26.0.
2022-06-28 22:35:54 +01:00
Mark H Weaver
0e576e36ae
gnu: icecat: Update to 91.11.0-guix0-preview1 [security fixes].
...
Includes fixes for CVE-2022-2200, CVE-2022-31744, CVE-2022-34468,
CVE-2022-34470, CVE-2022-34472, CVE-2022-34478, CVE-2022-34479,
CVE-2022-34481, and CVE-2022-34484.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2022-06-28 14:00:27 -04:00
Julien Lepiller
404df667e3
gnu: bap: Update to 2.5.0-alpha.
...
* gnu/packages/ocaml.scm (bap): Update to 2.5.0-alpha.
2022-06-28 19:34:50 +02:00
Julien Lepiller
0d5c88737b
gnu: Add ocaml-ppx-bitstring.
...
* gnu/packages/ocaml.scm (ocaml-ppx-bitstring): New variable.
2022-06-28 19:34:42 +02:00
Julien Lepiller
35ee95f481
gnu: Add ocaml-ppx-bap.
...
* gnu/packages/ocaml.scm (ocaml-ppx-bap): New variable.
2022-06-28 19:34:30 +02:00
Julien Lepiller
99fcd03e50
gnu: Add ocaml-linenoise.
...
* gnu/packages/ocaml.scm (ocaml-linenoise): New variable.
2022-06-28 19:34:22 +02:00
Raghav Gururajan
ec90cdfdc3
gnu: gajim: Enable app-indicator support.
...
* gnu/packages/messaging.scm (gajim)[inputs]: Add libappindicator.
2022-06-28 12:21:29 -04:00
Timotej Lazar
ae7302e523
gnu: corsix-th: Update to 0.66.
...
* gnu/packages/games.scm (corsix-th): Update to 0.66.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-28 18:01:35 +03:00
Efraim Flashner
04b288750c
gnu: vim: Update to 9.0.0000.
...
* gnu/packages/vim.scm (vim): Update to 9.0.0000.
2022-06-28 17:55:32 +03:00
Raghav Gururajan
b7f6c4186a
gnu: gajim-openpgp: Install plugin in a sub-folder.
...
* gnu/packages/messaging.scm (gajim-openpgp)[builder]: Modify.
2022-06-28 10:22:53 -04:00
Raghav Gururajan
9ed1fa7de7
gnu: gajim-omemo: Install plugin in a sub-folder.
...
* gnu/packages/messaging.scm (gajim-omemo)[builder]: Modify.
2022-06-28 10:22:52 -04:00
Kyle Meyer
4045b96cfa
gnu: git-annex: Update to 10.20220624.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220624.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-28 16:50:18 +03:00
jgart
37254b4cb3
gnu: universal-ctags: Update to 5.9.20220626.0.
...
* gnu/packages/code.scm (universal-ctags): Update to 5.9.20220626.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-06-28 16:47:37 +03:00
Lars-Dominik Braun
d8d6b7417f
gnu: Add texlive-lineno.
...
* gnu/packages/tex.scm (texlive-lineno): New variable.
2022-06-28 15:09:26 +02:00
Lars-Dominik Braun
5c608de993
gnu: Add texlive-threeparttablex.
...
* gnu/packages/tex.scm (texlive-threeparttablex): New variable.
2022-06-28 15:09:13 +02:00
Lars-Dominik Braun
a7288095b5
gnu: Add texlive-xpatch.
...
* gnu/packages/tex.scm (texlive-xpatch): New variable.
2022-06-28 15:08:52 +02:00
Lars-Dominik Braun
80867e6b5e
gnu: Add texlive-was.
...
* gnu/packages/tex.scm (texlive-was): New variable.
2022-06-28 15:08:29 +02:00
Lars-Dominik Braun
22ec59e821
gnu: Add texlive-endfloat.
...
* gnu/packages/tex.scm (texlive-endfloat): New variable.
2022-06-28 15:07:32 +02:00
Lars-Dominik Braun
9374af6b6f
gnu: Add texlive-apa6.
...
* gnu/packages/tex.scm (texlive-apa6): New variable.
2022-06-28 15:07:10 +02:00
Lars-Dominik Braun
453b0670a6
gnu: llvm-for-rocm: Inherit from llvm-14
...
* gnu/packages/llvm.scm (llvm-for-rocm)[arguments]: Inherit from llvm-14
instead of llvm-12 and use g-exp for #:configure-flags.
2022-06-28 12:27:42 +02:00
Lars-Dominik Braun
b7c99f2b88
gnu: rocclr-4: Remove package.
...
Not useful on its own after upgrading to ROCm 5 in commit
01444b297bb3ed28bb33cd01604aadb98bb65333.
* gnu/packages/rocm.scm (rocclr-4): Remove variable.
2022-06-28 12:27:42 +02:00
Raghav Gururajan
aa0d30aa58
gnu: gajim-openpgp: Change source URL and update to 1.4.9.
...
* gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.9.
[source]: Modify.
2022-06-28 05:21:05 -04:00
Raghav Gururajan
c4d5e60522
gnu: gajim-omemo: Change source URL and update to 2.8.15
...
* gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.15.
[source]: Modify.
2022-06-28 05:21:05 -04:00
Maxim Cournoyer
8d810c209f
h-client: Do not fail in pure environments.
...
Fixes <https://issues.guix.gnu.org/56223 >.
* gnu/packages/hardware.scm (h-client)[imported-modules]: New argument.
[modules]: Likewise.
[phases]{generate-gdk-pixbuf-loaders-cache-file}
{glib-or-gtk-compile-schemas, glib-or-gtk-wrap}: Add glib-or-gtk phases.
{wrap-more}: Wrap GI_TYPELIB_PATH and PATH.
[inputs]: Add gobject-introspection and guile-3.0.
Reported-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-06-28 00:48:19 -04:00
Nicolas Goaziou
f5abd5b962
gnu: emacs-vertico: Update to 0.25.
...
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.25.
2022-06-27 23:29:36 +02:00
Nicolas Goaziou
b443098345
gnu: emacs-ebib: Update to 2.38.
...
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.38.
2022-06-27 23:19:50 +02:00
Nicolas Goaziou
93eeaab4a8
gnu: emacs-ctrlf: Update to 1.5.
...
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.5.
2022-06-27 23:18:24 +02:00
Nicolas Goaziou
ce4abdd450
gnu: emacs-corfu: Update to 0.26.
...
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.26.
2022-06-27 23:15:35 +02:00
Nicolas Goaziou
0387db4cd6
gnu: emacs-cider: Update to 1.4.1.
...
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.4.1.
2022-06-27 23:12:12 +02:00
Nicolas Goaziou
45e755a9a0
gnu: emacs-bluetooth: Update to 0.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3.1.
2022-06-27 23:09:33 +02:00
Nicolas Goaziou
cf53edb49e
gnu: emacs-citar: Update to 0.9.5.
...
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.5.
[propagated-inputs]: Add EMACS-CITEPROC-EL.
2022-06-27 23:07:22 +02:00
Leo Famulari
2697cc8401
gnu: linux-libre 4.9: Update to 4.9.320.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.320.
(linux-libre-4.9-pristine-source): Update hash.
2022-06-27 15:29:38 -04:00
Leo Famulari
78e5ee6d58
gnu: linux-libre 4.14: Update to 4.14.285.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.285.
(linux-libre-4.14-pristine-source): Update hash.
2022-06-27 15:29:38 -04:00
Leo Famulari
7a357b1243
gnu: linux-libre 4.19: Update to 4.19.249.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.249.
(linux-libre-4.19-pristine-source): Update hash.
2022-06-27 15:29:38 -04:00
Leo Famulari
3119382884
gnu: linux-libre 5.4: Update to 5.4.201.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.201.
(linux-libre-5.4-pristine-source): Update hash.
2022-06-27 15:29:38 -04:00
Leo Famulari
d2aa7be168
gnu: linux-libre 5.10: Update to 5.10.126.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.126.
(linux-libre-5.10-pristine-source): Update hash.
2022-06-27 15:29:37 -04:00
Leo Famulari
aca4376971
gnu: linux-libre 5.15: Update to 5.15.50.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.50.
(linux-libre-5.15-pristine-source): Update hash.
2022-06-27 15:29:34 -04:00
Nicolas Goaziou
0bd1c4fbbc
gnu: emacs-auctex: Update to 13.1.3.
...
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.3.
2022-06-27 18:51:31 +02:00
Efraim Flashner
bcba5835e5
gnu: openssl: Update to 1.1.1p [security fixes].
...
* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1p.
2022-06-27 19:49:31 +03:00
Efraim Flashner
110ef1d2e7
gnu: python-lit: Update to 14.0.3.
...
* gnu/packages/check.scm (python-lit): Update to 14.0.3.
2022-06-27 19:49:30 +03:00
Nicolas Goaziou
08fc2e13a1
gnu: emacs-bbdb: Update to 3.2.2.2.
...
* gnu/packages/emacs-xyz.scm (emacs-bbdb): Update to 3.2.2.2.
2022-06-27 18:47:58 +02:00
Nicolas Goaziou
b42e52a735
gnu: emacs-solarized-theme: Update to 2.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.0.
2022-06-27 12:32:04 +02:00
Guillaume Le Vaillant
144a750f8b
gnu: stumpwm: Improve package definition.
...
* gnu/packages/wm.scm (stumpwm)[inputs, native-inputs]: Remove labels.
[arguments]: Use gexp and remote trailing #t in phases.
2022-06-27 11:15:44 +02:00
Elais Player
1967c04226
gnu: stumpwm: Update to 22.05.
...
* gnu/packages/wm.scm (stumpwm): Update to 22.05.
[arguments]: Add 'fix-tests' phase.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-06-27 10:59:43 +02:00
Maxim Cournoyer
97766323bc
gnu: font-abattis-cantarell: Build from source.
...
* gnu/packages/fonts.scm (font-abattis-cantarell)
[source]: Fetch source from git.
[build-system]: Switch to meson-build-system.
[phases]: Delete phases.
[configure-flags]: New argument.
[native-inputs]: Remove variable-font archive and unzip.
Add gettext-minimal, psautohint, python, python-cffsubr, python-fontmath,
python-statmake and python-ufo2ft.
[description]: Mention the non-variable and variable font variants.
2022-06-26 22:10:40 -04:00
Maxim Cournoyer
02b09d3769
gnu: Add python-statmake.
...
* gnu/packages/fontutils.scm (python-statmake): New variable.
2022-06-26 22:10:40 -04:00
Maxim Cournoyer
ddb8635e5a
gnu: Add python-cattrs.
...
* gnu/packages/python-xyz.scm (python-cattrs): New variable.
2022-06-26 22:10:40 -04:00
Maxim Cournoyer
76de731b4b
gnu: python-immutables: Update to 0.18.
...
* gnu/packages/python-xyz.scm (python-immutables): Update to 0.18.
[native-inputs]: Add python-mypy, python-pytest.
2022-06-26 22:10:39 -04:00
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
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
Raghav Gururajan
08a2a72a12
gnu: gajim-openpgp: Update to 1.4.8.
...
* gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.8.
2022-06-26 07:08:46 -04:00
Raghav Gururajan
67884ed5e2
gnu: gajim-omemo: Update to 2.8.13.
...
* gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.13.
2022-06-26 07:08:45 -04:00
Raghav Gururajan
d89e75ee85
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.
2022-06-26 07:08:45 -04:00