~ruther/guix-local

9fdee1e9 — Tobias Geerinckx-Rice 5 years ago
gnu: srt: Update to 1.4.3.

* gnu/packages/networking.scm (srt): Update to 1.4.3.
ad35e2f8 — Tobias Geerinckx-Rice 5 years ago
gnu: ustr: Omit static libraries.

* gnu/packages/textutils.scm (ustr)[arguments]: Add a new
'omit-static-libraries phase.
e64af206 — Maxim Cournoyer 5 years ago
guix-install.sh: Add support for more than one signing key.

The forthcoming 1.3.0 release will be signed with my personal GnuPG key; the
installation script needs to tell users how to fetch it.

* etc/guix-install.sh (OPENPGP_SIGNING_KEY_ID): Remove variable.
(GPG_SIGNING_KEYS): New associative array.
(chk_gpg_keyring): Process all the keys contained in the above array.
(main) <GUIX_BINARY_FILE_NAME>: Double quote variable.
bf162803 — Maxim Cournoyer 5 years ago
guix-install.sh:  Ensure GUIX_BINARY_FILE_NAME is an absolute path.

This is necessary as the directory context is changed in the script, breaking
the use of a relative path.

* etc/guix-install.sh (main) <GUIX_BINARY_FILE_NAME>: Resolve its absolute
path via the 'realpath' command.
38aab0ea — Maxim Cournoyer 5 years ago
guix-install.sh: Allow overriding the Guix binary source.

This is useful for example for testing release candidates not yet uploaded to
the FTP, or for testing manually downloaded images from the CI.

* etc/guix-install.sh (main)[GUIX_BINARY_FILE_NAME]: When this variable is
defined, use it as the file name of a Guix binary, instead of automatically
retrieving the latest archive from the FTP.
73b6660c — Nicolas Goaziou 5 years ago
gnu: emacs-marginalia: Update to 0.5.

* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.5.
fc2df097 — Nicolas Goaziou 5 years ago
gnu: emacs-consult: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.7.
3036bbe1 — Oleg Pykhalov 5 years ago
gnu: emacs-which-key: Update to 3.5.2.

* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.2.
f09e4dd8 — Roel Janssen 5 years ago
gnu: Add pbgzip.

* gnu/packages/bioinformatics.scm (pbgzip): New variable.
5866fa55 — Ludovic Courtès 5 years ago
Merge branch 'wip-ungrafting'
ed9d890e — Brendan Tildesley 5 years ago
gnu: xfce4-settings: Add gsettings-desktop-schemas.

* gnu/packages/xfce.scm (xfce4-settings):[propagated-inputs]: Add
gsettings-desktop-schemas. This makes it appear in the system profile
via the xfce service. This fixes a bug where changing icon theme causes
xfce4-appearance-settings to crash with the error:

GLib-GIO-ERROR **: 15:41:45.828: Settings schema 'org.gnome.desktop.interface' is not installed
Trace/breakpoint trap

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
953e7d84 — Xinglu Chen 5 years ago
gnu: emacs-xref: Fix ELPA URL.

* gnu/packages/emacs-xyz.scm (emacs-xref)[source]: Use “.tar” instead of “.el”
in the URL.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
ee86a035 — Raghav Gururajan 5 years ago
gnu: libsoup: Update home-page.

* gnu/packages/gnome.scm (libsoup)[home-page]: Modify.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2fd6484a — Raghav Gururajan 5 years ago
gnu: libsoup: Adjust inputs.

* gnu/packages/gnome.scm (libsoup)[inputs]: Add samba and
move glib-networking to ...
[propagated-inputs]: ... here.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
d5fdd887 — Nicolas Goaziou 5 years ago
gnu: emacs-xref: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.1.0.
d3bed700 — Nicolas Goaziou 5 years ago
gnu: emacs-tramp: Update to 2.5.0.4.

* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.4.
2130a438 — Nicolas Goaziou 5 years ago
gnu: emacs-auctex: Update to 13.0.11.

* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.11.
5511a5b6 — Nicolas Goaziou 5 years ago
gnu: emacs-project: Update to 0.6.0.

* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.6.0.
847f5233 — Sergiu Ivanov 5 years ago
gnu: Add aspell-dict-ro.

* gnu/packages/aspell.scm (aspell-dict-ro): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
91ba4250 — Sharlatan Hellseher 5 years ago
gnu: Add cl-bknr-datastore.

* gnu/packages/lisp-xyz.scm (cl-bknr-datastore, sbcl-bknr-datastore): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Next