~ruther/guix-local

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.
62ea0a0d — Efraim Flashner 2 years ago
gnu: global: Fix ctags creation using pygments.

* gnu/packages/code.scm (global)[arguments]: Adjust configure-flags to
use a specific python interpreter.
a4c35c60 — Ludovic Courtès 2 years ago
time-travel-manifest: Comment out versions older than 1.3.0 for now.

* etc/time-travel-manifest.scm (%release-commits): Comment out revisions
older than 1.3.0.
d4bd5bc7 — Ludovic Courtès 2 years ago
time-travel-manifest: Add 1.4.0.

* etc/time-travel-manifest.scm (%release-commits): Add 1.4.0.
cd469932 — Sören Tempel 2 years ago
daemon: Fix build with GCC 13.

The sqlite.hh file uses fixed-width integer types from stdint.h. As
such, it needs to include <cstdint>. Without this include, the file
doesn't compile successfully with GCC13.

See: https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes

* nix/libstore/sqlite.hh: include <cstdint>

Signed-off-by: Sören Tempel <soeren@soeren-tempel.net>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9aed82fe — Yovan Naumovski 2 years ago
gnu: vcmi: Update to 1.3.1.

* gnu/packages/games.scm (vcmi): Update to 1.3.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6fa72083 — Distopico 2 years ago
gnu: rust-analyzer: Update required dependencies version.

Use pinned versions of different dependencies required by
rust-analyzer@2022-01-10.

* gnu/packages/crates-io.scm (rust-salsa-0.17): Require
RUST-INDEXMAP-1.7.
(rust-serde-path-to-error-0.1): Require RUST-SERDE-JSON-1.0.73.
(rust-serde-repr-0.1): Require RUST-QUOTE-1.0.10,
RUST-PROC-MACRO2-1.0.34, RUST-SERDE-JSON-1.0.73, RUST-TRYBUILD-1.0.19.
* gnu/packages/rust-apps.scm (rust-analyzer): Adjust versions
similarly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
bf7fcedb — Distopico 2 years ago
gnu: Add rust-trybuild-1.0.19.

* gnu/packages/crates-io.scm (rust-trybuild-1.0.19): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next