~ruther/guix-local

cfa548b4 — Alex Kost 10 years ago
emacs: Adjust 'guix container' popup.

* emacs/guix-command.el (guix-command-improve-action-argument): Use "C"
  key for 'container' action to distinguish it from 'challenge'.
  (guix-command-rest-argument): Add positional arguments.
959c78f6 — Alex Kost 10 years ago
emacs: Improve post processing of popup arguments.

* emacs/guix-command.el (guix-command-switches,
  guix-command-rest-arg-regexp): New variables.
  (guix-command-post-processors,
  guix-command-post-process-matching-args,
  guix-command-post-process-rest-single,
  guix-command-post-process-rest-multiple,
  guix-command-post-process-rest-multiple-leave,
  guix-command-post-process-package-args): New functions.
  (guix-command-post-process-rest-multiple): Take 2 arguments.
  (guix-command-define-popup-action): Adjust accordingly.
* emacs/guix-utils.el (guix-modify): New function.
4f8f15cd — Efraim Flashner 10 years ago
Revert "gnu: libvpx: Update to 1.5.0."

This reverts commit fb3f69394a139fca0d60efb49843599fcc2e6e28.
bff3c670 — Taylan Ulrich Bayırlı/Kammer 10 years ago
gnu: mupen64plus-core: Add comment.

* gnu/packages/games.scm (mupen64plus-core): Comment the reason for the
  supported-systems field.
9c9be348 — Taylan Ulrich Bayırlı/Kammer 10 years ago
gnu: mupen64plus-core: Specify supported-systems.

* gnu/packages/games.scm (mupen64plus-core): Specify supported-systems.
2f1531f0 — Roel Janssen 10 years ago
gnu: Add inklingreader.

* gnu/packages/inklingreader.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
0534dd93 — Efraim Flashner 10 years ago
gnu: gsl: Update to 2.1.

* gnu/packages/maths.scm (gsl): Update to 2.1.
0137992a — Efraim Flashner 10 years ago
gnu: Add c-ares.

* gnu/packages/aria2.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
b2e93b9e — Efraim Flashner 10 years ago
gnu: Add owncloud-client.

* gnu/packages/owncloud.scm (owncloud-client): New variable.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
9e81af9e — Efraim Flashner 10 years ago
gnu: Add qtkeychain.

* gnu/packages/qt.scm (qtkeychain): New variable.
fb3f6939 — Efraim Flashner 10 years ago
gnu: libvpx: Update to 1.5.0.

* gnu/packages/video.scm (libvpx): Update to 1.5.0.
029d9f77 — Ricardo Wurmus 10 years ago
gnu: mosaik: Build only on x86_64.

* gnu/packages/bioinformatics.scm (mosaik)[supported-systems]: Add
  field.
0086ec73 — Ludovic Courtès 10 years ago
gnu: sudo: Upgrade to 1.8.15 [fixes CVE-2015-5602].

* gnu/packages/admin.scm (sudo)[arguments]: Add CPPFLAGS to
  #:configure-flags.   In 'pre-configure' phase, modify
  'sudo_usage.h.in'.  Add pattern to remove '-o 0 -g 0' installation
  flag in 'Makefile.in', and remove pattern for '-O 0 -G 0'.  Remove
  modifications of 'configure'.
bd7dfafa — 宋文武 10 years ago
gnu: Add caribou.

* gnu/packages/gnome.scm (caribou): New variable.
df217748 — 宋文武 10 years ago
gnu: Add evolution-data-server.

* gnu/packages/gnome.scm (evolution-data-server): New variable.
685cee87 — 宋文武 10 years ago
gnu: Add gnome-online-accounts.

* gnu/packages/gnome.scm (gnome-online-accounts): New variable.
8de8cf43 — Andreas Enge 10 years ago
gnu: lua: Register patch.

* gnu-system.am (dist_patch_DATA): Register lua52-liblua-so.patch.

This is a follow-up to commit 0f9c1f34000e7fd3f4c6bdb45c568f6416906c3b.
ddfd70da — Ludovic Courtès 10 years ago
gnu: stow: Update to 2.2.2.

* gnu/packages/package-management.scm (stow): Update to 2.2.2.
  [native-inputs]: Add PERL-IO-STRINGY.
8fe0b262 — Ludovic Courtès 10 years ago
gnu: libmicrohttpd: Update to 0.9.46.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.46.
3a96d7c3 — Ludovic Courtès 10 years ago
guix gc: Error out when extra arguments are passed.

Fixes <http://bugs.gnu.org/21817>.
Reported by Petter Berntsen <petter@mykolab.ch>.

* guix/scripts/gc.scm (guix-gc)[assert-no-extra-arguments]: New
  procedure.
  Use it for actions 'collect-garbage', 'optimize', and 'verify'.
* tests/guix-gc.sh: Add tests.
Next