Ludovic Courtès
2274d71f94
services: file-database: Clarify 'excluded-directories' description.
...
* gnu/services/admin.scm (file-database-configuration)[excluded-directories]:
Mention that these are regexps.
(%default-file-database-excluded-directories): Likewise.
* doc/guix.texi (File Search Services): Adjust accordingly.
2023-08-22 11:17:53 +02:00
Ludovic Courtès
6fc754c2d6
services: file-database: Set 'PATH' for 'updatedb'.
...
Previously 'updatedb' would fail to find 'sed', 'rm', etc.
* gnu/services/admin.scm (file-database-mcron-jobs): Set PATH before
invoking 'updatedb'.
2023-08-22 11:17:53 +02:00
Ludovic Courtès
91bef86aa2
gnu: guix: Update to 30355c1
.
...
Fixes a test failure in 'tests/guix-system.sh' on aarch64-linux,
introduced by 4cdbbfa48d
.
* gnu/packages/package-management.scm (guix): Update to 30355c1
.
2023-08-22 11:17:52 +02:00
Andre A. Gomes
5dac5882a7
gnu: cl-trivial-clipboard: Update to 0.0.0-6.6ddf8d5.
...
* gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard): Update to
0.0.0-6.6ddf8d5.
[inputs]: Add wl-clipboard.
[arguments]: Update 'fix-paths' phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-22 11:13:56 +02:00
Andrew Tropin
dc2c851c35
gnu: Add emacs-ox-html-stable-ids.
...
* gnu/packages/emacs-xyz.scm (emacs-ox-html-stable-ids): New variable.
2023-08-22 13:03:38 +04:00
Ludovic Courtès
30355c17d7
examples: Avoid duplicate SDDM service for Plasma on aarch64-linux.
...
This is a followup to cf28f46930
.
* gnu/system/examples/plasma.tmpl (services): Remove both
'gdm-service-type' and 'sddm-service-type' from %DESKTOP-SERVICES.
2023-08-22 01:14:47 +02:00
Timotej Lazar
a08592b055
gnu: syncthing: Use new package style.
...
* gnu/packages/syncthing.scm (syncthing)[arguments]: Use gexps. Drop trailing
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-21 23:11:22 +02:00
Timotej Lazar
bf8e77643c
gnu: syncthing: Update to 1.23.6.
...
* gnu/packages/syncthing.scm (syncthing): Update to 1.23.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-21 23:11:19 +02:00
Ludovic Courtès
cf28f46930
examples: Avoid 'modify-services' to remove GDM.
...
This led to a 'tests/guix-system.sh' failure on aarch64-linux:
…/plasma.tmpl:60:13: error: modify-services: service 'gdm' not found in service list
This is because 'gdm-service-type' is not among %DESKTOP-SERVICES on
that architecture.
* gnu/system/examples/plasma.tmpl (services): Use 'remove' rather
'modify-services' + 'delete'.
2023-08-21 23:06:49 +02:00
Andreas Enge
b08178a053
gnu: hdf5: Remove 1.12.2.
...
* gnu/packages/maths.scm (hdf5-1.12): Remove variable.
2023-08-21 22:35:34 +02:00
Maxim Cournoyer
4c7627dfec
gnu: Add sdbus-cpp.
...
* gnu/packages/glib.scm (sdbus-cpp): New variable.
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-08-21 14:11:40 -04:00
Maxim Cournoyer
8c9f430a05
gnu: python-pymol: Remove msgpack from native-inputs.
...
It's now propagated by mmtf-cpp.
* gnu/packages/chemistry.scm (python-pymol)
[native-inputs]: Remove msgpack.
Reviewed-by: Andreas Enge <andreas@enge.fr>
2023-08-21 14:11:39 -04:00
Maxim Cournoyer
92f3476077
gnu: avogadrolibs: Remove msgpack from native-inputs.
...
It's now propagated by mmtf-cpp.
* gnu/packages/chemistry.scm (avogadrolibs)
[native-inputs]: Remove msgpack.
Reviewed-by: Andreas Enge <andreas@enge.fr>
2023-08-21 14:11:39 -04:00
Maxim Cournoyer
778a424444
gnu: mmtf-cpp: Update to 1.1.0.
...
* gnu/packages/chemistry.scm (mmtf-cpp): Update to 1.1.0.
[propagated-inputs]: Add msgpack.
Reviewed-by: Andreas Enge <andreas@enge.fr>
2023-08-21 14:11:32 -04:00
Liliana Marie Prikler
8a0a5b4e62
gnu: vala: Update to 0.56.12.
...
* gnu/packages/gnome.scm (vala): Update to 0.56.12.
2023-08-20 13:13:08 +02:00
Liliana Marie Prikler
65cfbfd16e
gnu: evolution: Update to 3.48.4.
...
* gnu/packages/gnome.scm (evolution): Update to 3.48.4.
2023-08-20 08:24:13 +02:00
Liliana Marie Prikler
8ffeea8fa1
gnu: evolution-data-server: Update to 3.48.4.
...
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.48.4.
2023-08-20 08:24:13 +02:00
Liliana Marie Prikler
1b3d824482
gnu: gnome-online-accounts: Update to 3.48.0.
...
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.48.0.
[arguments]: Adjust ‘disable-gtk-update-icon-cache’ accordingly.
Move it after unpack.
2023-08-20 08:23:39 +02:00
Liliana Marie Prikler
e1bfd55368
gnu: wpewebkit: Update to 2.40.5.
...
* gnu/packages/webkit.scm (wpewebkit): Update to 2.40.5.
2023-08-20 00:30:20 +02:00
Liliana Marie Prikler
e43498b32d
gnu: shared-mime-info: Make .drv reproducible again.
...
This fixes an issue in commit 0a167432db
, that
causes the .drv of shared-mime-info to change with each invocation of guix.
For more information, refer to <https://bugs.gnu.org/65383 > and
<http://logs.guix.gnu.org/guix/2023-08-19.log#184540 >.
* gnu/packages/freedesktop.scm (shared-mime-info)[#:configure-flags]: Infer
xdgmime-path via search-input-file.
2023-08-19 20:36:50 +02:00
Liliana Marie Prikler
f62efeff76
Merge branch 'master' into gnome-team
2023-08-19 20:15:57 +02:00
Hilton Chain
b6b8e5004d
gnu: emacs-semi-epg: Update to 1.14.6-246.9370961.
...
* gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to 1.14.6-246.9370961.
[version]: Inline version.
[propagated-inputs]: Move emacs-bbdb-vcard …
[inputs]: … here.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-08-19 17:09:10 +02:00
Hilton Chain
bc3e4ae4da
gnu: emacs-flim-lb: Update to 1.14.9-137.80b8121.
...
* gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to 1.14.9-137.80b8121.
[version]: Inline version.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-08-19 17:09:09 +02:00
Danny Milosavljevic
18b6e309ce
gnu: fluxbox: Fix build.
...
* gnu/packages/patches/fluxbox-1.3.7-gcc.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/wm.scm (fluxbox)[source](patches): Add it.
2023-08-19 12:40:13 +02:00
Tobias Geerinckx-Rice
85dbe6d13f
.guix-authorizations: Authorise Hilton Chain.
...
* .guix-authorizations (hako): Add OpenPGP key fingerprint.
2023-08-13 02:00:00 +02:00
fanquake
8a9ea734ec
gnu: mingw: Update reproducibility patch.
...
* gnu/packages/patches/mingw-w64-reproducible-gendef.patch: Update from
upstream.
Signed-off-by: Janneke Nieuwenhuizen <janneke@gnu.org>
2023-08-19 09:44:14 +02:00
宋文武
597af70fd2
Merge branch 'kde-updates'
2023-08-19 05:02:00 +08:00
Efraim Flashner
0d70012efb
gnu: gnome-themes-extra: Build with librsvg-for-system.
...
* gnu/packages/gnome.scm (gnome-themes-extra)[inputs]: Replace librsvg
with librsvg-for-system.
2023-08-18 22:47:53 +03:00
Efraim Flashner
df66327818
gnu: totem: Build with librsvg-for-system.
...
* gnu/packages/gnome.scm (totem)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner
8f7211cafe
gnu: aisleriot: Build with librsvg-for-system.
...
* gnu/packages/gnome.scm (aisleriot)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner
2d8eea832b
gnu: gnome-sudoku: Build with librsvg-for-system.
...
* gnu/packages/gnome.scm (gnome-sudoku)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner
cc07acea3f
gnu: gtg: Build with librsvg-for-system.
...
* gnu/packages/gnome.scm (gtg)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner
43501bc00b
gnu: gtg: Add missing input.
...
* gnu/packages/gnome.scm (gtg)[native-inputs]: Add itstool.
2023-08-18 22:47:52 +03:00
Efraim Flashner
1bad479555
gnu: remmina: Build with librsvg-for-system.
...
* gnu/packages/vnc.scm (remmina)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner
2da21f7ef4
gnu: pitivi: Build with librsvg-for-system.
...
* gnu/packages/video.scm (pitivi)[propagated-inputs]: Replace librsvg
with librsvg-for-system.
2023-08-18 22:47:52 +03:00
Efraim Flashner
d19e160011
gnu: darktable: Build with librsvg-for-system.
...
* gnu/packages/photo.scm (darktable)[inputs]: Replace librsvg with
librsvg-for-system.
2023-08-18 22:47:52 +03:00
Andreas Enge
c82b83a859
gnu: scilab: Update to 5.5.2.
...
* gnu/packages/maths.scm (scilab): Update to 5.5.2.
2023-08-18 20:12:22 +02:00
Nicolas Graves
48648031a5
gnu: scilab: Fix compilation error.
...
Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-08-18 18:11:36 +02:00
John Kehayias
97b52b2d48
gnu: alacritty: Update source and home-page URLs.
...
Previous source URL redirects to the updated one.
* gnu/packages/terminals.scm (alacritty): Update source and home-page URLs.
2023-08-18 11:46:58 -04:00
John Kehayias
d1c811268d
gnu: alacritty: Install example configuration.
...
* gnu/packages/terminals.scm (alacritty)[phases]{install}: Install example
configuration.
2023-08-18 11:46:08 -04:00
Andreas Enge
f04b5be534
gnu: mplayer: Fix input.
...
* gnu/packages/video.scm (mplayer)[inputs]: Use ffmpeg-5 instead of ffmpeg-4
to fix a header/library version mismatch.
2023-08-18 16:16:28 +02:00
Ludovic Courtès
4b1fdd44ed
tests: store-roots: Remove bogus test.
...
This test was added in 1261ce1523
but it
proved to be bogus: <https://issues.guix.gnu.org/64760 >.
* tests/store-roots.scm ("gc-roots, initial"): Remove.
2023-08-18 16:10:08 +02:00
Josselin Poiret
f8dd637756
tests: packages: Set system for expected result of package->bag.
...
* tests/packages.scm ("package->bag"): Parameterize the expected result by the
system used to lower the package to a bag.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-18 16:09:29 +02:00
Christopher Baines
560cb51e7b
gnu: commencement: Use system in %final-inputs.
...
Otherwise this causes odd issues, I presume arising from when %current-system
differs from the system argument passed to %final-inputs.
* gnu/packages/commencement.scm (%final-inputs): Set %current-system to
system.
* gnu/packages/base.scm (%final-inputs): Add optional system parameter.
* gnu/ci.scm (base-packages): New procedure to memoize the base packages
depending on system.
(package->job): Pass system to base-packages.
Co-authored-by: Josselin Poiret <dev@jpoiret.xyz>
Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-18 16:02:34 +02:00
Janneke Nieuwenhuizen
10f3dd0e9e
gnu: Add snuik.
...
* gnu/packages/irc.scm (snuik): New variable.
2023-08-18 14:20:00 +02:00
宋文武
f3f02dd9c8
gnu: kgpg: Disable tests.
...
* gnu/packages/kde-pim.scm (kgpg)[arguments]: Disable tests.
2023-08-18 19:47:39 +08:00
Peter Polidoro
c91d1b0fb8
gnu: kicad: Update to 7.0.7.
...
* gnu/packages/engineering.scm (kicad): Update to 7.0.7.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-18 12:36:41 +02:00
ykonai
3e8fccfdc4
gnu: Add cl-gtk4.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-gtk4, cl-gtk4, ecl-cl-gtk4): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-18 12:33:46 +02:00
ykonai
518dc96eb3
gnu: Add cl-glib.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-glib, cl-glib, ecl-cl-glib): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-18 12:16:58 +02:00
宋文武
4187638b60
gnu: plasma-workspace: Fix kinit path.
...
Follow up of 731413a680
.
* gnu/packages/kde-plasma.scm (plasma-workspace)[arguments]<#:phases>:
Replace '/lib/libexec' with '/libexec'.
2023-08-18 17:48:34 +08:00