Age | Commit message (Expand) | Author |
2023-06-18 | gnu: font-arabic-misc: Update to 1.0.4....* gnu/packages/xorg.scm (font-arabic-misc): Update to 1.0.4.
[source]: Drop upstreamed snippet.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2023-06-18 | gnu: font-alias: Update to 1.0.5....* gnu/packages/xorg.scm (font-alias): Update to 1.0.5.
[source]: Drop upstreamed snippet.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2023-06-18 | gnu: font-adobe75dpi: Update to 1.0.4....* gnu/packages/xorg.scm (font-adobe75dpi): Update to 1.0.4.
[source]: Drop upstreamed snippet.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2023-06-18 | gnu: font-adobe100dpi: Update to 1.0.4....* gnu/packages/xorg.scm (font-adobe100dpi): Update to 1.0.4.
[source]: Drop upstreamed snippet.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2023-06-18 | gnu: openmw-openscenegraph: Update to Nov 2022 commit....* gnu/packages/graphics.scm (openmw-openscenegraph): Update to Nov 2022 commit.
[arguments]: Sync the plugin flags with the mentioned wiki page.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kaelyn Takata |
2023-06-18 | services: certbot: Fix nginx crash when certbot is used without domains....* gnu/services/certbot.scm (certbot-nginx-server-configurations):
Don't return a broken nginx-server-configuration with empty server_name
when no certificate domains are configured. Instead add a separate
server for every certificate, so 0 certificates adds 0 servers.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Reviewed-by: Bruno Victal <mirai@makinata.eu>
| Saku Laesvuori |
2023-06-18 | gnu: libreoffice: Fix access to python modules....* gnu/packages/libreoffice.scm (libreoffice)[arguments]:
Add #:imported-modules and #:modules.
In 'bin-and-desktop-install' phase, add 'install-python-script' and use
it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Graves |
2023-06-18 | doc: Fix typo....* doc/guix.texi (Invoking guix pack): Use @command, not @var.
| Ludovic Courtès |
2023-06-18 | gnu: khal: Update to 0.11.2....* gnu/packages/calendar.scm (khal): Update to 0.11.2.
[inputs]: Sort alphabetically.
| Efraim Flashner |
2023-06-18 | gnu: poezio: Add missing input....* gnu/packages/messaging.scm (poezio)[inputs]: Add
python-typing-extensions.
| Efraim Flashner |
2023-06-18 | gnu: gst-plugins-bad: Fix test suite on riscv64-linux....* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Adjust custom
'adjust-tests phase to help tests pass on riscv64-linux.
| Efraim Flashner |
2023-06-18 | gnu: recutils: Use correct bash headers....* gnu/packages/databases.scm (recutils)[arguments]: Convert to G-Expressions.
Drop gratuitous dirname.
[native-inputs]: Drop labels. Move bash:include...
[inputs]: ... here. Also add regular bash.
| Liliana Marie Prikler |
2023-06-18 | gnu: maven-model-builder@3.0: Fix build....* gnu/packages/maven.scm (maven-3.0-model-builder)[#:phases]: Add
‘add-components-shebang’.
| Liliana Marie Prikler |
2023-06-18 | gnu: Add capypdf....* gnu/packages/pdf.scm (capypdf): New variable.
(a4pdf): Deprecate in favor of capypdf.
| Liliana Marie Prikler |
2023-06-18 | gnu: meson: Update to 1.1.1....* gnu/packages/build-tools.scm (meson): Replace with meson/newer.
(meson/newer): New variable.
| Liliana Marie Prikler |
2023-06-18 | gnu: jimtcl: Skip failing test on all 32-bit architectures....* gnu/packages/embedded.scm (jimtcl)[arguments]: Adjust custom phase
'delete-failing-tests/32bit to run for all 32-bit architectures.
| Efraim Flashner |
2023-06-17 | gnu: lightspark: Update to 0.8.7....* gnu/packages/animation.scm (lightspark): Update to 0.8.7.
[inputs]: Remove sdl2-mixer.
| Vinicius Monego |
2023-06-17 | gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove.
(hurd-system?): Move to...
* guix/utils.scm (system-hurd?): ...here.
* gnu/packages/*: Update all users, removing (gnu packages hurd) include where
now unused.
| Janneke Nieuwenhuizen |
2023-06-17 | gnu: eisl: Update to 3.00....* gnu/packages/lisp.scm (eisl): Update to 3.00.
| Guillaume Le Vaillant |
2023-06-17 | gnu: txr: Update to 288....* gnu/packages/lisp.scm (txr): Update to 288.
| Guillaume Le Vaillant |
2023-06-17 | gnu: cl-colors2: Update to 0.5.4-3.cc03bad....* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2): Update to 0.5.4-3.cc03bad.
[description]: Update with the latest changes.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Artyom Bologov |
2023-06-17 | gnu: cl-nclasses: Update to 0.6.0....* gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.6.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Artyom Bologov |
2023-06-17 | gnu: stumpwm: Don't install build artifacts....* gnu/packages/wm.scm (stumpwm)[arguments]: Add 'remove-temporary-cache'
phase.
(stumpwm+slynk)[arguments]: Delete 'remove-temporary-cache' phase inherited
from stumpwm.
| Guillaume Le Vaillant |
2023-06-17 | gnu: jimtcl: Skip failing test for 32bit....* gnu/packages/embedded.scm (jimtcl)[arguments]: When building for 32bit, skip
"file.test".
| Janneke Nieuwenhuizen |
2023-06-17 | gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch"....* gnu/packages/java.scm (openjdk16)[source](patches): Re-add xcursor patch.
(openjdk17)[source](patches): Re-add xcursor patch.
| Danny Milosavljevic |
2023-06-16 | gnu: Add python-pdoc....* gnu/packages/python-xyz.scm (python-pdoc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ontje Lünsdorf |
2023-06-16 | avahi: Resolve hosts for which name resolution fails....This avoids attempts to connect to hosts that went off-line. This is
particularly important for 'guix-daemon --discover', which would so far
keep attempting to talk to LAN hosts after they vanished just because
their mDNS record hasn't expired, leading to significant delays when
fetching narinfos and substitutes.
* guix/avahi.scm (avahi-browse-service-thread)[service-resolver-callback]:
Add handler to RESOLVER-EVENT/FAILURE.
| Ludovic Courtès |
2023-06-16 | guix home: Add missing SRFI-34 import for 'raise'....Reported at <https://issues.guix.gnu.org/64031>.
* guix/scripts/home.scm: Use (srfi srfi-34), expected by
'list-generations'.
Reported-by: Steven Roose <steven@roose.io>
| Ludovic Courtès |
2023-06-16 | services: qemu-guest-agent: Add dependency on udev....Fixes <https://issues.guix.gnu.org/64057>.
* gnu/services/virtualization.scm (qemu-guest-agent-shepherd-service):
Add 'requirement' field.
Reported-by: Yann Dupont <yann.dupont@univ-nantes.fr>
| Ludovic Courtès |
2023-06-16 | pull: Preserve channel ordering when using '--commit', '--url', etc....Previously using '--url', '--commit', or '--branch' would move the
'guix' channel to the front. This is okay in itself but it gratuitously
leads to a different cache key in 'cached-channel-instance'--IOW, 'guix
time-machine --commit=X' where X is already in cache would gratuitously
recompute the channel derivations.
* guix/scripts/pull.scm (channel-list): Use 'map' instead of 'find' +
'remove' + 'cons'.
| Ludovic Courtès |
2023-06-15 | gnu: Add r-plumber....* gnu/packages/cran.scm (r-plumber): New variable.
| Ricardo Wurmus |
2023-06-15 | gnu: Add r-swagger....* gnu/packages/cran.scm (r-swagger): New variable.
| Ricardo Wurmus |
2023-06-15 | gnu: eg25-manager: Patch reference to grep....* gnu/packages/firmware.scm (eg25-manager)[arguments]: Add a phase to
patch the path to grep.
| Efraim Flashner |
2023-06-15 | gnu: eg25-manager: Update to 0.4.6....* gnu/packages/firmware.scm (eg25-manager): Update to 0.4.6.
| Efraim Flashner |
2023-06-15 | home: services: xdg-base-directories: Deprecate XDG_LOG_HOME....XDG_LOG_HOME is non-standard and log files should go to XDG_STATE_HOME
according to the XDG Base Directory Specification.
Fixes <https://issues.guix.gnu.org/61809>.
* gnu/home/services/desktop.scm (home-dbus-shepherd-services): Log to XDG_STATE_HOME.
* gnu/home/services/desktop.scm (home-unclutter-shepherd-services): Log to
XDG_STATE_HOME.
* gnu/home/services/mcron.scm (home-mcron-shepherd-services): Ditto.
* gnu/home/services/pm.scm (home-batsignal-shepherd-services): Ditto.
* gnu/home/services/shepherd.scm (launch-shepherd-gexp): Ditto.
* gnu/home/services/xdg.scm
(home-xdg-base-directories-configuration)[log-home]: Deprecate and unset default value.
(home-xdg-base-directories-environment-variables-service)
(ensure-xdg-base-dirs-on-activation): Handle field deprecation.
(home-xdg-base-directories-service-type): Update description.
Co-authored-by: Andrew Tropin <andrew@trop.in>
Signed-off-by: Andrew Tropin <andrew@trop.in>
| Bruno Victal |
2023-06-14 | gnu: linux-libre 4.14: Update to 4.14.318....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.318.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2023-06-14 | gnu: linux-libre 4.19: Update to 4.19.286....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.286.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2023-06-14 | gnu: linux-libre 5.4: Update to 5.4.247....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.247.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2023-06-14 | gnu: linux-libre 5.10: Update to 5.10.184....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.184.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2023-06-14 | gnu: linux-libre 5.15: Update to 5.15.117....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.117.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2023-06-14 | gnu: linux-libre 6.1: Update to 6.1.34....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.34.
(linux-libre-6.1-pristine-source): Update hash.
| Leo Famulari |
2023-06-14 | gnu: linux-libre: Update to 6.3.8....* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.8.
(linux-libre-6.3-pristine-source, deblob-scripts-6.3): Update hashes.
| Leo Famulari |
2023-06-14 | services: static-netwoking: Wait for devices to show up....Fixes <https://issues.guix.gnu.org/63516>.
* gnu/services/base.scm (network-set-up/linux): Add call to
'wait-for-link'.
| Ludovic Courtès |
2023-06-14 | gnu: guile-netlink: Update to 1.2....* gnu/packages/guile-xyz.scm (guile-netlink): Update to 1.2.
| Ludovic Courtès |
2023-06-14 | gnu: browserpass-native: Use new package style....* gnu/packages/password-utils.scm (browserpass-native)[arguments]: Use
gexps. Drop trailing #t from phases.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2023-06-14 | gnu: browserpass-native: Update to 3.1.0....* gnu/packages/password-utils.scm (browserpass-native): Update to 3.1.0.
[inputs]: Add bash-minimal.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2023-06-14 | gnu: Add systemtap...* gnu/packages/instrumentation.scm (systemtap): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Tai |
2023-06-14 | gnu: gnushogi: Fix build....* gnu/packages/games.scm (gnushogi)
[source]: Fix warnings by prefixing "__FUNCTION__" with "__extension__".
[arguments]: Turn off some GCC warnings in C flags.
Set the linker flag to build the program.
Skip the "--enable-fast-install" flag in the configure phase.
Enable the "sizetest" test in the check phase.
[synopsis]: Remove "The" so that the sentence doesn't start with it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| gemmaro |
2023-06-14 | gnu: Add pngcheck....* gnu/packages/image.scm (pngcheck): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Artyom V. Poptsov |
2023-06-14 | gnu: Add bdf2sfd....* gnu/packages/fontutils.scm (bdf2sfd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| gemmaro |