~ruther/guix-local

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.
041d62f7 — Guillaume Le Vaillant 5 years ago
gnu: bigloo: Update to 4.3g.

* gnu/packages/scheme.scm (bigloo): Update to 4.3g.
  [source]: Remove bundled libunistring and pcre.
  [arguments]: Add 'fix-gmp-detection' phase. Add options to 'configure' phase
  to throw an error when gmp is not found.
7540f691 — Roel Janssen 5 years ago
gnu: Update bedtools to 2.30.0.

* gnu/packages/bioinformatics.scm (bedtools): Update to 2.30.0,
  [inputs]: Use latest samtools.
558d11c3 — Roel Janssen 5 years ago
gnu: Update samtools to 1.12.

* gnu/packages/bioinformatics.scm (samtools): Update to 1.12.
b904bb89 — Roel Janssen 5 years ago
gnu: Update bcftools to 1.12.

* gnu/packages/bioinformatics.scm (bcftools): Update to 1.12.
24199423 — Roel Janssen 5 years ago
gnu: htslib: Update to 1.12.

* gnu/packages/bioinformatics.scm (htslib): Update to 1.12.
a6a36059 — Mathieu Othacehe 5 years ago
gnu: kmscon: Fix layout setup.

Kmscon may discover multiple inputs, corresponding to multiple devices. This
means that the uxkb_dev_keymap_update function may be called multiple times,
and the FIFO is registered on each input poll loop.

When a new layout is written on the FIFO by the installer, the first input
picking up the message, will apply the new layout. However, that input may not
be the input that the user is currently using.

To fix it, register the FIFO on the first input poll loop, but apply the new
layout on all the inputs in the uxkb_keymap_update_handler function.

* gnu/packages/patches/kmscon-runtime-keymap-switch.patch
(uxkb_keymap_update_handler): Apply the new layout to all the inputs.
(input_new_dev): Register the FIFO fd only on the first input poll loop.
74b3f2cb — Ricardo Wurmus 5 years ago
gnu: Add r-qpcr.

* gnu/packages/cran.scm (r-qpcr): New variable.
04ef4c78 — Kyle Meyer 5 years ago
gnu: git-annex: Update to 8.20210428.

* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210428.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Next