Mark H Weaver
d3d3caeeeb
gnu: icecat: Remove vestigial patch.
...
This is a followup to commit bb762ac517
.
* gnu/packages/patches/icecat-use-older-reveal-hidden-html.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2022-10-09 02:17:55 -04:00
Maxim Cournoyer
79358a99cd
gnu: btrbk: Update to 0.32.4.
...
* gnu/packages/backup.scm (btrbk): Update to 0.32.4.
2022-10-08 22:21:43 -04:00
Felix Gruber
68f09d1f91
gnu: sameboy: Update to 0.15.6.
...
* gnu/packages/emulators.scm (sameboy): Update to 0.15.6.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-10-08 21:04:40 +02:00
Nicolas Goaziou
74f94e9ada
gnu: emacs-org-re-reveal: Update to 3.16.1.
...
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.16.1.
2022-10-08 21:04:40 +02:00
Nicolas Goaziou
0b7abd5ab7
gnu: emacs-lcr: Update to 1.3.
...
* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.3.
2022-10-08 21:04:39 +02:00
Nicolas Goaziou
650c9c2400
gnu: emacs-dante: Update to 1.7.
...
* gnu/packages/emacs-xyz.scm (emacs-dante): Update to 1.7.
[propagated-inputs]: Order alphabetically.
2022-10-08 21:04:39 +02:00
Lu Hui
14afaa5381
gnu: bdb: Fix targeting riscv64.
...
* gnu/packages/libdaemon.scm (bdb)[native-inputs,arguments]: Treat targeting
riscv64 like aarch64 is handled.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-08 12:02:19 +01:00
Alice BRENON
2f13e8fb4d
gnu: Add ghc-hxt-xpath.
...
* gnu/packages/haskell-web.scm (ghc-hxt-xpath): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-08 12:02:19 +01:00
Christopher Baines
ff5cbe3205
gnu: guix-build-coordinator: Update to 0-61.ed52f0b.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-61.ed52f0b.
2022-10-08 12:02:15 +01:00
Ludovic Courtès
5c4b76ce37
gnu: libgme: Do not retain reference on GCC.
...
This reduces the closure size of libgme from 221MiB to 72MiB.
* gnu/packages/audio.scm (libgme)[arguments]: Add #:configure-flags.
2022-10-08 12:27:01 +02:00
Ludovic Courtès
4b2b8b31d7
gnu: upower: Fix test failure on i686-linux.
...
* gnu/packages/gnome.scm (upower)[arguments]: Add
'adjust-test-for-excess-precision' when 'target-x86-32?' returns true.
2022-10-08 12:27:01 +02:00
Ludovic Courtès
e49255ff18
gnu: guix: Update to 3170843
.
...
Fixes <https://issues.guix.gnu.org/58352 >.
* gnu/packages/package-management.scm (guix): Update to 3170843
.
2022-10-08 12:27:01 +02:00
Ricardo Wurmus
f24b66bf4a
gnu: pigx-sars-cov-2: Update to 0.0.8.
...
* gnu/packages/bioinformatics.scm (pigx-sars-cov-2): Update to 0.0.8.
[arguments]: Add build phase 'unpack-databases; enable tests.
[native-inputs]: Add origins for databases; remove automake and autoconf.
[inputs]: Add r-data-table, r-deconvr, r-htmltools, r-jsonlite, r-knitr, and
r-mass.
2022-10-08 12:06:41 +02:00
Ricardo Wurmus
9e1c255b35
gnu: weston: Use G-expression.
...
* gnu/packages/freedesktop.scm (weston)[arguments]: Use gexp to remove
references to %outputs and %build-inputs.
2022-10-08 10:10:06 +02:00
Ricardo Wurmus
4678f77b49
gnu: weston: Use plain list of inputs.
...
* gnu/packages/freedesktop.scm (weston)[inputs]: Use new style.
2022-10-08 10:10:06 +02:00
Ricardo Wurmus
e1ee64b55a
gnu: weston: Remove trailing #T from build phases.
...
* gnu/packages/freedesktop.scm (weston)[arguments]: Remove trailing #T from
build phases.
2022-10-08 10:10:06 +02:00
Kaelyn Takata
a868595ebb
gnu: weston: Update to 10.0.2.
...
* gnu/packages/freedesktop.scm (weston): Update to 10.0.2.
[inputs] Switch from pipewire to pipewire-0.3, use wayland-protocols-next.
[native-inputs]: Add python-3.
2022-10-08 10:10:06 +02:00
Hilton Chain
0b07c6febb
gnu: wl-clipboard: Update to 2.1.0.
...
* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.1.0.
[arguments]<#:configure-flags>: Set completion files' installdir.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 01:26:06 -04:00
Hilton Chain
59ce7ab95a
gnu: egl-wayland: Update to 1.1.11.
...
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.11.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 01:18:28 -04:00
Zheng Junjie
c9d955d51e
gnu: Add ktimer.
...
* gnu/packages/kde.scm (ktimer): New variable.
2022-10-08 00:49:12 -04:00
Greg Hogan
2cdd60dea1
gnu: git: Update to 2.38.0.
...
* gnu/packages/version-control.scm (git): Update to 2.38.0.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:34:21 -04:00
Dhruvin Gandhi
c20d684cc8
gnu: Add hut.
...
* gnu/packages/version-control.scm (hut): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:30 -04:00
Dhruvin Gandhi
5002e1ac05
gnu: Add go-github-com-juju-ansiterm.
...
* gnu/packages/golang.scm (go-github-com-juju-ansiterm): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:30 -04:00
Dhruvin Gandhi
feee342b66
gnu: Add go-github-com-lunixbochs-vtclean.
...
* gnu/packages/golang.scm (go-github-com-lunixbochs-vtclean): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:30 -04:00
Dhruvin Gandhi
f0902bd2c0
gnu: Add go-git-sr-ht-emersion-gqlclient.
...
* gnu/packages/golang.scm (go-git-sr-ht-emersion-gqlclient): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:30 -04:00
Dhruvin Gandhi
ddc59a63b7
gnu: Add go-git-sr-ht-emersion-go-scfg.
...
* gnu/packages/golang.scm (go-git-sr-ht-emersion-go-scfg): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:30 -04:00
Dhruvin Gandhi
4a47fcbdb4
gnu: Add go-github-com-google-shlex.
...
* gnu/packages/golang.scm (go-github-com-google-shlex): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-10-08 00:10:29 -04:00
Leo Famulari
dbdba682ed
gnu: linux-libre 5.4: Update to 5.4.217.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.217.
(linux-libre-5.4-pristine-source): Update hash.
2022-10-07 22:17:56 -04:00
Ricardo Wurmus
5463bdded1
gnu: Add font-arphic-ukai.
...
* gnu/packages/fonts.scm (font-arphic-ukai): New variable.
2022-10-08 01:22:28 +02:00
Ricardo Wurmus
2da9ceaeb9
gnu: Add font-google-noto-serif-cjk.
...
* gnu/packages/fonts.scm (font-google-noto-serif-cjk): New variable.
2022-10-08 01:22:28 +02:00
Ricardo Wurmus
91334d36a4
gnu: Add font-google-noto-sans-cjk.
...
* gnu/packages/fonts.scm (font-google-noto-sans-cjk): New variable.
2022-10-08 01:22:28 +02:00
Ricardo Wurmus
c78a1d250f
gnu: Add texlive-zhspacing.
...
* gnu/packages/tex.scm (texlive-zhspacing): New variable.
2022-10-08 01:22:23 +02:00
Nicolas Goaziou
00ef6c18d5
gnu: giac: Fix build.
...
* gnu/packages/algebra.scm (giac)[source]<origin>: Add a patch to fix build
issue with Pari-GP 2.15.
[arguments]<#:phase>: Skip another test.
* gnu/packages/patches/giac-pari-gp-anyarg.patch: New file.
* gnu/local.mk: Register it.
This fixes <https://issues.guix.gnu.org/58274 >.
2022-10-07 21:54:50 +02:00
Maxim Cournoyer
0503b104d6
gnu: dconf: Set sysconfdir to /etc.
...
* gnu/packages/gnome.scm (dconf) [arguments]: Use gexps.
[configure-flags]: Add --sysconfdir=/etc.
[native-inputs]: Remove labels.
2022-10-07 10:11:12 -04:00
Maxim Cournoyer
f3e9b069b1
gnu: gdm: Patch an extra reference to the Xsession script.
...
Without this change, attempting to start a remote session over VNC would fail
with:
Sep 19 19:54:04 localhost gdm-session-worker: Gdm: GdmSessionWorker: child
'/gnu/store/yy9wq647l37658vgi291a287ll9iw6dc-gdm-42.0/etc/gdm/Xsession' could
not be started: No such file or directory
* gnu/packages/gnome.scm (gdm)[phases]{patch-paths}
<daemon/gdm-session.c>: Patch a reference in so the Xsession script is
correctly found via the GDM_X_SESSION environment variable.
2022-10-07 10:11:11 -04:00
Maxim Cournoyer
447c20db7e
gnu: tigervnc-server: Patch and wrap vncserver script.
...
* gnu/packages/vnc.scm (tigervnc-server):
[phases]{patch-paths, wrap-vncserver}: New phases.
[inputs]: Add font-alias, guile-3.0, util-linux and xinit.
2022-10-07 10:11:11 -04:00
Maxim Cournoyer
ff33b8698a
gnu: tigervnc-server: Disable tests via #:tests?.
...
* gnu/packages/vnc.scm (tigervnc-server)
[tests?]: Set to #f.
[phases]: Restore check phase.
2022-10-07 10:11:11 -04:00
Maxim Cournoyer
a7bfc9d68f
gnu: tigervnc-server: Adjust PAM config.
...
* gnu/packages/vnc.scm (tigervnc-server)
[phases]{adjust-pam-config}: New phase.
2022-10-07 10:11:10 -04:00
Maxim Cournoyer
0debec9f2d
gnu: tigervnc-server: Move source production into origin snippet.
...
This will make it possible to patch command references in source files, and
also makes it more transparent as to what sources get used.
* gnu/packages/vnc.scm (tigervnc-server): Re-flow comment.
[source]: Inherit from xorg-server. Add a snippet. Use a patch to apply the
xserver patch. Fix file name.
[phases]{copy-tvnc-xserver, patch-xserver}: Delete phases.
{build-tigervnc, install-tigervnc-aux}: Adjust accordingly.
2022-10-07 10:11:10 -04:00
Maxim Cournoyer
c93b249dc0
gnu: tigervnc-server: Use new style inputs, gexps.
...
* gnu/packages/vnc.scm (%tigervnc-client-source): New variable.
(tigervnc-server): Move input fields after arguments.
[native-inputs]: Use new style and 'modify-inputs'. Do not add
tigervnc-client regular inputs.
[configure-flags]: Use gexps, cons* instead of append.
[phases]: Use gexps.
{check}: Replace smiley with an explanatory comment.
{copy-tvnc-xserver}: Adjust default Makefile variables, which simplifies
needed bindings in other phases.
{build-tigervnc, build, install-tigervnc-aux, install}: Remove let*-bound
variables.
{build-tigervnc, build}: Honor PARALLEL-BUILD?.
2022-10-07 10:11:10 -04:00
Ludovic Courtès
06deab3321
gnu: libnma: Depend on GTK 4.x only on supported platforms.
...
Partly fixes <https://issues.guix.gnu.org/58352 >.
* gnu/packages/gnome.scm (libnma)[arguments]: Set "-Dlibnma_gtk4=false"
when (supported-package? gtk) returns #f.
[inputs]: Adjust accordingly.
2022-10-07 16:01:39 +02:00
Ludovic Courtès
a52f39ad0c
gnu: rest@0.9.1: Remove dependency on gtksourceview and libadwaita.
...
Partly fixes <https://issues.guix.gnu.org/58352 >.
This also reduces the closure size of rest@0.9.1 from 2.1GiB to
498MiB (on x86_64-linux).
* gnu/packages/gnome.scm (rest-next)[arguments]: Pass the
"-Dexamples=false" config flag.
* gnu/packages/gnome.scm (rest-next)[inputs]: Remove GTKSOURCEVIEW and
LIBADWAITA.
2022-10-07 16:01:39 +02:00
Nicolas Goaziou
8319be779f
gnu: extractpdfmark: Improve package style.
...
* gnu/packages/pdf.scm (extractpdfmark)[arguments]: Use G-expressions. Fix
phase name.
[native-inputs]: Remove labels.
2022-10-07 00:53:32 +02:00
Nicolas Goaziou
eea2d5b6f7
gnu: extractpdfmark: Update to 1.1.1.
...
* gnu/packages/pdf.scm (extractpdfmark): Update to 1.1.1.
2022-10-07 00:53:31 +02:00
Nicolas Goaziou
63cece5787
gnu: emacs-lcr: Update to 1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.2.
2022-10-07 00:53:31 +02:00
Nicolas Goaziou
c558fed4db
gnu: emacs-org-re-reveal: Update to 3.16.0.
...
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.16.0.
2022-10-07 00:53:31 +02:00
Nicolas Goaziou
23c97e2e88
gnu: emacs-ement: Update to 0.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.3.1.
2022-10-07 00:53:30 +02:00
Nicolas Goaziou
22498be0a1
gnu: emacs-emms: Update to 12.
...
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 12.
2022-10-07 00:53:30 +02:00
Nicolas Goaziou
9cd3c2dc18
gnu: emacs-debbugs: Update to 0.34.
...
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.34.
2022-10-07 00:53:30 +02:00
Timotej Lazar
cb731c80ff
gnu: julius: Update to 1.7.0.
...
* gnu/packages/games.scm (julius): Update to 1.7.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-06 23:17:05 +02:00