aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-12emacs: Adjust 'guix environment' popup.Alex Kost
* emacs/guix-command.el (guix-command-improve-environment-argument): Use "E" for '--expose' and "S" for '--share' to distinguish them from '--expression' and '--system' accordingly. Make '--ad-hoc' an option taking packages instead of a simple switch. (guix-command-rest-argument): Complete shell command instead of packages for '--' argument. (guix-command-additional-arguments): Add fake 'packages' argument. New variable. (guix-command-additional-arguments): Use it. (guix-command-post-process-environment-packages, guix-command-post-process-environment-ad-hoc): New functions. (guix-command-post-processors): Add "environment" command with the new argument processors.
2015-11-12emacs: Adjust 'guix container' popup.Alex Kost
* 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.
2015-11-12emacs: Improve post processing of popup arguments.Alex Kost
* 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.
2015-11-12Revert "gnu: libvpx: Update to 1.5.0."Efraim Flashner
This reverts commit fb3f69394a139fca0d60efb49843599fcc2e6e28.
2015-11-12gnu: mupen64plus-core: Add comment.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-core): Comment the reason for the supported-systems field.
2015-11-12gnu: mupen64plus-core: Specify supported-systems.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-core): Specify supported-systems.
2015-11-12gnu: Add inklingreader.Roel Janssen
* gnu/packages/inklingreader.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
2015-11-12gnu: gsl: Update to 2.1.Efraim Flashner
* gnu/packages/maths.scm (gsl): Update to 2.1.
2015-11-12gnu: Add c-ares.Efraim Flashner
* gnu/packages/aria2.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-12gnu: Add owncloud-client.Efraim Flashner
* gnu/packages/owncloud.scm (owncloud-client): New variable. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-12gnu: Add qtkeychain.Efraim Flashner
* gnu/packages/qt.scm (qtkeychain): New variable.
2015-11-12gnu: libvpx: Update to 1.5.0.Efraim Flashner
* gnu/packages/video.scm (libvpx): Update to 1.5.0.
2015-11-12gnu: mosaik: Build only on x86_64.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (mosaik)[supported-systems]: Add field.
2015-11-12gnu: sudo: Upgrade to 1.8.15 [fixes CVE-2015-5602].Ludovic Courtès
* 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'.
2015-11-12gnu: Add caribou.宋文武
* gnu/packages/gnome.scm (caribou): New variable.
2015-11-12gnu: Add evolution-data-server.宋文武
* gnu/packages/gnome.scm (evolution-data-server): New variable.
2015-11-12gnu: Add gnome-online-accounts.宋文武
* gnu/packages/gnome.scm (gnome-online-accounts): New variable.
2015-11-12gnu: lua: Register patch.Andreas Enge
* gnu-system.am (dist_patch_DATA): Register lua52-liblua-so.patch. This is a follow-up to commit 0f9c1f34000e7fd3f4c6bdb45c568f6416906c3b.
2015-11-11gnu: stow: Update to 2.2.2.Ludovic Courtès
* gnu/packages/package-management.scm (stow): Update to 2.2.2. [native-inputs]: Add PERL-IO-STRINGY.
2015-11-11gnu: libmicrohttpd: Update to 0.9.46.Ludovic Courtès
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.46.
2015-11-11guix gc: Error out when extra arguments are passed.Ludovic Courtès
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.
2015-11-11edit: Honor $VISUAL.Ludovic Courtès
Suggested by Andreas Enge <andreas@enge.fr>. * guix/scripts/edit.scm (%editor): Honor 'VISUAL' before 'EDITOR'. (show-help): Adjust accordingly. * doc/guix.texi (Invoking guix edit): Likewise.
2015-11-11gnu: Add microscheme.Ricardo Wurmus
* gnu/packages/avr.scm (microscheme): New variable.
2015-11-11refresh: Avoid non-literal format string.Ludovic Courtès
Reported by Mathieu Lirzin <mthl@gnu.org>. * guix/scripts/refresh.scm (guix-refresh): Rewrite 'list-dependent?' report to avoid nested 'N_' calls.
2015-11-11gnu: Add prefix to license imports in (gnu packages avr).Ricardo Wurmus
* gnu/packages/avr.scm: Import (guix licenses) with prefix "license:".
2015-11-11gnu: ardour: Update to 4.4.Ricardo Wurmus
* gnu/packages/audio.scm (ardour): Update to 4.4.
2015-11-11gnu: Add gfortran 5.Ricardo Wurmus
* gnu/packages/gcc.scm (gfortran-5): New variable.
2015-11-11gnu: wpa-supplicant: Add fixes for CVE-2015-{5310,5314,5315,5316}.Mark H Weaver
* gnu/packages/patches/wpa-supplicant-CVE-2015-5310.patch, gnu/packages/patches/wpa-supplicant-CVE-2015-5314.patch, gnu/packages/patches/wpa-supplicant-CVE-2015-5315.patch, gnu/packages/patches/wpa-supplicant-CVE-2015-5316.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Add patches.
2015-11-11gnu: youtube-dl: Upgrade to 2015.11.10.Efraim Flashner
* gnu/packages/video.scm (youtube-dl): Upgrade to 2015.11.10.
2015-11-11gnu: linux-libre: Update to 4.2.6.Mark H Weaver
* gnu/packages/linux.scm (linux-libre): Update to 4.2.6.
2015-11-10gnu: git: Update to 2.6.3.Mark H Weaver
* gnu/packages/version-control.scm (git): Update to 2.6.3. (git-manpages)[source]: Update hash.
2015-11-11ui: 'guix help COMMAND' is like 'guix COMMAND --help'.Ludovic Courtès
* guix/ui.scm (run-guix): Add ("help" COMMAND) case.
2015-11-11guix package: '--search-paths' can report combined search paths.Ludovic Courtès
Partly fixes <http://bugs.gnu.org/20255>. * guix/scripts/package.scm (search-path-environment-variables): Change 'profile' to 'profiles'; expect it to be a list. (display-search-paths): Likewise. (%default-options): Remove 'profile' entry. (%options) <--profile>: Keep previous values associated with 'profile' in RESULT. (guix-package)[process-actions, process-query]: Handle the possible lack of 'profile' pair in OPTS.
2015-11-11system: Populate /etc/shells from ACCOUNT-SERVICE-TYPE.Ludovic Courtès
* gnu/system.scm (user-shells): Remove. (operating-system-etc-service): Remove "shells" entry. (shells-file): Move to... * gnu/system/shadow.scm (shells-file): ... here. New procedure. (etc-skel): Rename to... (etc-files): ... this. Add "shells" entry. (account-service-type): Adjust accordingly.
2015-11-11gnu: torsocks: Upgrade to 2.0.0.Ludovic Courtès
* gnu/packages/tor.scm (torsocks): Update to 2.0.0. [source]: Fetch from git.torproject.org. Use 'torsocks-dns-test.patch'. [arguments, native-inputs]: New fields. [license]: Change to GPL2. * gnu/packages/patches/torsocks-dns-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
2015-11-10gnu: gtksourceview-2: Propagate input libxml2.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/gtk.scm (gtksourceview-2): Move libxml2 to propagated inputs.
2015-11-10gnu: Add mupen64plus-ui-console.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-ui-console): New variable. * gnu/packages/patches/mupen64plus-ui-console-notice.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
2015-11-10gnu: Add mupen64plus-video-z64.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-video-z64): New variable.
2015-11-10gnu: Add mupen64plus-video-rice.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-video-rice): New variable.
2015-11-10gnu: Add mupen64plus-video-glide64mk2.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-video-glide64mk2): New variable.
2015-11-10gnu: Add mupen64plus-video-glide64.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-video-glide64): New variable.
2015-11-10gnu: Add mupen64plus-video-arachnoidTaylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-video-arachnoid): New variable.
2015-11-10gnu: Add mupen64plus-rsp-z64.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-rsp-z64): New variable.
2015-11-10gnu: Add mupen64plus-rsp-hle.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-rsp-hle): New variable.
2015-11-10gnu: Add mupen64plus-input-sdl.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-input-sdl): New variable.
2015-11-10gnu: Add mupen64plus-audio-sdl.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-audio-sdl): New variable.
2015-11-10gnu: Add mupen64plus-core.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/games.scm (mupen64plus-core): New variable.
2015-11-10gnu: libgweather: Update to 3.18.1, enable tests.宋文武
* gnu/packages/gnome.scm (libgweather): Update to 3.18.1. Enable tests. [native-inputs]: Add gobject-introspection.
2015-11-10gnu: telepathy-glib: Propagate inputs.宋文武
* gnu/packages/glib.scm (telepathy-glib): Propagate inputs dbus, dbus-glib and glib. Move gobject-introspection and libxslt to 'native-inputs'.
2015-11-10gnu: pspp: Use gtksourceview-2.Efraim Flashner
* gnu/packages/maths.scm (pspp)[inputs]: Use gtksourceview-2.