( via Guix-patches via
2c9b4c573b
gnu: mako: Patch makoctl to refer directly to binaries.
...
* gnu/packages/wm.scm (mako)[arguments]<#:phases>{'patch-makoctl}:
New phase.
[inputs]: Add jq.
Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-11-10 16:52:55 +04:00
Andrew Tropin
0760a8511d
gnu: guile-parted: Fix hash.
...
* gnu/packages/guile-xyz.scm (guile-parted): Fix hash.
2022-11-10 16:52:55 +04:00
Mathieu Othacehe
b5510269c5
gnu: guile-parted: Update to 0.0.7.
...
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.7.
2022-11-10 13:22:52 +01:00
Artyom Bologov
a6d6a48b15
gnu: Add cl-lass.
...
* gnu/packages/lisp-xyz.scm (sbcl-lass, cl-lass, ecl-lass): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-10 11:12:33 +01:00
Jonathan Brielmaier
cc4fa1018d
gnu: icedove: Update to 102.4.2.
...
* gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version) Update to 102.4.2.
2022-11-10 09:44:49 +01:00
Hilton Chain
ae820c317c
gnu: font-chiron-hei-hk: Update to 2.505.
...
* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.505.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:37:10 +08:00
Hilton Chain
d6479009e4
gnu: font-chiron-sung-hk: Update to 1.007.
...
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.007.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:37:04 +08:00
Michael Rohleder
abdd37957d
gnu: btop: Update to 1.2.13.
...
* gnu/packages/admin.scm (btop): Update to 1.2.13.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:25:21 +08:00
Imran Iqbal
0d7131d2bd
gnu: scdoc: Update to 1.11.2.
...
* gnu/packages/man.scm (scdoc): Update to 1.11.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:18:56 +08:00
Hilton Chain
841963f948
gnu: Add modprobed-db.
...
* gnu/packages/linux.scm (modprobed-db): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-09 23:59:42 +01:00
cage
aaa59935af
gnu: gmid: Update to 1.8.5.
...
* gnu/packages/web.scm (gmid): Update to 1.8.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-09 23:59:42 +01:00
Nicolas Graves
b6b4be2e48
gnu: Add vnstat.
...
* gnu/packages/networking.scm (vnstat): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-09 23:59:42 +01:00
Ludovic Courtès
0916a79f8c
installer: Remove unused variable.
...
* gnu/installer/newt.scm (newt-run-command): Remove
'displayed-command'.
2022-11-09 23:59:42 +01:00
Ludovic Courtès
26e39b1258
gnu: texinfo: Add version 7.0.
...
* gnu/packages/texinfo.scm (texinfo-7): New variable.
2022-11-09 23:59:41 +01:00
Danny Milosavljevic
a827905302
gnu: Add edac-utils.
...
* gnu/packages/linux.scm (edac-utils): New variable.
2022-11-09 23:04:22 +01:00
Artyom V. Poptsov
63b7dbc732
gnu: guile-ics: Update to 0.4.0.
...
* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.4.0.
[propagated-inputs]: Add "guile-dsv".
[description]: Update.
(guile2.2-ics): Likewise.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-09 17:45:41 +01:00
zimoun
18fb7c0f30
etc: teams: List teams sorted by id.
...
* etc/teams.scm.in (list-teams): Sort teams by id.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-09 17:15:43 +01:00
zimoun
ab9e6597f6
etc: teams: List members sorted by name.
...
* etc/teams.scm.in (list-members): Sort by name.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-09 17:09:42 +01:00
Efraim Flashner
70f43c0c2e
gnu: libressl: Update to 3.6.1.
...
* gnu/packages/tls.scm (libressl): Update to 3.6.1.
2022-11-09 16:29:15 +02:00
Ricardo Wurmus
8d7cb7f2a4
machine/digital-ocean: Pull operating system definition out of string.
...
* gnu/machine/digital-ocean.scm (guix-infect): Define the operating system
declaration as an s-expression and paste it into the generated Bash script to
simplify editing.
2022-11-09 13:45:24 +01:00
Ricardo Wurmus
ebb88e2bed
machine/digital-ocean: Set load path to Guile 3.0 directories.
...
* gnu/machine/digital-ocean.scm (guix-infect, add-static-networking): Set
GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH to directories for Guile 3.0
instead of 2.2.
2022-11-09 13:45:24 +01:00
Ricardo Wurmus
e8dcd008a0
machine/digital-ocean: Use static-networking-service-type.
...
* gnu/machine/digital-ocean.scm (ip+netmask->cidr): New procedure.
(guix-infect, add-static-networking): Use static-networking-service-type
instead of the deprecated static-networking-service.
2022-11-09 13:45:24 +01:00
Ricardo Wurmus
c8e41af7be
machine/digital-ocean: Use nightly Guix.
...
* gnu/machine/digital-ocean.scm (guix-infect): Fetch latest Guix build from
ci.guix.gnu.org.
2022-11-09 13:45:24 +01:00
Ludovic Courtès
d9ca9cdd01
gnu: guile-fibers: Add patch fixing FD finalizer memory leak.
...
Fixes <https://issues.guix.gnu.org/58631 >.
* gnu/packages/patches/guile-fibers-fd-finalizer-leak.patch: New file.
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2022-11-09 12:53:03 +01:00
Andrew Tropin
e7c1f8979a
gnu: emacs-magit: Update to 3.3.0-0.36059e0.
...
83ede5a02e
breaks tests in emacs-magit 3.3.0,
I asked Jonas to make a new release, but it can take quite some time
https://github.com/magit/magit/discussions/4742
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-0.36059e0.
[propagated-inputs]: Add emacs-compat.
[arguments]<#:phases>: Remove disable-tramp-test.
2022-11-09 15:44:27 +04:00
Efraim Flashner
8918e42de0
gnu: libfido2: Rewrite using g-exps.
...
* gnu/packages/security-token.scm (libfido2)[arugments]: Rewrite using
g-exps. Remove phases, disable tests.
2022-11-09 11:53:38 +02:00
Efraim Flashner
c498146521
gnu: mutt: Update to 2.2.8.
...
* gnu/packages/mail.scm (mutt): Update to 2.2.8.
2022-11-09 11:48:17 +02:00
Ricardo Wurmus
a4c050b0a0
gnu: bart: Update to 0.8.00.
...
* gnu/packages/image-processing.scm (bart): Update to 0.8.00.
2022-11-09 10:37:22 +01:00
Ricardo Wurmus
d42856670d
gnu: bart: Do not build in parallel.
...
This is necessary for a reproducible build.
* gnu/packages/image-processing.scm (bart)[arguments]: Add PARALLEL and
PARALLEL_NJOBS to make flags; disable parallel build.
2022-11-09 10:37:22 +01:00
Efraim Flashner
e2a0f21a5b
gnu: webkitgtk-next: Update to 2.38.2.
...
* gnu/packages/webkit.scm (webkitgtk-next): Update to 2.38.2.
2022-11-09 11:09:31 +02:00
Efraim Flashner
e49f914dee
gnu: webkitgtk: Update to 2.36.8.
...
* gnu/packages/webkit.scm (%webkit-version, webkitgtk, wpewebkit):
Update to 2.36.8.
2022-11-09 11:09:28 +02:00
Mădălin Ionel Patrașcu
b4e3e02fd1
gnu: Add r-pando.
...
* gnu/packages/bioinformatics.scm (r-pando): New variable.
2022-11-09 09:55:14 +01:00
Mădălin Ionel Patrașcu
5e0aa62308
gnu: Add r-glmnetutils.
...
* gnu/packages/cran.scm (r-glmnetutils): New variable.
2022-11-09 09:55:14 +01:00
Mădălin Ionel Patrașcu
8b91760f20
gnu: Add r-pals.
...
* gnu/packages/cran.scm (r-pals): New variable.
2022-11-09 09:53:43 +01:00
( via Guix-patches via
fdc9e1b27e
services: greetd: Add gexp compilers for sessions.
...
* gnu/home/services/base.scm (make-greetd-agreety-session-command,
greetd-wlgreet-sway-session-command, make-greetd-default-session-command):
Remove variables.
(greetd-agreety-session-compiler, greetd-wlgreet-sway-session-compiler): New
gexp compilers.
(greetd-terminal-configuration)[default-session-command]<sanitize>: Remove it.
Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-11-09 11:23:10 +04:00
Nicolas Goaziou
7de6aa8a0a
gnu: emacs-detached: Update to 0.9.2.
...
* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.9.2.
2022-11-08 21:55:43 +01:00
Nicolas Goaziou
79f7c4a061
gnu: giac: Update to 1.9.0-29.
...
* gnu/packages/algebra.scm (giac): Update to 1.9.0-29.
2022-11-08 21:55:43 +01:00
Zhu Zihao
2f38bac505
gnu: texmacs: Use G-expressions.
...
* gnu/packages/text-editors.scm (texmacs)[arguments]: Use G-expressions.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-08 21:55:42 +01:00
Morgan Smith
62f70578eb
gnu: exercism: Update to 3.1.0.
...
* gnu/packages/education.scm (exercism): Update to 3.1.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-08 21:55:42 +01:00
Nicolas Goaziou
8e8557387d
gnu: emacs-pyim: Update to 5.2.8.
...
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.8.
2022-11-08 21:55:42 +01:00
Nicolas Goaziou
c7e9855b32
gnu: emacs-subed: Update to 1.0.18.
...
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.18.
2022-11-08 21:55:41 +01:00
Nicolas Goaziou
8f1893ea2b
gnu: emacs-editorconfig: Update to 0.9.1.
...
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.9.1.
2022-11-08 21:55:41 +01:00
Maxim Cournoyer
1b22c03cca
gnu: pjproject-jami: Restore hash.
...
The hash was inadvertently changed in commit
071d4bdc80
.
* gnu/packages/jami.scm (pjproject-jami) [source]: Revert hash.
Reported-by: Jack Hill <jackhill@jackhill.us>
2022-11-08 15:08:52 -05:00
Leo Famulari
c52cdd18d6
gnu: Remove linux-libre 5.19.
...
* gnu/packages/linux.scm (linux-libre-5.19-version,
linux-libre-5.19-gnu-revision, deblob-scripts-5.19,
linux-libre-5.19-pristine-source, linux-libre-5.19-source,
linux-libre-headers-5.19, linux-libre-5.19): Remove variables.
* gnu/packages/aux-files/linux-libre/5.19-arm.conf,
gnu/packages/aux-files/linux-libre/5.19-arm64.conf,
gnu/packages/aux-files/linux-libre/5.19-i686.conf,
gnu/packages/aux-files/linux-libre/5.19-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
2022-11-08 12:54:32 -05:00
David Thompson
96ae718c51
authorizations: Remove old key for "davexunit".
...
* .guix-authorizations ("davexunit"): Remove.
("davexunit (2nd)"): Rename to "dthompson".
2022-11-08 08:52:22 -05:00
Sughosha
6d833c1f52
gnu: lsp-plugins: Update to 1.2.3
...
* gnu/packages/music.scm (lsp-plugins): Update to 1.2.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-08 14:06:01 +01:00
Sughosha
7699f5e4fe
gnu: yoshimi: Fix references to /usr/share.
...
* gnu/packages/music.scm (yoshimi)[arguments]: Add 'fix-paths' phase.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-11-08 14:06:00 +01:00
Sughosha
94984f490c
gnu: yoshimi: Update to 2.2.2.1
...
* gnu/packages/music.scm (yoshimi): Update to 2.2.2.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-08 14:06:00 +01:00
Greg Hogan
83ede5a02e
gnu: git: Update to 2.38.1.
...
Fixes CVE-2022-39253 and CVE-2022-39260.
* gnu/packages/version-control.scm (git): Update to 2.38.1.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-11-08 14:06:00 +01:00
Ludovic Courtès
3bd4b92f55
build-system/gnu: Turn #:phases into a gexp when cross-compiling.
...
Previously, we'd get this error:
$ guix build --target=aarch64-linux-gnu r-minimal -d --no-grafts
guix build: error: path ‘/gnu/store/[^-]+-glibc-[^-]+-static’ is not valid
This is because the sexp would be passed as an input of the surrounding
gexp in 'gnu-cross-build', and thus
"/gnu/store/[^-]+-glibc-[^-]+-static" would be interpreted as a source
file name, as in this example:
scheme@(guix gexp)> #~(foo #$(list 'whatever "/gnu/store/[^-]+-glibc-[^-]+-static"))
$11 = #<gexp (foo #<gexp-input (whatever "/gnu/store/[^-]+-glibc-[^-]+-static"):out>) 7f098badec30>
scheme@(guix gexp)> (gexp-inputs $11)
$12 = (#<gexp-input "/gnu/store/[^-]+-glibc-[^-]+-static":out>)
Fixes <https://issues.guix.gnu.org/59073 >.
Reported by Christopher Baines <mail@cbaines.net>.
* guix/build-system/gnu.scm (gnu-cross-build): When PHASES is a pair,
pass it through 'sexp->gexp'.
2022-11-08 14:06:00 +01:00