~ruther/guix-local

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>
c72c3e50 — Sharlatan Hellseher 5 years ago
gnu: Add cl-unit-test.

* gnu/packages/lisp-xyz.scm (cl-unit-test, ecl-unit-test, sbcl-unit-test): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
131265ea — Efraim Flashner 5 years ago
gnu: vim-fugitive: Update to 3.3.

* gnu/packages/vim.scm (vim-fugitive): Update to 3.3.
59dbf6e1 — Efraim Flashner 5 years ago
gnu: vim-asyncrun: Update to 2.8.6.

* gnu/packages/vim.scm (vim-asyncrun): Update to 2.8.6.
ed1e011d — Oleg Pykhalov 5 years ago
gnu: emacs-elfeed: Update to 3.4.1.

* gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.4.1.
bdf9c7db — Efraim Flashner 5 years ago
gnu: nano: Update to 5.7.

* gnu/packages/nano.scm (nano): Update to 5.7.
fbc2a52a — Timothy Sample 5 years ago
download: Use Disarchive as a last resort.

This is a fixed version of 66b14dccdd0d83c875ce3a8d50ceab8b6f0a3ce2,
which was reverted in e74250c3c535b75dd2225a26df51febb7ed94654.

* guix/download.scm (%disarchive-mirrors): New variable.
(%disarchive-mirror-file): New variable.
(built-in-download): Add 'disarchive-mirrors' keyword argument and
pass its value along to the 'builtin:download' derivation.
(url-fetch): Pass '%disarchive-mirror-file' to 'built-in-download'.
* guix/scripts/perform-download.scm (perform-download): Read
Disarchive mirrors from the environment and pass them to
'url-fetch'.
* guix/build/download.scm (disarchive-fetch/any): New procedure.
(url-fetch): Add 'disarchive-mirrors' keyword argument, use it to
make a list of URIs, and use the new procedure to fetch the file if
all other methods fail.
* build-aux/build-self.scm (build-program)[select?]: Exclude '(guix
build download)'.
* guix/self.scm (compiled-guix)[*core-modules*]: Add 'guile-json' to
the list of extensions.
df0b7233 — Andreas Enge 5 years ago
gnu: mpfrcx: Update to 0.6.1.

* gnu/packages/algebra.scm (mpfrcx): Update to 0.6.1.
2c11e7be — Ludovic Courtès 5 years ago
Merge remote-tracking branch 'origin/master' into wip-ungrafting
Next