~ruther/guix-local

0e08ad7f — Christopher Baines 2 years ago
gnu: linux-libre-headers: Remove i586-gnu from supported-systems.

As I don't think attempting to build for the Hurd is useful.

* gnu/packages/heads.scm (make-linux-libre-headers*): Remove i586-gnu from
supported-systems.
288799d3 — Christopher Baines 2 years ago
gnu: musl-cross: Remove i586-gnu from supported-systems.

As I don't think musl supports the Hurd.

* gnu/packages/heads.scm (musl-cross)[supported-systems]: Remove i586-gnu.
daeeaa22 — Maxim Cournoyer 2 years ago
gnu: emacs-magit: Update to 3.3.0-6.7a1d503.

* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-6.7a1d503.
2a7f031c — Maxim Cournoyer 2 years ago
gnu-maintenance: Support URI list of mixed mirrors, HTTP URLs.

This reinstate commit a5b5df7f7fbbb98487b2e7a59941efee6492bc7f with a fix to
the inner expand-uri procedure.
a9d5d1d9 — Maxim Cournoyer 2 years ago
Revert "gnu-maintenance: Support URI list of mixed mirrors, HTTP URLs."

This reverts commit a5b5df7f7fbbb98487b2e7a59941efee6492bc7f.  Pushed too
early.
a5b5df7f — Maxim Cournoyer 2 years ago
gnu-maintenance: Support URI list of mixed mirrors, HTTP URLs.

Fixes <https://issues.guix.gnu.org/58697>.

* guix/gnu-maintenance.scm (import-html-updatable-release): Update doc.
<expand-uri>: New nested procedure.  Apply it to the origin URI.

Reported-by: kiasoc5 <kiasoc5@disroot.org>
5ff9afb5 — Cayetano Santos 2 years ago
gnu: emacs-mastodon: Update to 1.0.0-1.20dec88.

* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.0-1.20dec88.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3235bfa2 — Sergio Pastor Pérez 2 years ago
gnu: Add picket.

* gnu/packages/image.scm (picket): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a35bfb61 — Sergio Pastor Pérez 2 years ago
gnu: Add mini.

* gnu/packages/image.scm (mini): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
1cca04d7 — Ludovic Courtès 2 years ago
gnu: emacs-php-mode: Update URL.

* gnu/packages/emacs-xyz.scm (emacs-php-mode)[source, home-page]: Update
URL and factorize it.

Co-authored-by: Piotr Kwiecinski <piokwiecinski@gmail.com>
251bf55f — Fabio Natali 2 years ago
gnu: Add emacs-notmuch-indicator.

* gnu/packages/emacs-xyz.scm (emacs-notmuch-indicator): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d514b7b4 — Thanos Apollo 2 years ago
gnu: Add emacs-yeetube.

* gnu/packages/emacs-xyz.scm (emacs-yeetube): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3f76970f — Ludovic Courtès 2 years ago
gnu: yelp: Provide dependencies to display "man:" URIs.

Previously a command like the following one would fail to display the
expected man page:

  guix shell yelp coreutils -C \
     --expose=/tmp/.X11-unix --expose=/run/user \
     --expose=/var/run/dbus --expose=/etc/machine-id -E ^DISPLAY -- \
     /bin/sh -c \
     'export MANPATH=$GUIX_ENVIRONMENT/share/man; echo $MANPATH; yelp man:ls'

* gnu/packages/gnome.scm (yelp)[arguments]: New field.
[inputs]: Add ‘man-db’ and ‘groff-minimal’.

Reported-by: Luis Felipe <sirgazil@zoho.com>
ab971e9c — Efraim Flashner 2 years ago
system: vm-image: Remove duplicate packages.

* gnu/system/examples/vm-image.tmpl (use-package-modules): Remove
unneeded modules.
(operating-system)[packages]: Remove nvi, wget.
2eb6df53 — Maxim Cournoyer 2 years ago
gnu: Remove extraneous imports.

* gnu/packages/perl.scm: Remove (gnu packages hurd) import.
* gnu/packages/boost.scm: Likewise.  Remove (srfi srfi-1).
ff3eb851 — Olivier Dion 2 years ago
gnu: liburcu: Update to 0.14.0.

* gnu/packages/datastructures.scm (liburcu): Update to 0.14.0.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
610752ac — Olivier Dion 2 years ago
gnu: multipath-tools: Update to 0.9.6.

* gnu/packages/linux.scm (multipath-tools): Update to 0.9.6.
[#:make-flags]: Set systemd_prefix to output and remove SYSTEMDPATH.
[#:phases]: Add phase 'no-fortfify-3 before 'build.
[inputs]: Add util-linux "lib" output for libmount.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
5db78e7c — Leo Famulari 2 years ago
gnu: linux-libre 5.15: Update to 5.15.131.

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.131.
(linux-libre-5.15-pristine-source): Update hash.
ea8a9270 — Leo Famulari 2 years ago
gnu: linux-libre 6.1: Update to 6.1.52.

* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.52.
(linux-libre-6.1-pristine-source): Update hash.
1bc09757 — Leo Famulari 2 years ago
gnu: linux-libre: Update to 6.4.15.

* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.15.
(linux-libre-6.4-pristine-source): Update hash.
Next