| Commit message (Expand) | Author | Age | Files | Lines |
* | services: herd: Remove workaround for Shepherd < 0.5.0.•••* gnu/services/herd.scm (load-services/safe): Remove workaround for
Shepherd < 0.5.0, released in 2018.
| Ludovic Courtès | 2023-03-26 | 1 | -17/+7 |
* | doc: Properly document 'replace' clause of 'modify-inputs'.•••* doc/guix.texi (Defining Package Variants): Add 'replace' to the
reference of 'modify-inputs' clauses.
| Ludovic Courtès | 2023-03-26 | 1 | -0/+3 |
* | gnu: xdg-utils: Use a pinned version of w3m.•••* gnu/packages/freedesktop.scm (xdg-utils)[native-inputs]: Replace w3m with
w3m-for-tests.
| Leo Famulari | 2023-03-26 | 1 | -1/+1 |
* | gnu: Add a pinned-version variant of w3m.•••* gnu/packages/w3m.scm (w3m-for-tests): New variable.
| Leo Famulari | 2023-03-26 | 1 | -1/+22 |
* | home: services: Export home-xmodmap-service-type and configuration.•••This is a follow-up to commit
511ae8325db0dfc7803d7b98d7e4d8f76774e8c5
home: services: Add home-xmodmap-service-type.
* gnu/home/services/desktop.scm (home-xmodmap-service-type,
home-xmodmap-configuration): Export.
| Jan (janneke) Nieuwenhuizen | 2023-03-26 | 1 | -1/+5 |
* | linux-container: Remove hosts-service-type when network is shared.•••Fixes <https://issues.guix.gnu.org/61627>.
* gnu/system/linux-container.scm (container-essential-services): When
shared-network? is true, remove the hosts-service-type service kind.
| Pierre Langlois | 2023-03-26 | 1 | -3/+7 |
* | Revert "gnu: nautilus: Update to 43.2."•••This reverts commit d58a804837760758b4389210711d170d65be2a53, as nautilus
43.2 depends on gnome-desktop 43.2.
| Liliana Marie Prikler | 2023-03-26 | 2 | -38/+36 |
* | Revert "gnu: gnome-desktop: Update to 43.2."•••This reverts commit dde25af03e3d0ba5d94bdd814d03eee1e4907709, which broke
the build of gnome-control-center.
| Liliana Marie Prikler | 2023-03-26 | 1 | -2/+2 |
* | gnu: dino: Update to 0.4.2 [fixes CVE-2023-28686].•••* gnu/packages/messaging.scm (dino): Update to 0.4.2.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Jack Hill | 2023-03-26 | 1 | -2/+2 |
* | gnu: Add physlock.•••* gnu/packages/xdisorg.scm (physlock): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Sergey Trofimov | 2023-03-26 | 1 | -0/+41 |
* | gnu: nautilus: Update to 43.2.•••* gnu/packages/gnome.scm (nautilus): Update to 43.2.
[arguments]: Adjust ‘skip-gtk-update-icon-cache’ phase accordingly.
[inputs]: Replace glib with glib-next, gtk+ with gtk and libhandy with
libadwaita.
* gnu/packages/patches/nautilus-extension-search-path.patch: Adjust
accordingly.
| Liliana Marie Prikler | 2023-03-26 | 2 | -36/+38 |
* | gnu: gnome-desktop: Update to 43.2.•••* gnu/packages/gnome.scm (gnome-desktop): Update to 43.2.
| Liliana Marie Prikler | 2023-03-26 | 1 | -2/+2 |
* | etc: Add gnome team.•••* etc/teams.scm.in (gnome): New team.
("Liliana Marie Prikler", "Raghav Gururajan"): Add to gnome.
| Liliana Marie Prikler | 2023-03-26 | 1 | -2/+17 |
* | gnu: Add python-hatchling.•••* gnu/packages/python-xyz.scm (python-hatchling): New variable.
| Ricardo Wurmus | 2023-03-25 | 1 | -0/+45 |
* | gnu: Add r-ctrdata.•••* gnu/packages/cran.scm (r-ctrdata): New variable.
| Ricardo Wurmus | 2023-03-25 | 1 | -0/+39 |
* | gnu: Add r-nodbi.•••* gnu/packages/cran.scm (r-nodbi): New variable.
| Ricardo Wurmus | 2023-03-25 | 1 | -0/+28 |
* | gnu: Add r-jsonify.•••* gnu/packages/cran.scm (r-jsonify): New variable.
| Ricardo Wurmus | 2023-03-25 | 1 | -0/+22 |
* | gnu: Add r-ctrialsgov.•••* gnu/packages/cran.scm (r-ctrialsgov): New variable.
| Ricardo Wurmus | 2023-03-25 | 1 | -0/+36 |
* | services: xorg-wrapper: Support xorg server input rewriting.•••This patch adds support for proper xorg server input rewriting. It uses the
lookup-package-direct-input procedure to configure the X server paths
dynamically, instead of always using the hard coded package. Something like
this is now possible:
(define other-mesa
(package-input-rewriting/spec `(("mesa" . ,(const other-mesa)))))
(xorg-configuration
(xorg-configuration
(server (other-mesa xorg-server))))
Without this patch the X server would still be configured with mesa (causing
version issues), and not with other-mesa (as per the input rewrite).
* gnu/services/xorg.scm (xorg-configuration-server-package-path)
(xorg-configuration-dri-driver-path, xorg-configuration-xkb-bin-dir)
(xorg-configuration-xkb-dir): New procedures.
(xorg-wrapper): Use them for dri and xkb paths.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| r0man | 2023-03-25 | 1 | -3/+20 |
* | gnu: emacs-cider: Update to 1.7.0.•••* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.7.0.
| Nicolas Goaziou | 2023-03-24 | 1 | -2/+2 |
* | gnu: emacs-citar: Update to 1.3.1.•••* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.3.1.
| Nicolas Goaziou | 2023-03-24 | 1 | -2/+2 |
* | gnu: emacs-citar-org-roam: Update to 0.5.0.•••* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): Update to 0.5.0.
[propagated-inputs]: Reorder alphabetically.
| Nicolas Goaziou | 2023-03-24 | 1 | -3/+3 |
* | gnu: emacs-evil-collection: Run tests.•••* gnu/packages/emacs-xyz.scm (emacs-evil-collection)[arguments]: Run tests.
[native-inputs]: Add EMACS-MAGIT.
[propagated-inputs]: Reorder-alphabetically.
| Nicolas Goaziou | 2023-03-24 | 1 | -3/+13 |
* | gnu: emacs-evil-collection: Update to 0.0.9.•••* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.9.
| Nicolas Goaziou | 2023-03-24 | 1 | -2/+2 |
* | gnu: emacs-geiser-chez: Update to 0.18.•••* gnu/packages/emacs-xyz.scm (emacs-geiser-chez): Update to 0.18.
| Nicolas Goaziou | 2023-03-24 | 1 | -2/+2 |
* | gnu: emacs-sqlite3-api: Update to 0.17.•••* gnu/packages/emacs-xyz.scm (emacs-sqlite3-api): Update to 0.17.
| Nicolas Goaziou | 2023-03-24 | 1 | -2/+2 |
* | gnu: Syncthing: Update to 1.23.2.•••* gnu/packages/syncthing.scm (syncthing): Update to 1.23.2.
| Leo Famulari | 2023-03-24 | 1 | -2/+2 |
* | gnu: python-scikit-allel: Use pyproject-build-system.•••* gnu/packages/python-science.scm (python-scikit-allel): Move up to create
alphabetic order.
[build-system]: Use pyproject-build-system.
[arguments]: Provide test flags instead of overriding 'check phase; split out
build step into new 'build-ext phase. Disable roh_mhmm tests.
| Ricardo Wurmus | 2023-03-24 | 1 | -49/+52 |
* | gnu: Add python-scikit-optimize.•••* gnu/packages/python-science.scm (python-scikit-optimize): New variable.
| Ricardo Wurmus | 2023-03-24 | 1 | -19/+47 |
* | .guix-authorizations: Remove Paul Garlick due to inactivity.•••* .guix-authorizations: Remove from pgarlick.
| Leo Famulari | 2023-03-24 | 1 | -3/+0 |
* | .guix-authorizations: Remove Jakub Kądziołka due to inactivity.•••* .guix-authorizations: Remove niedzejkob.
| Leo Famulari | 2023-03-24 | 1 | -2/+0 |
* | .guix-authorizations: Remove Chris Marusich due to inactivity.•••* .guix-authorizations: Remove marusich.
| Leo Famulari | 2023-03-24 | 1 | -2/+0 |
* | .guix-authorizations: Remove Brice Waegeneire due to inactivity.•••* .guix-authorizations: Remove bricewge.
| Leo Famulari | 2023-03-24 | 1 | -3/+0 |
* | .guix-authorizations: Remove Alex Kost due to inactivity.•••* .guix-authorizations: Remove alezost.
| Leo Famulari | 2023-03-24 | 1 | -2/+0 |
* | services: mpd: Set PulseAudio-related variables.•••These variables are necessary for PulseAudio to work properly out-of-the-box
for 'non-interactive' users.
* doc/guix.texi (Audio Services): Update environment-variables field description for
mpd-configuration data type.
* gnu/services/audio.scm (mpd-configuration)[environment-variables]: Set
PULSE_CLIENTCONFIG and PULSE_CONFIG environment variables to the system-wide
PulseAudio configuration.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Bruno Victal | 2023-03-24 | 2 | -2/+3 |
* | services: audio: Remove redundant list-of-string? predicate.•••Use list-of-strings? predicate defined in (gnu services configuration).
* gnu/services/audio.scm (list-of-string?): Remove predicate.
(mpd-serialize-list-of-string): Rename procedure to ...
(mpd-serialize-list-of-strings): ... this.
(mpd-configuration)[environment-variables]: Switch to list-of-strings.
[endpoints]: Switch to maybe-list-of-strings.
(mympd-ip-acl)[allow, deny]: Switch to list-of-strings.
(mympd-serialize-configuration): Rename serialize-list-of-string to
serialize-list-of-strings.
* doc/guix.texi (Audio Services): Update it.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Bruno Victal | 2023-03-24 | 2 | -18/+15 |
* | services: mympd: Require 'syslog service when configured to log to syslog.•••* gnu/services/audio.scm (mympd-shepherd-service): Depend on 'syslog when
configured to log to syslog.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Bruno Victal | 2023-03-24 | 1 | -1/+5 |
* | gnu: b2sum: Limit to x86_64-linux.•••* gnu/packages/crypto.scm (b2sum)[supported-systems]: New field.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Greg Hogan | 2023-03-24 | 1 | -0/+2 |
* | gnu: guix-build-coordinator: Update to 0-75.d6ae42f.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-75.d6ae42f.
| Christopher Baines | 2023-03-24 | 1 | -3/+3 |
* | gnu: guile-3.0-latest: Add patch for invalid unicode handling.•••This patch fixes handling of invalid unicode when using suspendable ports.
Reported upstream at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62290 and
patch merged as cba2e7e3fec3c781230570f5d1ef070625eeeda8.
As the build coordinator agents use suspendable ports, this will fix issues
with building things where the log output contains invalid unicode.
* gnu/packages/patches/guile-fix-invalid-unicode-handling.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/guile.scm (guile-3.0-latest)[source]: Use it.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Christopher Baines | 2023-03-24 | 3 | -1/+87 |
* | gnu: emacs-wisp-mode: Update to 1.0.11.•••* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): Update to 1.0.11.
| Nicolas Goaziou | 2023-03-24 | 1 | -2/+2 |
* | gnu: emacs-telephone-line: Update to 0.6.•••* gnu/packages/emacs-xyz.scm (emacs-telephone-line): Update to 0.6.
| Nicolas Goaziou | 2023-03-24 | 1 | -21/+19 |
* | gnu: emacs-plz: Update to 0.4.•••* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.4.
[arguments]<#:tests?>: Mention why we do not run tests.
| Nicolas Goaziou | 2023-03-24 | 1 | -2/+3 |
* | gnu: emacs-php-mode: Run tests.•••* gnu/packages/emacs-xyz.scm (emacs-php-mode)[argument]: Use G-expressions.
Run tests.
| Nicolas Goaziou | 2023-03-24 | 1 | -5/+15 |
* | gnu: emacs-php-mode: Update to 1.24.3.•••* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.3.
| Nicolas Goaziou | 2023-03-24 | 1 | -2/+2 |
* | gnu: emacs-org-jira: Run tests.•••* gnu/packages/emacs-xyz.scm (emacs-org-jira)[arguments]: Run tests.
| Nicolas Goaziou | 2023-03-24 | 1 | -20/+30 |
* | gnu: emacs-org-jira: Improve packages style.•••* gnu/packages/emacs-xyz.scm (emacs-org-jira)[propagated-inputs]: Re-order alphabetically.
[synopsis, description]: Use proper capitalization.
| Nicolas Goaziou | 2023-03-24 | 1 | -3/+3 |
* | gnu: emacs-org-jira: Update to 4.4.1.•••* gnu/packages/emacs-xyz.scm (emacs-org-jira): Update to 4.4.1.
[propagated-inputs]: Remove EMACS-S.
| Nicolas Goaziou | 2023-03-24 | 1 | -3/+3 |
* | gnu: emacs-elpher: Update to 3.4.3.•••* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.4.3.
| Nicolas Goaziou | 2023-03-24 | 1 | -2/+2 |
* | gnu: emacs-citar: Update to 1.3.0.•••* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.3.0.
| Nicolas Goaziou | 2023-03-24 | 1 | -2/+2 |