summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add qtkeychain.•••* gnu/packages/qt.scm (qtkeychain): New variable. Efraim Flashner2015-11-121-1/+35
* gnu: libvpx: Update to 1.5.0.•••* gnu/packages/video.scm (libvpx): Update to 1.5.0. Efraim Flashner2015-11-121-3/+3
* gnu: mosaik: Build only on x86_64.•••* gnu/packages/bioinformatics.scm (mosaik)[supported-systems]: Add field. Ricardo Wurmus2015-11-121-0/+1
* 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'. Ludovic Courtès2015-11-121-11/+20
* gnu: Add caribou.•••* gnu/packages/gnome.scm (caribou): New variable. 宋文武2015-11-121-0/+65
* gnu: Add evolution-data-server.•••* gnu/packages/gnome.scm (evolution-data-server): New variable. 宋文武2015-11-121-0/+63
* gnu: Add gnome-online-accounts.•••* gnu/packages/gnome.scm (gnome-online-accounts): New variable. 宋文武2015-11-121-0/+38
* gnu: lua: Register patch.•••* gnu-system.am (dist_patch_DATA): Register lua52-liblua-so.patch. This is a follow-up to commit 0f9c1f34000e7fd3f4c6bdb45c568f6416906c3b. Andreas Enge2015-11-121-0/+1
* gnu: stow: Update to 2.2.2.•••* gnu/packages/package-management.scm (stow): Update to 2.2.2. [native-inputs]: Add PERL-IO-STRINGY. Ludovic Courtès2015-11-111-3/+4
* gnu: libmicrohttpd: Update to 0.9.46.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.46. Ludovic Courtès2015-11-111-2/+2
* 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. Ludovic Courtès2015-11-112-1/+14
* edit: Honor $VISUAL.•••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. Ludovic Courtès2015-11-112-4/+6
* gnu: Add microscheme.•••* gnu/packages/avr.scm (microscheme): New variable. Ricardo Wurmus2015-11-111-1/+41
* refresh: Avoid non-literal format string.•••Reported by Mathieu Lirzin <mthl@gnu.org>. * guix/scripts/refresh.scm (guix-refresh): Rewrite 'list-dependent?' report to avoid nested 'N_' calls. Ludovic Courtès2015-11-111-13/+17
* gnu: Add prefix to license imports in (gnu packages avr).•••* gnu/packages/avr.scm: Import (guix licenses) with prefix "license:". Ricardo Wurmus2015-11-111-2/+2
* gnu: ardour: Update to 4.4.•••* gnu/packages/audio.scm (ardour): Update to 4.4. Ricardo Wurmus2015-11-111-3/+3
* gnu: Add gfortran 5.•••* gnu/packages/gcc.scm (gfortran-5): New variable. Ricardo Wurmus2015-11-111-0/+3
* gnu: wpa-supplicant: Add fixes for CVE-2015-{5310,5314,5315,5316}.•••* 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. Mark H Weaver2015-11-116-1/+181
* gnu: youtube-dl: Upgrade to 2015.11.10.•••* gnu/packages/video.scm (youtube-dl): Upgrade to 2015.11.10. Efraim Flashner2015-11-111-2/+2
* gnu: linux-libre: Update to 4.2.6.•••* gnu/packages/linux.scm (linux-libre): Update to 4.2.6. Mark H Weaver2015-11-111-2/+2
* gnu: git: Update to 2.6.3.•••* gnu/packages/version-control.scm (git): Update to 2.6.3. (git-manpages)[source]: Update hash. Mark H Weaver2015-11-101-3/+3
* ui: 'guix help COMMAND' is like 'guix COMMAND --help'.•••* guix/ui.scm (run-guix): Add ("help" COMMAND) case. Ludovic Courtès2015-11-111-0/+3
* guix package: '--search-paths' can report combined search paths.•••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. Ludovic Courtès2015-11-113-30/+60
* system: Populate /etc/shells from ACCOUNT-SERVICE-TYPE.•••* 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. Ludovic Courtès2015-11-112-32/+26
* gnu: torsocks: Upgrade to 2.0.0.•••* 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. Ludovic Courtès2015-11-113-10/+46
* gnu: gtksourceview-2: Propagate input libxml2.•••* gnu/packages/gtk.scm (gtksourceview-2): Move libxml2 to propagated inputs. Taylan Ulrich Bayırlı/Kammer2015-11-101-1/+3
* gnu: Add mupen64plus-ui-console.•••* 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. Taylan Ulrich Bayırlı/Kammer2015-11-103-0/+101
* gnu: Add mupen64plus-video-z64.•••* gnu/packages/games.scm (mupen64plus-video-z64): New variable. Taylan Ulrich Bayırlı/Kammer2015-11-101-0/+54
* gnu: Add mupen64plus-video-rice.•••* gnu/packages/games.scm (mupen64plus-video-rice): New variable. Taylan Ulrich Bayırlı/Kammer2015-11-101-0/+48
* gnu: Add mupen64plus-video-glide64mk2.•••* gnu/packages/games.scm (mupen64plus-video-glide64mk2): New variable. Taylan Ulrich Bayırlı/Kammer2015-11-101-0/+50
* gnu: Add mupen64plus-video-glide64.•••* gnu/packages/games.scm (mupen64plus-video-glide64): New variable. Taylan Ulrich Bayırlı/Kammer2015-11-101-0/+54
* gnu: Add mupen64plus-video-arachnoid•••* gnu/packages/games.scm (mupen64plus-video-arachnoid): New variable. Taylan Ulrich Bayırlı/Kammer2015-11-101-0/+46
* gnu: Add mupen64plus-rsp-z64.•••* gnu/packages/games.scm (mupen64plus-rsp-z64): New variable. Taylan Ulrich Bayırlı/Kammer2015-11-101-0/+42
* gnu: Add mupen64plus-rsp-hle.•••* gnu/packages/games.scm (mupen64plus-rsp-hle): New variable. Taylan Ulrich Bayırlı/Kammer2015-11-101-0/+42
* gnu: Add mupen64plus-input-sdl.•••* gnu/packages/games.scm (mupen64plus-input-sdl): New variable. Taylan Ulrich Bayırlı/Kammer2015-11-101-0/+45
* gnu: Add mupen64plus-audio-sdl.•••* gnu/packages/games.scm (mupen64plus-audio-sdl): New variable. Taylan Ulrich Bayırlı/Kammer2015-11-101-0/+46
* gnu: Add mupen64plus-core.•••* gnu/packages/games.scm (mupen64plus-core): New variable. Taylan Ulrich Bayırlı/Kammer2015-11-101-0/+47
* gnu: 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-101-13/+17
* gnu: 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-101-5/+6
* gnu: pspp: Use gtksourceview-2.•••* gnu/packages/maths.scm (pspp)[inputs]: Use gtksourceview-2. Efraim Flashner2015-11-101-1/+1
* gnu: Add artanis.•••* gnu/packages/guile.scm (artanis): New variable. Mathieu Lirzin2015-11-091-0/+51
* gnu: guile-irregex: Remove duplicate 'check deletion in modify-phases•••* gnu/packages/guile.scm: Remove duplicate 'check deletion in modify-phases Christopher Allan Webber2015-11-091-1/+0
* gnu: Add ruby-eventmachine.•••* gnu/packages/ruby.scm (ruby-eventmachine): New variable. David Thompson2015-11-091-0/+25
* gnu: Add mutter.•••* gnu/packages/gnome.scm (mutter): New variable. 宋文武2015-11-091-0/+50
* gnu: Add zenity.•••* gnu/packages/gnome.scm (zenity): New variable. 宋文武2015-11-091-0/+27
* gnu: Add gedit.•••* gnu/packages/gnome.scm (gedit): New variable. Co-authored-by: 宋文武 <iyzsong@gmail.com> David Hashe2015-11-091-0/+58
* gnu: Update libpeas.•••* gnu/packages/gnome.scm (libpeas): Update to 1.16.0. David Hashe2015-11-091-2/+2
* gnu: Add gtksourceview.•••* gnu/packages/gtk.scm (gtksourceview): Rename to... (gtksourceview-2): ... this. (gtksourceview): Update to 3.18.1. * gnu/packages/ocaml.scm (lablgtk)[inputs]: Replace "gtksourceview" with "gtksourceview-2". Co-authored-by: 宋文武 <iyzsong@gmail.com> David Hashe2015-11-092-2/+52
* gnu: clutter: Update to 1.24.2.•••* gnu/packages/gnome.scm (clutter): Update to 1.24.2. 宋文武2015-11-091-2/+2
* gnu: cogl: Update to 1.22.0.•••* gnu/packages/gnome.scm (cogl): Update to 1.22.0. 宋文武2015-11-091-2/+2