Efraim Flashner
7615248267
gnu: emacs-org-chef: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-org-chef)[source]: Add file-name
field.
2022-11-14 15:08:46 +02:00
Efraim Flashner
9deb49e1e4
gnu: emacs-ox-gfm: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-ox-gfm)[source]: Add file-name
field.
2022-11-14 15:07:44 +02:00
Efraim Flashner
344c65f1f7
gnu: emacs-pdfgrep: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-pdfgrep)[source]: Add file-name
field.
2022-11-14 15:06:53 +02:00
Efraim Flashner
64b153556e
gnu: emacs-orca: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-orca)[source]: Add file-name field.
2022-11-14 15:06:00 +02:00
Efraim Flashner
6030bdcf6a
gnu: emacs-ednc: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-ednc)[source]: Add file-name field.
2022-11-14 15:02:26 +02:00
Efraim Flashner
e64feb2cfb
gnu: emacs-consult-bibtex: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-consult-bibtex)[source]: Add
file-name field.
2022-11-14 15:01:29 +02:00
Efraim Flashner
de1bce32c0
gnu: qm-dsp: Add source file-name.
...
* gnu/packages/audio.scm (qm-dsp)[source]: Add file-name field.
2022-11-14 15:00:26 +02:00
Efraim Flashner
643d4f63be
gnu: btop: Don't use autogenerated tarball.
...
* gnu/packages/admin.scm (btop)[source]: Download using git-fetch.
2022-11-14 14:59:02 +02:00
Efraim Flashner
18b39f34b0
gnu: luajit: Add source file-name.
...
* gnu/packages/lua.scm (luajit)[source]: Add file-name field.
2022-11-14 14:53:54 +02:00
kiasoc5
4ba780aeb8
gnu: kanshi: Update to 1.3.0.
...
* gnu/packages/wm.scm (kanshi): Update to 1.3.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:35 +01:00
kiasoc5
8eb8c732dd
gnu: wf-recorder: Update to 0.3.0.
...
* gnu/packages/video.scm (wf-recorder): Update to 0.3.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
kiasoc5
d5fff6885b
gnu: swayidle: Update to 1.7.1.
...
* gnu/packages/wm.scm (swayidle): Update to 1.7.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
John Kehayias
2e33a78a93
gnu: Add snixembed.
...
* gnu/packages/freedesktop.scm (snixembed): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
Leo Nikkilä
fbdd0a4a14
gnu: luajit: Update to commit 6c4826.
...
* gnu/packages/lua.scm (luajit)[source]: Use git-fetch, remove patch.
* gnu/packages/patches/luajit-no_ldconfig.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
Sharlatan Hellseher
8d7c96284a
gnu: Add siril.
...
* gnu/packages/astronomy.scm (siril): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
Sharlatan Hellseher
cf8e5f4ff8
gnu: Add librtprocess.
...
* gnu/packages/photo.scm (librtprocess): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
Fabio Natali
98e4bfe96f
gnu: Add clojure-data-csv.
...
* gnu/packages/clojure.scm (clojure-data-csv): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
Matthieu Simonin
e24f7762ac
gnu: Add python-enoslib.
...
* gnu/packages/python-web.scm (python-enoslib): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:33 +01:00
Pierre Neidhardt
4cc746820a
gnu: bbswitch-module: Update to 20220529 and fix for Linux 5.18+.
...
* gnu/packages/linux.scm (bbswitch-module): Update to 20220529 and fix for
Linux 5.18+.
[source]: Switch to fork since fix is not merged upstream yet.
2022-11-14 11:28:25 +01:00
Christopher Baines
f73d9690ad
gnu: protobuf-2: Use gexp in arguments.
...
This fixes the breakage introduced when the protobuf package switched to using
gexp's in the arguments.
The package doesn't build, but at least the builder is now deterministic and
valid Guile.
* gnu/packages/protobuf.scm (protobuf-2)[arguments]: Adapt to use gexp's.
2022-11-14 08:59:23 +00:00
dan
3ff0a976e8
gnu: mpv: Update to 0.35.0.
...
* gnu/packages/video.scm (mpv): Update to 0.35.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-14 10:09:07 +08:00
Thiago Jung Bauermann
b59b033af3
gnu: emacs-magit: Substitute git executable path.
...
Magit has a strong dependency on Git so it should directly reference the
git executable rather than expect it to be available in the profile or
environment.
This also fixes a build failure in emacs-forge.
* gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]<#:phases>: Substitute
git path in the ‘magit-git-executable’ variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-13 22:49:10 +01:00
Liliana Marie Prikler
7565aecf7a
gnu: komikku: Update to 1.4.0.
...
* gnu/packages/gnome.scm (komikku): Update to 1.4.0.
2022-11-13 22:49:10 +01:00
Hilton Chain
b52ac1c874
gnu: Add spectre-meltdown-checker.
...
* gnu/packages/linux.scm (spectre-meltdown-checker): New variable.
* gnu/packages/patches/spectre-meltdown-checker-find-kernel.patch: New file.
* gnu/packages/patches/spectre-meltdown-checker-externalize-fwdb.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register them here.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-13 22:49:10 +01:00
Ricardo Wurmus
4df7db5955
gnu: gwl: Update to 0.5.1.
...
* gnu/packages/package-management.scm (gwl): Update to 0.5.1.
[arguments]: Disable one test.
2022-11-13 19:49:05 +01:00
Ricardo Wurmus
0d2ad7b7c0
gnu: ardour: Do not use labels in list of native inputs.
...
* gnu/packages/audio.scm (ardour)[native-inputs]: Drop package labels.
2022-11-13 19:28:47 +01:00
Ricardo Wurmus
927e03ade6
gnu: ardour: Remove trailing #T from phases.
...
* gnu/packages/audio.scm (ardour)[arguments]: Remove trailing #T.
(ardour-rpath-phase): Same.
2022-11-13 19:28:47 +01:00
Sughosha
08d3197470
gnu: ardour: Install man page.
...
* gnu/packages/audio.scm (ardour)[arguments]: Add phase "install-man-page".
2022-11-13 19:28:47 +01:00
Sughosha
9a8a937743
gnu: ardour: Use more system libraries.
...
* gnu/packages/audio.scm (ardour)[arguments]: Enable use of external
libraries.
[inputs]: Add fluidsynth, hidapi, libltc, and qm-dsp.
2022-11-13 19:28:47 +01:00
Sughosha
6737fdc1c8
gnu: Add qm-dsp.
...
* gnu/packages/audio.scm (qm-dsp): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-11-13 19:28:47 +01:00
Sughosha
9a8c256cae
gnu: ardour: Update to 7.0
...
* gnu/packages/audio.scm (ardour): Update to 7.0.
2022-11-13 19:28:47 +01:00
Arun Isaac
394684bfeb
gnu: prosody: Add bash-minimal to inputs.
...
* gnu/packages/messaging.scm (prosody)[inputs]: Add bash-minimal.
2022-11-13 22:19:04 +05:30
Arun Isaac
1f017bf7d0
gnu: prosody: Update to 0.12.1.
...
* gnu/packages/messaging.scm (prosody): Update to 0.12.1.
[inputs]: Add icu4c.
2022-11-13 22:18:59 +05:30
Efraim Flashner
80d10fa413
gnu: ck: Add support for riscv64-linux.
...
* gnu/packages/c.scm (gnu-triplet->ck-machine target): Add case for
riscv64.
2022-11-13 12:24:03 +02:00
Efraim Flashner
ec6e82ba88
gnu: mimalloc: Update to 2.0.7.
...
* gnu/packages/c.scm (mimalloc): Update to 2.0.7.
2022-11-13 11:49:28 +02:00
Maxim Cournoyer
4f648f6096
gnu: Add c-intro-and-ref.
...
* gnu/packages/c.scm (c-intro-and-ref): New variable.
2022-11-13 00:25:43 -05:00
David Thompson
c4025af8c1
gnu: guile-websocket: Update to 0.1.
...
* gnu/packages/guile-xyz.scm (guile-websocket): Update to 0.1.
2022-11-12 20:13:13 -05:00
Nicolas Goaziou
42d1fa6fc4
gnu: emacs-php-mode: Update to 1.24.2.
...
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.2.
2022-11-12 22:57:06 +01:00
Nicolas Goaziou
40138eac83
gnu: emacs-helm: Update to 3.9.0.
...
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.0.
2022-11-12 22:55:22 +01:00
Nicolas Goaziou
733fba28df
gnu: fet: Update to 6.7.1.
...
* gnu/packages/education.scm (fet): Update to 6.7.1.
2022-11-12 18:53:56 +01:00
Mathieu Othacehe
2757de2e2b
gnu: cuirass: Update to 1.1.0-12.1fb4b0a.
...
* gnu/packages/ci.scm (cuirass): Update to 1.1.0-12.1fb4b0a.
2022-11-12 12:03:19 +01:00
Mathieu Othacehe
d8d4b585e7
gnu: guile-simple-zmq: Update to 0.0.0-10.ff0b39a.
...
* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-10.ff0b39a.
2022-11-12 12:03:19 +01:00
jgart
c3cbe1c8da
gnu: Add emacs-free-keys.
...
* gnu/packages/emacs-xyz.scm (emacs-free-keys): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-12 11:32:33 +01:00
Nicolas Goaziou
f9ff7dd1cf
gnu: emacs-helm: Update to 3.8.9.
...
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.9.
2022-11-12 11:32:18 +01:00
Nicolas Goaziou
ed013c10fd
gnu: emacs-prescient: Update to 6.0.
...
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.0.
2022-11-12 11:32:18 +01:00
Nicolas Goaziou
e2a75b4e91
gnu: emacs-ctrlf: Update to 1.6.
...
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.6.
2022-11-12 11:32:18 +01:00
Nicolas Goaziou
eac27d829d
gnu: emacs-apheleia: Update to 3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.1.
2022-11-12 11:32:17 +01:00
Nicolas Goaziou
ec7c888f0a
gnu: emacs-exwm: Update to 0.27.
...
* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.27.
2022-11-12 11:32:17 +01:00
Nicolas Goaziou
b5b4edeec6
gnu: emacs-subed: Update to 1.0.19.
...
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.19.
2022-11-12 11:32:17 +01:00
jgart
0209ee0b55
gnu: Add carp.
...
* gnu/packages/lisp.scm (carp): New variable.
Co-authored-by: ( <paren@disroot.org>
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-12 03:57:17 -05:00
Raghav Gururajan
3c62b03798
Revert "teams: Add Raghav Gururajan."
...
This reverts commit 56aebf7f7c
.
2022-11-12 03:49:39 -05:00
Raghav Gururajan
56aebf7f7c
teams: Add Raghav Gururajan.
...
* etc/teams.scm.in: Add Raghav Gururajan.
2022-11-12 03:43:15 -05:00
Maxim Cournoyer
008f3a28c6
gnu: jami: Enable unit tests.
...
* gnu/packages/patches/jami-fix-qml-imports.patch: New file.
* gnu/packages/patches/jami-fix-unit-tests-build.patch: Likewise.
* gnu/packages/patches/jami-libjami-headers-search.patch: Likewise.
* gnu/packages/patches/jami-sip-unregister.patch: Likewise.
* gnu/packages/patches/jami-xcb-link.patch: Likewise.
* gnu/local.mk: Register them.
* gnu/packages/jami.scm (%jami-sources): Apply new patches.
(jami) [tests?]: Delete argument to run tests.
[configure-flags]: Remove TESTS? argument.
Enable tests with -DENABLE_TESTS=ON. Remove -DLIBJAMI_INCLUDE_DIR.
[phases] {check}: New phase override.
[native-inputs]: Add settings-desktop-schemas.
[inputs]: Add glib and libxcb.
2022-11-12 00:39:35 -05:00
Maxim Cournoyer
d7d09a2773
gnu: jami: Update to 20221031.1308.130cc26.
...
* gnu/packages/jami.scm (libjami, jami): Update to 20221031.1308.130cc26.
(%jami-sources): Remove jami-fix-crash-on-block-contact patch. Add
jami-disable-integration-tests and jami-no-webengine patches.
(pjproject-jami): Update to 2.12-1.513a3f1.
(ffmpeg-jami): Replace libvpx with libvpx-next. Replace libx264 with
libx264-next.
(libjami): Update comment with upstream issue URL.
[tests?]: Remove argument, enabling test suite.
[configure-flags]: Remove "--disable-static".
[phases] {delete-static-libraries}: New phase.
(jami) [tests?]: Update comment.
[configure-flags]: Remove "-DLIBJAMI_XML_INTERFACES_DIR=" flag.
[phases] {patch-source}: Delete phase.
* gnu/packages/patches/jami-fix-crash-on-block-contact.patch: Delete patch.
* gnu/packages/patches/jami-disable-integration-tests.patch: New file.
* gnu/packages/patches/jami-no-webengine.patch: New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
2022-11-11 23:52:04 -05:00
Maxim Cournoyer
8fc7f20cb2
gnu: opendht: Use latest fmt.
...
* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt-8 with fmt.
2022-11-11 23:52:04 -05:00
Leo Famulari
c847585732
gnu: linux-libre 4.9: Update to 4.9.333.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.333.
(linux-libre-4.9-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
3e74679f07
gnu: linux-libre 4.14: Update to 4.14.299.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.299.
(linux-libre-4.14-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
daff256f62
gnu: linux-libre 4.19: Update to 4.19.265.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.265.
(linux-libre-4.19-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
0b7b724deb
gnu: linux-libre 5.4: Update to 5.4.224.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.224.
(linux-libre-5.4-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
caa8db80c8
gnu: linux-libre 5.10: Update to 5.10.154.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.154.
(linux-libre-5.10-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
2673025301
gnu: linux-libre 5.15: Update to 5.15.78.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.78.
(linux-libre-5.15-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
b3e15b5abc
gnu: linux-libre: Update to 6.0.8.
...
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.8.
(linux-libre-6.0-pristine-source): Update hash.
2022-11-11 21:42:15 -05:00
Marius Bakke
8a261de34c
gnu: uBlock Origin: Update to 1.45.2.
...
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.45.2.
2022-11-12 03:23:05 +01:00
kiasoc5
ad03c2d461
gnu: wofi: Update to 1.3.
...
* gnu/packages/xdisorg.scm (wofi): Update to 1.3.
[arguments]: Use new style for arguments.
[inputs]: Remove input labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:44 +01:00
Greg Hogan
da0f502742
gnu: waybar: Update to 0.9.15.
...
* gnu/packages/wm.scm (waybar): Update to 0.9.15.
[inputs]: Replace fmt-8 with fmt.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:44 +01:00
Greg Hogan
688c3ef282
gnu: spdlog: Update to 1.11.0.
...
* gnu/packages/logging.scm (spdlog): Update to 1.11.0.
[source]<origin>: Remove obselete snippet.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:44 +01:00
Greg Hogan
159bf4ac24
gnu: bear: Replace spdlog with spdlog-1.10.
...
* gnu/packages/build-tools.scm (bear)[inputs]: Replace spdlog with
spdlog-1.10.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:43 +01:00
Greg Hogan
8f8000a95f
gnu: Add spdlog-1.10.
...
* gnu/packages/logging.scm (spdlog-1.10): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:43 +01:00
dan
474070facb
gnu: mangohud: Update to 0.6.8.
...
* gnu/packages/graphics.scm (mangohud): Update to 0.6.8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:43 +01:00
Michael Rohleder
b37cd00dc3
gnu: xfce4-settings: Update to 4.16.4.
...
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:43 +01:00
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
Zhu Zihao
1bb3a3ea4e
gnu: libcxxabi: Use G-expressions.
...
* gnu/packages/llvm.scm (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
Zhu Zihao
8501932f36
gnu: libcxx: Update to 14.0.6.
...
* gnu/packages/llvm.scm(libcxx)[source]: Use "llvm-monorepo".
[arguments]<#:configure-flags>: Use clang & clang++, skip RPATH_CHANGE in CMake.
<#:phases>: Add phase "enter-subdirectory".
[native-inputs]: Add Python 3 for lit.
(libcxx-6)[arguments]: Don't inherit from libcxx.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-06 00:37:06 +01:00
Zhu Zihao
86af794215
gnu: libcxx: Use G-expressions.
...
* gnu/packages/llvm.scm (libcxx)[arguments]: Use G-expressions.
(libcxx-6)[arguments]: Use G-expressions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-06 00:37:06 +01:00
Ricardo Wurmus
f731f2f61f
Revert "gnu: pdfposter: Update to 0.8.1."
...
This reverts commit 040006d81c
.
The upgrade broke pdfposter, which would require a more recent version of
pypdf2.
2022-11-05 23:14:32 +01:00
Ricardo Wurmus
69a759854d
gnu: Add r-fresh.
...
* gnu/packages/cran.scm (r-fresh): New variable.
2022-11-05 22:59:50 +01:00
Vivien Kraus
e5a0381e6d
gnu: minetest-technic: Update to 2022-10-30.
...
* gnu/packages/minetest.scm (minetest-technic): Update to 2022-10-30.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-05 17:53:28 +01:00
Vivien Kraus
6e9610056e
gnu: minetest-mineclone: Update to 0.80.1.
...
* gnu/packages/minetest.scm (minetest-mineclone): Update to 0.80.1.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-05 17:53:23 +01:00
Vivien Kraus
2ffc5f4709
gnu: minetest: Update to 5.6.1.
...
* gnu/packages/minetest.scm (minetest, minetest-data): Update to 5.6.1.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-05 17:52:47 +01:00
Vivien Kraus
86c14e70c5
gnu: irrlicht-for-minetest: Update to 1.9.0.mt8.
...
* gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0.mt8.
[inputs]: Add libxi.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-05 17:52:30 +01:00
Vinicius Monego
3e259442e7
gnu: gsequencer: Update to 4.4.2.
...
* gnu/packages/music.scm (gsequencer): Update to 4.4.2.
2022-11-05 10:13:54 -03:00
Vinicius Monego
0b38a34c57
gnu: srain: Update to 1.5.0.
...
* gnu/packages/irc.scm (srain): Update to 1.5.0.
2022-11-05 10:13:54 -03:00
Vinicius Monego
be25e992f4
gnu: shotcut: Update to 22.10.25.
...
* gnu/packages/video.scm (shotcut): Update to 22.10.25.
2022-11-05 10:13:54 -03:00
Vinicius Monego
99cf2f4dfb
gnu: openxr: Update to 1.0.25.
...
* gnu/packages/graphics.scm (openxr): Update to 1.0.25.
2022-11-05 10:13:54 -03:00
Vinicius Monego
9aac30ae99
gnu: homebank: Update to 5.5.8.
...
* gnu/packages/finance.scm (homebank): Update to 5.5.8.
2022-11-05 10:13:54 -03:00
Vinicius Monego
6c4404bbc7
gnu: libjxl: Update to 0.7.0.
...
* gnu/packages/image.scm (libjxl): Update to 0.7.0.
2022-11-05 10:13:54 -03:00
Vinicius Monego
0e85fceb38
gnu: google-highway: Update to 1.0.2.
...
* gnu/packages/cpp.scm (google-highway): Update to 1.0.2.
2022-11-05 10:13:54 -03:00
Vinicius Monego
a3eebc7731
gnu: python-hy: Update to 0.24.0.
...
* gnu/packages/python-xyz.scm (python-hy): Update to 0.24.0.
[arguments]: Skip more tests and remove old tests in the custom 'check'
phase.
[native-inputs]: Add python-wheel. Replace python-pytest with
python-pytest-7.1.
[propagated-inputs]: Remove python-astor, python-rply.
2022-11-05 10:13:50 -03:00
jgart
2211f50ec1
gnu: cl-xmls: Update to 3.2.0.
...
* gnu/packages/lisp-xyz.scm (sbcl-xmls): Update to 3.2.0.
[version]: Use the latest upstream tag over commit.
(ecl-xmls): Enable tests.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05 13:02:36 +01:00
jgart
646a465306
gnu: Add cl-cluster.
...
* gnu/packages/lisp-xyz.scm (cl-cluster, ecl-cluster, sbcl-cluster):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05 13:02:36 +01:00
jgart
fcc01e832c
gnu: Add cl-clostrum.
...
* gnu/packages/lisp-xyz.scm (cl-clostrum, ecl-clostrum, sbcl-clostrum):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05 13:02:36 +01:00
jgart
6052fdf350
gnu: Add cl-inotify.
...
* gnu/packages/lisp-xyz.scm (cl-inotify, ecl-inotify, sbcl-inotify):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05 13:02:36 +01:00
jgart
5e683bc5fa
gnu: Add cl-triads.
...
* gnu/packages/lisp-xyz.scm (cl-triads, ecl-triads, sbcl-triads):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05 13:02:36 +01:00
jgart
ceac0fb129
gnu: Add cl-incless.
...
* gnu/packages/lisp-xyz.scm (cl-incless, ecl-incless, sbcl-incless): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-05 13:02:36 +01:00
jgart
84d239599a
gnu: python-pudb: Update to 2022.1.3.
...
* gnu/packages/python-xyz.scm (python-pudb): Update to 2022.1.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:44:46 +01:00
Peter Polidoro
29ab5c9838
gnu: kicad: Update to 6.0.9.
...
* gnu/packages/engineering.scm (kicad): Update to 6.0.9.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:44:32 +01:00
jgart
f91713e71b
gnu: python-funcparserlib: Enable tests.
...
* gnu/packages/python-xyz.scm (python-funcparserlib): Enable tests.
[origin]: Use GitHub since it includes the tests unlike PyPi.
[build-system]: Use pyproject-build-system.
[arguments]: Run tests.
[native-inputs]: Add python-poetry-core.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:44:08 +01:00
Hilton Chain
83bfdb4097
gnu: python-lief: Update to 0.12.3.
...
* gnu/packages/python-xyz.scm (python-lief): Update to 0.12.3.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:43:40 +01:00
Hilton Chain
6fe844fbc5
gnu: i3-autotiling: Update to 1.8.
...
* gnu/packages/python-xyz.scm (i3-autotiling): Update to 1.8.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:43:19 +01:00
jgart
ae5c718ac2
gnu: thefuck: Update to 3.32.
...
* gnu/packages/admin.scm (thefuck): Update to 3.32.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:43:04 +01:00
Nicolas Graves
a5099d95c8
gnu: Add ssh-to-age.
...
* gnu/packages/password-utils.scm (ssh-to-age): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-05 11:42:08 +01:00