~ruther/guix-local

3a7fcfb3 — Guillaume Le Vaillant 6 years ago
gnu: txr: Update to 239.

* gnu/packages/lisp.scm (txr): Update to 239.
  [arguments]: Use cc-for-target.
66294d7c — Mathieu Othacehe 6 years ago
gnu: guix: Update to 7730f41afd.

* gnu/packages/package-management.scm (guix): Update to 1.1.0-5.7730f41.
7730f41a — Mathieu Othacehe 6 years ago
installer: final: Add some extra logging.

* gnu/installer/final.scm (kill-cow-users): Log the killed process name,
(umount-cow-store): inform that we are umounting the cow-store.
07139296 — Nicolas Goaziou 6 years ago
gnu: rosegarden: Update to 20.06.

* gnu/packages/music.scm (rosegarden): Update to 20.06.
b54a1b50 — Ludovic Courtès 6 years ago
gnu: guile-rsvg: Use 'git-fetch' instead of a generated archive.

* gnu/packages/gtk.scm (guile-rsvg)[source]: Switch to GIT-FETCH.
538ca8dd — Ludovic Courtès 6 years ago
bash completion: Complete sub-commands after 'guix time-machine'.

* etc/completion/bash/guix (_guix_complete_subcommand): New function.
(_guix_complete): Use it.  For "time-machine", call
'_guix_complete_subcommand' by default.
b7bb381b — Ludovic Courtès 6 years ago
bash completion: Complete file names after '-p' and '-C'.

* etc/completion/bash/guix (_guix_is_dash_C, _guix_is_dash_p): New functions.
(_guix_complete): Honor them for "install", "remove", "upgrade", "pull",
and "time-machine".
e6d9e055 — Nicolas Goaziou 6 years ago
gnu: emacs-modus-operandi-theme: Update to 0.9.0.

* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.9.0.
20a9d2f2 — Nicolas Goaziou 6 years ago
gnu: emacs-modus-vivendi-theme: Update to 0.9.0.

* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.9.0.
80cd90ef — Fredrik Salomonsson 6 years ago
gnu: Add emacs-meson-mode.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
790ada91 — Brice Waegeneire 6 years ago
gnu: autorandr: Fix typo.

* gnu/packages/xdisorg.scm (autorandr)[arguments]<phases>: Fix typo in
bash completion directory.
2ca87aec — Katherine Cox-Buday 6 years ago
gnu: emacs-treemacs: Update to 2.8.

* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.8.
[arguments]: Do not prepare dependencies before testing.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
55cdcf5f — Katherine Cox-Buday 6 years ago
gnu: emacs-slack: Update to a6d9f49.

* gnu/packages/emacs-xyz.scm (emacs-slack): Update to a6d9f49.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
415b90f2 — Brice Waegeneire 6 years ago
gnu: network-manager-applet: Propagate 'libnma'.

Fixes <https://issues.guix.info/41653>.

* gnu/packages/gnome.scm (network-manager-applet)[inputs]: Move 'libnma'
to …
[propagated-inputs]: … here.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3d849670 — Nicolas Goaziou 6 years ago
gnu: emacs-nov-el: Add comment about upstream not tagging releases.

* gnu/packages/emacs-xyz.scm (emacs-nov-el): Add a comment.  Fix indentation.
398ec3c1 — Simon South 6 years ago
gnu: emacs-elpher: Update to 2.7.9.

* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.7.9.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
f0dab656 — Simon South 6 years ago
gnu: emacs-nov-el: Update to 0.3.0.

* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.0.
[home-page, source]: Use new upstream URIs.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
4a6a6f1a — Fredrik Salomonsson 6 years ago
gnu: Add emacs-glsl-mode.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
c987b723 — Brice Waegeneire 6 years ago
doc: cookbook: Add entry about getting substitutes through Tor.

* doc/guix-cookbook.texi (Getting substitutes from Tor): New section.
8b158e8b — Caleb Ristvedt 6 years ago
xorg: honor xorg-configuration-server in xorg-configuration->file

Fixes <https://bugs.gnu.org/40806>.

Previously the xorg-server package specified in the configuration was ignored
entirely in xorg-configuration->file.  This had the effect that while the X
program of the configured package would be executed, the modules of the
configured package would be ignored in favor of the default xorg-server
package's modules.  This fixes that.

* gnu/services/xorg.scm (xorg-configuration->file): honor
  xorg-configuration-server.
Next