Ludovic Courtès
1fdb3f98a6
gnu: valgrind: Add version 3.20.0.
...
* gnu/packages/valgrind.scm (valgrind-3.18): Remove.
(valgrind-3.20): New variable.
2022-11-11 23:17:43 +01:00
Ricardo Wurmus
8c0c223fab
gnu: plymouth: Update to 22.02.122.
...
* gnu/packages/freedesktop.scm (plymouth): Update to 22.02.122.
2022-11-11 22:33:28 +01:00
Ricardo Wurmus
c169a4f0fb
gnu: plymouth: Change configure flags.
...
Remove unnecessary color flags, and set the default logo to the run directory
because /etc will not exist in the early boot process.
* gnu/packages/freedesktop.scm (plymouth)[arguments]: Remove
"--with-background-color", "--with-background-start-color-stop", and
"--with-background-end-color-stop" options; change value of "--with-logo"
option.
2022-11-11 22:33:28 +01:00
Ricardo Wurmus
1dd4569210
gnu: plymouth: Use plain list of native inputs.
...
* gnu/packages/freedesktop.scm (plymouth)[native-inputs]: Use list without
labels.
2022-11-11 22:33:28 +01:00
Ricardo Wurmus
ea96cd2723
gnu: plymouth: Use gexps.
...
* gnu/packages/freedesktop.scm (plymouth)[arguments]: Use gexps.
2022-11-11 22:33:27 +01:00
Marius Bakke
9d3cd3c79d
gnu: ungoogled-chromium: Update to 107.0.5304.110-1.
...
* gnu/packages/chromium.scm (%chromium-version): Set to 107.0.5304.110.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-11-11 18:09:58 +01:00
Marius Bakke
4adc4e2b3a
gnu: ganeti-instance-guix: Update to 0.8.
...
* gnu/packages/virtualization.scm (ganeti-instance-guix): Update to 0.8.
[native-inputs]: Add JQ.
[inputs]: Add CRYPTSETUP.
2022-11-11 18:09:58 +01:00
Marius Bakke
e6f5b9f732
gnu: java-openmpi: Remove unused module import.
...
* gnu/packages/mpi.scm (java-openmpi)[arguments]: Don't import
(guix build syscalls).
2022-11-11 18:09:58 +01:00
Marius Bakke
546a3f1c81
gnu: clojure: Remove unused module import.
...
* gnu/packages/clojure.scm (clojure)[arguments]: Don't import
(guix build syscalls).
2022-11-11 18:09:58 +01:00
Marius Bakke
6d555bd996
gnu: dbqn: Remove unused module import.
...
* gnu/packages/bqn.scm (dbqn)[arguments]: Don't import (guix build syscalls).
2022-11-11 18:09:58 +01:00
Marius Bakke
09562e0bea
gnu: axoloti: Remove unused module import.
...
* gnu/packages/axoloti.scm (axoloti-runtime, axoloti-patcher,
axoloti-patcher-next)[arguments]: Don't import (guix build syscalls).
2022-11-11 18:09:58 +01:00
Marius Bakke
94913eabbb
gnu: maven-model: Avoid usage of (guix build syscalls).
...
* gnu/packages/maven.scm (maven-3.0-model)[arguments]: Use MKDTEMP instead of
MKDTEMP!.
2022-11-11 18:09:58 +01:00
Marius Bakke
d899e9351d
gnu: OpenJDK: Avoid usage of (guix build syscalls).
...
* gnu/packages/java.scm (ant-bootstrap)[arguments]: Use MKDTEMP instead of
MKDTEMP! from (guix build syscalls).
(icedtea-8, openjdk9, openjdk11, antlr2): Likewise.
2022-11-11 18:09:58 +01:00
Ricardo Wurmus
fa9ad4b482
gnu: guile-aiscm: Use different variant of protobuf-c.
...
* gnu/packages/machine-learning.scm (guile-aiscm)[native-inputs]: Replace
protobuf-c with protobuf-c-for-aiscm.
2022-11-11 17:19:28 +01:00
Ricardo Wurmus
ac07544ebf
gnu: Add protobuf-c-for-aiscm.
...
* gnu/packages/protobuf.scm (protobuf-c-for-aiscm): New variable.
2022-11-11 17:19:10 +01:00
Navid Afkhami
ba8679fb24
gnu: Add python-tspex.
...
* gnu/packages/python-science.scm (python-tspex): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-11-11 12:12:04 +01:00
Nicolas Goaziou
a370fcbc5f
gnu: scintilla: Update to 5.3.1.
...
* gnu/packages/text-editors.scm (scintilla): Update to 5.3.1.
2022-11-11 11:48:11 +01:00
Nicolas Goaziou
a9ba05ca31
gnu: emacs-robot-mode: Update to 0.7.0.
...
* gnu/packages/emacs-xyz.scm (emacs-robot-mode): Update to 0.7.0.
2022-11-11 11:48:11 +01:00
Nicolas Goaziou
54230ad949
gnu: emacs-org-transclusion: Run tests.
...
* gnu/packages/emacs-xyz.scm (emacs-org-transclusion)[argument]: Run tests.
[native-inputs]: Add EMACS-ERT-RUNNER.
2022-11-11 11:48:10 +01:00
Nicolas Goaziou
28de3f4063
gnu: emacs-doom-modeline: Update to 3.3.2.
...
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.3.2.
2022-11-11 11:48:10 +01:00
Nicolas Goaziou
ceaff4eb29
gnu: emacs-cape: Update to 0.10.
...
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.10.
2022-11-11 11:48:10 +01:00
(unmatched-parenthesis
c37b6fba1a
gnu: Add go-github-com-xo-terminfo.
...
* gnu/packages/golang.scm (go-github-com-xo-terminfo): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-11 00:49:38 -05:00
(unmatched-parenthesis
8835937ea5
gnu: Add go-google-golang-org-protobuf.
...
* gnu/packages/golang.scm (go-google-golang-org-protobuf): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-11 00:21:23 -05:00
(unmatched-parenthesis
a6d2ae431a
gnu: Add go-github-com-creack-pty.
...
* gnu/packages/golang.scm (go-github-com-creack-pty): New variable.
* guix/build-system/go.scm (go-target): Add to exported variables.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-10 23:17:18 -05:00
Efraim Flashner
70df5c47a8
gnu: tor: Update to 0.4.7.11.
...
* gnu/packages/tor.scm (tor): Update to 0.4.7.11.
2022-11-10 23:00:59 +02:00
Mathieu Othacehe
3e3f3a332d
gnu: parted: Add a debug output.
...
This is useful when debugging installer crashes in libparted.
* gnu/packages/disk.scm (parted)[outputs]: Add a "debug" output.
2022-11-10 18:17:14 +01:00
Artyom Bologov
1f5e8ef14f
gnu: Add cl-nsymbols.
...
* gnu/packages/lisp-xyz.scm (sbcl-nsymbols, cl-nsymbols, ecl-nsymbols): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-10 14:43:35 +01:00
( 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
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
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
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
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
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
Paul A. Patience
0e69ee46cc
gnu: cl-april: Update to 1.0-2.93b1004.
...
* gnu/packages/lisp-xyz.scm (sbcl-april): Update to 1.0-2.93b1004.
[inputs]: Remove sbcl-decimals. Add sbcl-cl-unicode and
sbcl-serapeum. Sort inputs.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-08 10:41:29 +01:00
Paul A. Patience
7ee45b9d32
gnu: cl-serapeum: Update to 0.0.0-8.fbfd2a2.
...
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-8.fbfd2a2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-08 10:30:28 +01:00
Liliana Marie Prikler
e58450be4a
gnu: ultrastar-deluxe: Improve package style.
...
* gnu/packages/games.scm (ultrastar-deluxe): Do not exceed column 80.
[source]<snippet>: Use G-Expressions.
[#:phases]: Fix indentation.
<fix-configure>: Add ‘where’ helper and use it to shrink horizontal space.
2022-11-08 06:48:10 +01:00
Liliana Marie Prikler
4cecbc5dd2
gnu: ultrastar-deluxe: Drop marketing speech.
...
* gnu/packages/games.scm (ultrastar-deluxe)[description]: Drop gratutious
“free and open source”.
2022-11-08 06:43:17 +01:00
florhizome
f96372e730
gnu: geary: Fix inputs.
...
* gnu/packages/gnome.scm (geary)[inputs]: Use folks-with-libsoup2 and gnome-online-accounts-3.44.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-08 06:37:52 +01:00
Lars-Dominik Braun
f7f0c3b53c
gnu: Add ultrastar-deluxe.
...
* gnu/packages/games.scm (ultrastar-deluxe): New variable.
* gnu/packages/patches/ultrastar-deluxe-no-freesans.patch: New file.
* gnu/local.mk: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-07 22:52:02 +01:00
Ludovic Courtès
b3039a0a30
gnu: fpc: Remove dependency on 'ld-wrapper' from commencement.scm.
...
(gnu packages commencement) should not be used explicitly.
* gnu/packages/pascal.scm (fpc)[inputs]: Remove LD-WRAPPER.
2022-11-07 22:50:03 +01:00
Artyom V. Poptsov
d178c89a2a
gnu: Add guile-png.
...
* gnu/packages/guile-xyz.scm (guile-png): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-07 22:49:51 +01:00
Liliana Marie Prikler
8ab84fea6f
cbqn: Mark as tunable.
...
* gnu/packages/bqn.scm (cbqn)[properties]: Add ‘tunable?’.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler
a75a5ac4fc
gnu: cbqn: Install regular files rather than copying them recursively.
...
* gnu/packages/bqn.scm (cbqn)[#:phases]<install>: Use ‘install-file’ rather
than ‘copy-recursively’ for “bqn”.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler
3eca71d4a7
gnu: cbqn-bootstrap: Install regular files rather than copying them recursively.
...
* gnu/packages/bqn.scm (cbqn-bootstrap)[arguments]: Reindent.
<#:phases>{install}: Use ‘install-file’ rather than ‘copy-recursively’ for
“bqn”.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler
8dc467d788
gnu: dbqn: Install regular files rather than copying them recursively.
...
* gnu/packages/bqn.scm (dbqn)[#:phases]<install>: Use ‘install-file’ rather
than ‘copy-recursively’ for “dbqn”.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler
558da6d18f
gnu: cbqn: Build using GCC.
...
* gnu/packages/bqn.scm (cbqn-bootstrap, cbqn)[#:make-flags]: Set CC via
‘cc-for-target’.
[inputs]: Remove clang-toolchain.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler
95c494e298
gnu: cbqn: Rewrite in terms of cbqn-bootstrap.
...
* gnu/packages/bqn.scm (cbqn)[arguments]: Use substitute-keyword-arguments
to preserve options from cbqn-bootstrap.
2022-11-07 22:00:47 +01:00
Liliana Marie Prikler
95db2d4946
gnu: cbqn-bootstrap: Use let-bound revision.
...
* gnu/packages/bqn.scm (cbqn-bootstrap)[version]: Use let-bound revision.
2022-11-07 22:00:46 +01:00
Liliana Marie Prikler
f284c5df0a
gnu: Remove singeli-sources.
...
They aren't currently used to build a package, nor a package themselves.
* gnu/packages/bqn.scm (singeli-sources): Delete variable.
2022-11-07 22:00:46 +01:00
Liliana Marie Prikler
1578ad8d3f
cbqn: Build without singeli.
...
* gnu/packages/bqn.scm (cbqn)[inputs]: Remove singeli-sources.
[arguments]<#:make-flags: Replace “o3n-singeli” with “o3”.
<#:phases>: Remove “link-singeli”.
2022-11-07 22:00:46 +01:00
Morgan Smith
2c1fc058c5
gnu: teximpatient: Update to 2.4-0.e3666ab.
...
* gnu/packages/tex.scm (teximpatient): Update to 2.4-0.e3666ab.
[source]: Use git repository.
[native-inputs]: Add autoconf.
[arguments]: Make build reproducible.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:51:31 +01:00
Leo Nikkilä
9ad311ec15
services: qemu-binfmt: Add x86_64 QEMU target.
...
* gnu/services/virtualization.scm (%x86_64): New variable.
(%qemu-platforms) Add it.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:51:25 +01:00
Hilton Chain
e080080e6b
gnu: rlwrap: Update to 0.46.1.
...
* gnu/packages/readline.scm (rlwrap): Update to 0.46.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:36:13 +01:00
Kristian Lein-Mathisen
d60c9fbf95
gnu: Add avr-gdb.
...
* gnu/packages/gdb.scm (avr-gdb): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:32:32 +01:00
Hilton Chain
cad335a32a
gnu: Add kconfig-hardened-check.
...
* gnu/packages/linux.scm (kconfig-hardened-check): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:30:29 +01:00
Sharlatan Hellseher
472917ea6c
gnu: Add parfive.
...
* gnu/packages/python-web.scm (parfive): Newv variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:29:21 +01:00
Sharlatan Hellseher
c697ff9641
gnu: Add pytest-socket.
...
* gnu/packages/python-check.scm (python-pytest-socket): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:29:21 +01:00
Sharlatan Hellseher
b0db0b2b2d
gnu: Add aioftp.
...
* gnu/packages/python-web.scm (python-aioftp): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:29:21 +01:00
Sharlatan Hellseher
5ed098095d
gnu: Add siosocks.
...
* gnu/packages/python-web.scm (python-siosocks): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-07 20:29:18 +01:00
Andreas Enge
b670dc6c8a
gnu: pari-gp: Update to 2.15.1.
...
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.1.
2022-11-07 19:05:11 +01:00
Tobias Geerinckx-Rice
b6bc52ff8c
gnu: sudo: Update to 1.9.12p1 [fixes CVE-2022-43995].
...
* gnu/packages/admin.scm (sudo): Update to 1.9.12p1.
2022-11-06 01:00:00 +01:00
Pierre Neidhardt
8e54584d44
gnu: sbcl-cl-webkit: Update to 3.5.6.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.6.
2022-11-07 10:14:53 +01:00
宋文武
c7e4429a64
gnu: fcitx5-material-color-theme: Update to 0.2.1.
...
* gnu/packages/fcitx5.scm (fcitx5-material-color-theme): Update to 0.2.1.
[arguments]: Adjust 'install' phase accordingly.
2022-11-07 16:46:36 +08:00
宋文武
38a1cf3d26
gnu: fcitx5-anthy: Update to 5.0.12.
...
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.0.12.
2022-11-07 16:32:01 +08:00
宋文武
06db86ec4e
gnu: fcitx5-lua: Update to 5.0.10.
...
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.10.
[arguments]: Pass "-DUSE_DLOPEN=OFF" to cmake.
2022-11-07 16:25:45 +08:00
dan
e1be74b748
gnu: Add fcitx5-rime.
...
* gnu/packages/fcitx5.scm (fcitx5-rime): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:17:05 +08:00
dan
b908dd0e58
gnu: fcitx5-configtool: Update to 5.0.15.
...
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.15.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:12:39 +08:00
dan
07081e067e
gnu: fcitx5-chinese-addons: Update to 5.0.15.
...
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.0.15.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:12:17 +08:00
dan
068efefa7c
gnu: fcitx5-qt: Update to 5.0.15.
...
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.15.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:11:56 +08:00
dan
b2a5dbcef8
gnu: fcitx5-gtk: Update to 5.0.19.
...
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.19.
* gnu/packages/fcitx5.scm (fcitx5-gtk4) [phases]: Make
gtk4/gtk4inputwindow.cpp properly find fcitxtheme.h.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:10:09 +08:00
dan
fbca2ed4b7
gnu: libime: Update to 1.0.14.
...
* gnu/packages/fcitx5.scm (libime): Update to 1.0.14.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 16:02:47 +08:00
dan
db2a42e9a8
gnu: fcitx5: Update to 5.0.19.
...
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.19.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-07 15:56:46 +08:00
Leo Famulari
82a0a395d7
gnu: linux-libre: Update to 6.0.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): Update to linux-libre 6.0.
2022-11-06 17:16:52 -05:00
Nicolas Goaziou
59ce4b8c54
gnu: lagrange: Update to 1.13.8.
...
* gnu/packages/web-browsers.scm (lagrange): Update to 1.13.8.
2022-11-06 22:45:49 +01:00
Nicolas Goaziou
d1cefcf9c0
gnu: emacs-geiser-guile: Update to 0.28.0.
...
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.28.0.
2022-11-06 22:45:49 +01:00
Nicolas Goaziou
da4b0587a0
gnu: emacs-geiser: Update to 0.28.
...
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.28.
2022-11-06 22:45:49 +01:00
Nicolas Goaziou
4d36782b0f
gnu: emacs-iter2: Update to 1.4.
...
* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.4.
2022-11-06 22:45:48 +01:00
Nicolas Goaziou
2fa05ad486
gnu: emacs-ebdb: Update to 0.8.16.
...
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.16.
2022-11-06 22:45:48 +01:00
Nicolas Goaziou
9c16fb4c0d
gnu: emacs-deadgrep: Run tests.
...
* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[arguments]<#:tests?,
[native-inputs]: Add EMACS-ERT-RUNNER, EMACS-UNDERCOVER.
2022-11-06 22:45:48 +01:00
Nicolas Goaziou
ab6fb3022d
gnu: emacs-deadgrep: Improve package style.
...
* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[arguments]: Use G-expressions.
<#:phases>: Use SEARCH-INPUT-FILE instead of ASSOC-REF.
2022-11-06 22:45:47 +01:00
Nicolas Goaziou
b53355f08d
gnu: emacs-deadgrep: Update to 0.12.
...
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.12.
2022-11-06 22:45:47 +01:00
Leo Famulari
93d8aad521
gnu: Syncthing: Update to 1.20.4.
...
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.4.
2022-11-06 15:53:20 -05:00
Nicolas Goaziou
62d88f2531
gnu: emacs-mentor: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-mentor)[propagated-inputs]: Add
EMACS-URL-SCGI.
2022-11-06 21:33:05 +01:00
Nicolas Goaziou
1559341be5
gnu: Add emacs-url-scgi.
...
* gnu/packages/emacs-xyz.scm (emacs-url-scgi): New variable.
2022-11-06 21:33:04 +01:00
Christopher Baines
1b117fc3a5
gnu: guix-data-service: Update to 0.0.1-34.95064d3.
...
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-34.95064d3.
2022-11-06 15:49:44 +01:00
Timotej Lazar
6e5e5f8fc2
gnu: opensurge: Update to 0.6.0.3.
...
* gnu/packages/games.scm (opensurge): Update to 0.6.0.3.
[arguments]: Use G-exps.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06 15:19:14 +01:00
Timotej Lazar
3d1f64d747
gnu: surgescript: Update to 0.5.6.1.
...
* gnu/packages/game-development.scm (surgescript): Update to 0.5.6.1.
[arguments]: Drop #:configure-flags as the build script was fixed upstream.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06 15:19:14 +01:00
Hilton Chain
f138035227
gnu: busybox: Update to 1.35.0.
...
* gnu/packages/busybox.scm (busybox): Update to 1.35.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06 15:18:43 +01:00
Sharlatan Hellseher
9315fcc211
gnu: python-glymur: Update to 0.12.0.
...
* gnu/packages/python-xyz.scm (python-glymur): Update to 0.12.0.
[build-system]: python-build-system -> pyproject-build-system.
[arguments]: Drop redundant phases.
[native-inputs]: Remove python-pypa-build.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-06 15:09:59 +01:00
Efraim Flashner
2bf8146e31
gnu: keepassxc: Only build documentation on supported systems.
...
* gnu/packages/password-utils.scm (keepassxc)[native-inputs]: Only add
ruby-asciidoctor on supported platforms.
[arguments]: Adjust configure-flags to skip documentation when
ruby-asciidoctor isn't supported.
2022-11-06 13:54:58 +02:00
Efraim Flashner
56255c3e81
gnu: newsboat: Only build documentation on supported systems.
...
* gnu/packages/syndication.scm (newsboat)[inputs]: Only use asciidoctor
on supported platforms.
[arguments]: When asciidoctor isn't present add a phase to skip building
the documentation.
2022-11-06 13:54:55 +02:00
Ludovic Courtès
072fd1124a
gnu: shepherd@0.9: Use 'guile-3.0-latest' to address memory leak.
...
Fixes <https://issues.guix.gnu.org/58631 >.
Previously, shepherd's heap would grow roughly linearly in the number of
context switches (delimited continuations being captured). For example,
if shepherd spawned services that logged a lot of data, it would
context-switch a lot, leading to relatively quick heap growth.
* gnu/packages/admin.scm (shepherd-0.9)[inputs, native-inputs]: Replace
'guile-3.0' with 'guile-3.0-latest'.
2022-11-06 12:38:03 +01:00
Ludovic Courtès
7138ba34fa
gnu: guile@3.0.8: Add patch to address continuation memory leak.
...
* gnu/packages/patches/guile-continuation-stack-leak.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/guile.scm (guile-3.0-latest)[source]: Use it.
2022-11-06 12:38:03 +01:00
jgart
f1b0b2344c
gnu: Add cl-numerical-utilities.
...
* gnu/packages/lisp-xyz.scm (cl-numerical-utilities, ecl-numerical-utilities,
sbcl-numerical-utilities): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-06 10:36:31 +01:00
Maxim Cournoyer
a6c90c293d
gnu: Add jami-docs.
...
* gnu/packages/jami.scm (jami-docs): New variable.
2022-11-06 00:08:07 -04:00
Maxim Cournoyer
788901567d
gnu: Add python-myst-parser.
...
* gnu/packages/sphinx.scm (python-myst-parser): New variable.
2022-11-06 00:08:06 -04:00
Maxim Cournoyer
f583b14ce8
gnu: Add python-linkify-it-py.
...
* gnu/packages/python-xyz.scm (python-linkify-it-py): New variable.
2022-11-06 00:08:06 -04:00
Maxim Cournoyer
b0d9ab3db0
gnu: Add python-uc-micro-py.
...
* gnu/packages/python-xyz.scm (python-uc-micro-py): New variable.
2022-11-06 00:08:06 -04:00
Maxim Cournoyer
db753d6420
gnu: python-mdit-py-plugins: Update to 0.3.1.
...
* gnu/packages/python-xyz.scm (python-mdit-py-plugins): Update to 0.3.1.
[source]: Fetch from git.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Add python-attrs.
[native-inputs]: Add python-flit-core.
[description]: Remove extraneous white space.
2022-11-06 00:08:06 -04:00
Maxim Cournoyer
d4f65bc4ba
gnu: Add python-pytest-param-files.
...
* gnu/packages/check.scm (python-pytest-param-files): New variable.
2022-11-06 00:08:06 -04:00
Maxim Cournoyer
9dd03cdbba
gnu: Add python-sphinx-pytest.
...
* gnu/packages/sphinx.scm (python-sphinx-pytest): New variable.
2022-11-06 00:08:05 -04:00
Maxim Cournoyer
2b1cf6906d
gnu: qtwebengine: Fix build.
...
The package was not really building; the build phase was failing silently and
no libraries were installed to the output.
* gnu/packages/qt.scm (qtwebengine) [native-inputs]: Replace node by node-lts,
instead of simply appending it.
2022-11-06 00:08:05 -04:00
Maxim Cournoyer
ddea1161ad
gnu: restinio: Update to 0.6.17.
...
* gnu/packages/networking.scm (restinio): Update to 0.6.17.
[propagated-inputs]: Replace fmt-8 with fmt.
2022-11-06 00:08:05 -04:00
Maxim Cournoyer
4f407a9c49
gnu: restinio: Prepare for tests and propagate some inputs.
...
* gnu/packages/networking.scm (restinio): Update to 0.6.15.
[configure-flags]: New field.
[phases]: {change-directory}: Change directory to 'dev'.
[inputs]: Remove zlib, catch2, boost, pcre, and pcre2.
[propagated-inputs]: Add pcre, pcre2, and zlib.
[native-inputs]: Add catch2, clara, and json-dto.
2022-11-06 00:08:05 -04:00
Maxim Cournoyer
bc27d83b96
gnu: Add json-dto.
...
* gnu/packages/cpp.scm (json-dto): New variable.
2022-11-06 00:08:05 -04:00
Maxim Cournoyer
e05b284dc2
gnu: Add clara.
...
* gnu/packages/check.scm (clara): New variable.
2022-11-06 00:08:05 -04:00
Maxim Cournoyer
071d4bdc80
gnu: ccache: Update to 4.7.2.
...
* gnu/packages/ccache.scm (ccache): Update to 4.7.2. Move inputs fields after
arguments field.
[native-inputs]: Add ruby-asciidoctor to generate man page.
2022-11-06 00:08:04 -04:00
Maxim Cournoyer
451d2802f6
gnu: fmt: Update to 9.1.0.
...
* gnu/packages/pretty-print.scm (fmt): Update to 9.1.0.
(fmt-8): New variable.
* gnu/packages/hyperledger.scm (hyperledger-iroha)
[snippet]: Delete trailing #t.
[native-inputs]: Re-indent. Replace fmt with fmt-8.
* gnu/packages/networking.scm (opendht) [inputs]: Replace fmt with fmt-8.
* gnu/packages/storage.scm (ceph): Likewise.
* gnu/packages/video.scm (mkvtoolnix): Likewise.
* gnu/packages/aidc.scm (zxing-cpp): Likewise.
* gnu/packages/wm.scm (waybar): Likewise.
* gnu/packages/geo.scm (osm2pgsql): Likewise.
* gnu/packages/graphics.scm (openimageio): Likewise.
* gnu/packages/build-tools.scm (bear): Likewise.
* gnu/packages/networking.scm (restinio): Likewise.
2022-11-06 00:08:04 -04:00
Maxim Cournoyer
76b86238ac
gnu: fmt-for-solidity: Rename to fmt-8.0.
...
* gnu/packages/pretty-print.scm (fmt-for-solidity): Rename to...
(fmt-8.0): ... this.
(fmt-for-irods): Rename to...
(fmt-6): ... this.
* gnu/packages/solidity.scm (solidity): Adjust accordingly.
* gnu/packages/irods.scm (irods, irods-client-icommands): Likewise.
2022-11-06 00:08:04 -04:00
Maxim Cournoyer
9e417d5cf6
gnu: protobuf-c: Update to 1.4.1.
...
* gnu/packages/protobuf.scm (protobuf-c): Update to 1.4.1.
2022-11-06 00:08:04 -04:00
Maxim Cournoyer
32ba6c5ddf
gnu: protobuf: Unbundle googletest.
...
* gnu/packages/protobuf.scm (protobuf) [origin]: Delete third_party directory
in snippet.
[configure-flags]: Add "-Dprotobuf_USE_EXTERNAL_GTEST=ON".
[native-inputs]: Add googletest.
2022-11-06 00:08:04 -04:00
Maxim Cournoyer
9f6479ecad
gnu: protobuf: Update to 3.21.9.
...
* gnu/packages/protobuf.scm (protobuf): Update to 3.21.9. Move outputs field before
build system. Move inputs field below arguments.
[source]: Apply patch and update URL.
[build-system]: Use cmake-build-system. This causes the CMake support files
to be installed, which is expected by some packages such as hyperledger-iroha.
[arguments]: Use gexps.
[configure-flags]: Add BUILD_SHARED_LIBS=ON.
[phases]: Add set-c++-standard.
[home-page]: Update URL.
(protobuf-3.6): Adjust to continue using the gnu-build-system.
* gnu/packages/patches/protobuf-fix-build-on-32bit.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
2022-11-06 00:08:03 -04:00
Maxim Cournoyer
68c2ed9714
gnu: fcitx5-gtk4: Fix build.
...
* gnu/packages/fcitx5.scm (fcitx5-gtk4) [configure-flags]: Explicitly add the
include directory $glib/include/gio-unix-2.0 to avoid a build failure.
2022-11-06 00:08:03 -04:00
Maxim Cournoyer
03d4c76be3
gnu: Add libx264-next.
...
* gnu/packages/video.scm (libx264-next): New variable.
2022-11-06 00:08:03 -04:00
Maxim Cournoyer
0d3fbfa347
gnu: Add libvpx-next.
...
* gnu/packages/video.scm (libvpx-next): New variable.
2022-11-06 00:08:03 -04:00
Zhu Zihao
a60dc46c2b
gnu: libcxx+libcxxabi: Use G-expressions.
...
* gnu/packages/llvm.scm (libcxx+libcxxabi-6)[arguments]: Use G-expressions.
<#:configure-flags>: Use "this-package-native-input".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-06 00:37:06 +01:00