~ruther/guix-local

350bcbd1 — John Khoo 11 months ago
gnu: lxtask: Update to 0.1.12.

* gnu/packages/lxde.scm (lxtask): Update to 0.1.12.
[source]: Switch to git-fetch.
[native-inputs]: Add automake, autoconf.

Change-Id: I8f1590c559aec2edf50ea27505db6c10d286c1b2
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
0a95f0af — John Khoo 11 months ago
gnu: lxrandr: Update to 0.3.3.

* gnu/packages/lxde.scm (lxrandr): Update to 0.3.3.
[source]: Switch to git-fetch.
[native-inputs]: Add automake, autoconf.

Change-Id: Ia648684f5bf94a90c3da7dd04b93865266de0b54
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
7b2c0a84 — John Khoo 11 months ago
gnu: lxappearance: Update to 0.6.4.

* gnu/packages/lxde.scm (lxappearance): Update to 0.6.4.
[source]: Switch to git-fetch.
[native-inputs]: Add automake, autoconf.

Change-Id: Iae0e90f73ca9f9343760337b559c4137346dc490
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
344fbfd7 — John Khoo 11 months ago
gnu: lxpanel: Update to 0.11.1.

* gnu/packages/lxde.scm (lxpanel): Update to 0.11.1.
[source]: Switch to git-fetch.
[native-inputs]: Add libtool, automake, autoconf.

Change-Id: I90285fc8dd90e3557bb17d40d62e81828b245d22
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
e0e1091a — John Khoo 11 months ago
gnu: pcmanfm: Update to 1.4.0.

* gnu/packages/lxde.scm (pcmanfm): Update to 1.4.0.
[source]: Switch to git-fetch.
[native-inputs]: Add automake, autoconf.

Change-Id: Iaa58e5f07073fa92ef4d413ea2ff57b4d22e735f
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
e0133e1b — John Khoo 11 months ago
gnu: libfm: Update to 1.4.0.

* gnu/packages/lxde.scm (lxsession)[source]: Factor out snippet as
delete-generated-c-files.
(libfm): Update to 1.4.0.
[source]: Switch to git-fetch.  Use delete-generated-c-files.
[native-inputs]: Add which, automake, autoconf, gtk-doc.
(libfm-extra): Update to 1.4.0.
[native-inputs]: Add which, automake, autoconf, gtk-doc.
[inputs]: Add libexif.

Change-Id: Ibf8b308aca3d7856ae6c067468f6e3fd2a1c77bb
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
17f8fc79 — Anderson Torres 11 months ago
gnu: fonts: Add font-apl386.

* gnu/packages/fonts.scm (font-apl386): New variable.

Closes: #2314
Change-Id: Iaa45892aed33e00d25152b9b2e68d82673db6c9e
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
9cb26bff — Anderson Torres 11 months ago
gnu: fonts: Add font-bqn386.

* gnu/packages/fonts.scm (font-bqn386): New variable.

Change-Id: I7d4f301b314aeaab4f8a8dda762719ef261c1266
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
9b2e32cd — Laura Kirsch 11 months ago
gnu: Add fceux.

* gnu/packages/emulators.scm (fceux): New variable.

Closes: #2225
Change-Id: Ib70a568c5160dba2f9a1d6de08647d883ece97c2
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
3d28018a — Andreas Enge 11 months ago
gnu: gnuradio: Update input.

* gnu/packages/radio.scm (gnuradio)[inputs]: Remove spdlog; add spdlog-1.15.

Change-Id: Ifc035ea5f9c4cac33352583d4d2008996aeb6670
24a46e95 — Mathieu Laparie 11 months ago
gnu: Add ryzenadj.

* gnu/packages/linux.scm (ryzenadj): New variable.

Change-Id: Ic72610b8c651b51dbd770ffba45a1be809db1dbf
gnu: sbcl-trivial-package-locks: Remove unused input.

* gnu/packages/lisp-xyz.scm (sbcl-trivial-package-locks)[native-inputs]:
Remove sbcl-alexandria.

Change-Id: I32d15334e97c1d7b6be2acad920a70924eecc45d
gnu: Add cl-salmagundi.

* gnu/packages/lisp-xyz.scm (cl-salmagundi, ecl-salmagundi, clasp-salmagundi, sbcl-salmagundi): New variables.

Change-Id: Ice7a6b49ce40eafdab72699de6bfd303d17eddfc
gnu: Add cl-trivial-package-locks.

* gnu/packages/lisp-xyz.scm (cl-trivial-package-locks, ecl-trivial-package-locks, clasp-trivial-package-locks, sbcl-trivial-package-locks): New variables.

Change-Id: I9c39141e69889f9463f2ef1e67f69f998550fb6b
b12844f5 — Ludovic Courtès 11 months ago
services: cuirass: Increase default polling interval to 5mn.

* gnu/services/cuirass.scm (<cuirass-configuration>)[interval]: Change to 300.
* doc/guix.texi (Continuous Integration): Update accordingly and explain where
it is used.

Change-Id: I30e38ffe0d75cd1f5857b422b4fa5d05dd47a7e5
etc: guix-daemon.service.in: Mitigate mount race condition

This mitigates a race condition described in #576. The 'Type=exec'
option ensures that systemd only starts follow-up units after the
guix-daemon binary has started. By then, the mount points are collected
in a private namespace and will not be affected. Without this option,
'gnu-store.mount' could win the race and remount everything read-only
before guix-daemon has acquired a read-write view.

Fixes #2270

* etc/guix-daemon.service.in: Mitigate mount race condition

Change-Id: I5d28ebc38b0c10e6d2aa8e65353757ef13d5bad3
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
bf4bb576 — Ludovic Courtès 11 months ago
gnu: guix: Update to 06f79dc.

* gnu/packages/package-management.scm (guix): Update to 06f79dc.

Change-Id: I702e491932dbb2fd712348abcc522c9e16004dc6
b768eefa — Luca Cirrottola 11 months ago
gnu: scorep-openmpi: Update to 9.0.

* gnu/packages/mpi.scm (make-scorep): Update to 9.0.
[source]: Update URI.
[inputs]: Add cubew, gotcha, libbfd, libiberty.
[native-inputs]: Remove cube.
[arguments]<#:configure-flags>: Adapt.
Change-Id: I832bb5092091080b5544e51c60ca8e3bc27beb12
Signed-off-by: Andreas Enge <andreas@enge.fr>
a0fc8ae8 — Ashish SHUKLA 11 months ago
gnu: fastfetch: Update to 2.51.1.

* gnu/packages/admin.scm (fastfetch): Update to 2.51.1.
[arguments]: Remove phases.

Change-Id: I7dbd09c6ef800fe6410c60cc318b616a8ce55d8f
Signed-off-by: Andreas Enge <andreas@enge.fr>
603b6526 — Andy Tai 11 months ago
gnu: tensorflow-lite: Enable xnnpack dependency.

* gnu/packages/machine-learning.scm (tensorflow-lite)[inputs]: Add xnnpack.
[arguments]<#:tests>: Enable tests.
[arguments]<#:configure-flags>: Add flags to enable xnnpack.

Change-Id: I434d209fe3db4c8944bf07217a472d8545f96ee0
Signed-off-by: Andreas Enge <andreas@enge.fr>
Next