summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nls: Add Polish translation.Ludovic Courtès2015-12-06
|
* gnu: Add myrepos.Kyle Meyer2015-12-06
| | | | | | * gnu/packages/version-control.scm (myrepos): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-docopt.Kyle Meyer2015-12-06
| | | | | | | * gnu/packages/python.scm (python-docopt, python2-docopt): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gajim: Update to 0.16.4.Efraim Flashner2015-12-06
| | | | * gnu/packages/messaging.scm (gajim): Update to 0.16.4.
* gnu: pinentry: Update to 0.9.6.Efraim Flashner2015-12-06
| | | | | * gnu/packages/gnupg.scm (pinentry): Update to 0.9.6. [inputs]: Add libsecret.
* gnu: gpgme: Update to 1.6.0.Efraim Flashner2015-12-06
| | | | * gnu/packages/gnupg.scm (gpgme): Update to 1.6.0.
* gnu: gnupg: Update to 2.1.10.Efraim Flashner2015-12-06
| | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.1.10. [inputs]: Add adns.
* gnu: gnupg-2.0: Update to 2.0.29.Efraim Flashner2015-12-06
| | | | | * gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.29. [inputs]: Add adns.
* gnu: libassuan: Update to 2.4.2.Efraim Flashner2015-12-06
| | | | * gnu/packages/gnupg.scm (libassuan): Update to 2.4.2.
* gnu: Move pkg-config to native inputs.Mathieu Lirzin2015-12-06
| | | | | | * gnu/packages/xiph.scm (ao)[native-inputs]: Move pkg-config from inputs. * gnu/packages/xorg.scm (xf86-video-geode)[native-inputs]: Likewise.
* edit: Don't assume that an emacs daemon is running.Mathieu Lirzin2015-12-06
| | | | * guix/scripts/edit.scm (%editor): Use Emacs as a default value.
* edit: Allow command line arguments in $VISUAL and $EDITOR.Mathieu Lirzin2015-12-06
| | | | | * guix/scripts/edit.scm (guix-edit): Fix the assumption that %editor is a one word command.
* gnu: nano: Update to 2.5.0.Efraim Flashner2015-12-06
| | | | * gnu/packages/nano.scm (nano): Update to 2.5.0.
* gnu: gdb: Update to 7.10.1.Efraim Flashner2015-12-06
| | | | * gnu/packages/gdb.scm (gdb): Update to 7.10.1.
* gnu: manaplus: Update to 1.5.12.5.Alex Kost2015-12-06
| | | | * gnu/packages/games.scm (manaplus): Update to 1.5.12.5.
* emacs: info: Show a message after copying button label.Alex Kost2015-12-06
| | | | | * emacs/guix-info.el (guix-info-button-copy-label): Use 'guix-copy-as-kill' to display a message with what was killed.
* emacs: Complete --profile in 'guix package' popup.Alex Kost2015-12-06
| | | | | * emacs/guix-command.el (guix-command-improve-package-argument): Use 'guix-read-file-name' to complete --profile option.
* emacs: 'guix-emacs-load-autoloads' takes a profile.Alex Kost2015-12-06
| | | | | | | * emacs/guix-emacs.el (guix-emacs-load-autoloads): Use 'profile' as an optional argument. (guix-emacs-load-autoloads-maybe): Adjust accordingly. * emacs/guix-init.el: Likewise.
* emacs: Fix 'guix-pull'.Alex Kost2015-12-06
| | | | | | * emacs/guix-base.el (guix-pull): Handle prefix argument when it is run interactively. Use 'guix-command' instead of 'guix-pull' to prevent REPL exit if 'leave' happens.
* emacs: Fix 'guix-apply-manifest'.Alex Kost2015-12-06
| | | | | | | * emacs/guix-base.el (guix-apply-manifest): Use 'guix-command' instead of 'guix-package' to prevent REPL exit if 'leave' happens. Expand profile and manifest file names, as relative file names lead to an error.
* gnu: pius: Update to 2.2.1.Ludovic Courtès2015-12-05
| | | | | | * gnu/packages/gnupg.scm (pius): Update to 2.2.1. Change URL to github.com. [arguments]: Update pattern for 'gpg' command.
* gnu: Add letsencrypt.David Thompson2015-12-05
| | | | * gnu/packages/tls.scm (letsencrypt): New variable.
* gnu: Add acme.Leo Famulari2015-12-05
| | | | * gnu/packages/tls.scm (acme): New variable.
* gnu: Add python2-parsedatetime.Leo Famulari2015-12-05
| | | | * gnu/packages/python.scm (python2-parsedatetime): New variable.
* gnu: python-parsedatetime: Update to 1.5.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-parsedatetime): Update to 1.5. [arguments]: Enable tests.
* gnu: Add python-ndg-httpsclient.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-ndg-httpsclient, python2-ndg-httpsclient): New variables.
* gnu: Add python-configargparse.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-configargparse, python2-configargparse): New variables.
* gnu: Add python2-pythondialog.Leo Famulari2015-12-05
| | | | * gnu/packages/python.scm (python2-pythondialog): New variable.
* gnu: Add dialog.Leo Famulari2015-12-05
| | | | * gnu/packages/python.scm (dialog): New variable.
* gnu: Add python-configobj.Leo Famulari2015-12-05
| | | | | | | * gnu/packages/python.scm (python-configobj, python2-configobj): New variables. * gnu/packages/patches/python-configobj-setuptools.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add python-werkzeug.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-werkzeug, python2-werkzeug): New variables.
* gnu: Add python-pyrfc3339.Leo Famulari2015-12-05
| | | | * gnu/packages/python.scm (python-pyrfc3339, python2-pyrfc3339): New variables.
* gnu: Add python-zope-component.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-zope-component, python2-zope-component): New variables.
* gnu: Add python-zope-security.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-zope-security, python2-zope-security): New variables.
* gnu: Add python-zope-location.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-zope-location, python2-zope-location): New variables.
* gnu: Add python-zope-proxy.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-zope-proxy, python2-zope-proxy): New variables.
* gnu: Add python-zope-configuration.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-zope-configuration, python2-zope-configuration): New variables.
* gnu: Add python-zope-schema.Leo Famulari2015-12-05
| | | | * gnu/packages/python.scm (python-zope-schema, python2-zope-schema): New variables.
* gnu: Add python-zope-i18nmessageid.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-zope-i18nmessageid, python2-zope-i18nmessageid): New variables.
* gnu: Add python-zope-testrunner.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-zope-testrunner, python2-zope-testrunner): New variables.
* gnu: Add python-zope-testing.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-zope-testing, python2-zope-testing): New variables.
* gnu: Add python-zope-exceptions.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-zope-exceptions, python2-zope-exceptions): New variables.
* gnu: Add python-zope-interface.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-zope-interface, python2-zope-interface): New variables.
* gnu: Add python-zope-event.Leo Famulari2015-12-05
| | | | | * gnu/packages/python.scm (python-zope-event, python2-zope-event): New variables.
* system: Add /etc/environment.宋文武2015-12-05
| | | | | | | * gnu/system.scm: (operating-system-environment-variables): New procedure. Adapted and moved environment variables from /etc/profile. (operating-system-etc-service): Adjust accordingly. (essential-services): Add an instance of SESSION-ENVIRONMENT-SERVICE-TYPE.
* system: pam: Honor /etc/environment.宋文武2015-12-05
| | | | * gnu/system/pam.scm (unix-pam-service): Add pam_env module to the session group.
* services: Add 'session-environment-service'.宋文武2015-12-05
| | | | | | * gnu/services/base.scm (session-environment-service): New procedure. (session-environment-service-type): New variable. (environment-variables->environment-file): New procedure.
* profiles: Silence GTK+ icon cache creation.Ludovic Courtès2015-12-04
| | | | | | | Suggested by Ricardo Wurmus <rekado@elephly.net>. * guix/profiles.scm (gtk-icon-themes)[build]: Pass --quiet to 'gtk-update-icon-cache'.
* profiles: Silence GTK+ icon theme union.Ludovic Courtès2015-12-04
| | | | | | | Suggested by Ricardo Wurmus <rekado@elephly.net>. * guix/profiles.scm (gtk-icon-themes)[build]: Pass 'union-build' a #:log-port argument.
* gnu: icecat: Update to 38.4.0-gnu1.Mark H Weaver2015-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/icecat-CVE-2015-4513-pt01.patch, gnu/packages/patches/icecat-CVE-2015-4513-pt02.patch, gnu/packages/patches/icecat-CVE-2015-4513-pt03.patch, gnu/packages/patches/icecat-CVE-2015-4513-pt04.patch, gnu/packages/patches/icecat-CVE-2015-4513-pt05.patch, gnu/packages/patches/icecat-CVE-2015-4513-pt06.patch, gnu/packages/patches/icecat-CVE-2015-4513-pt07.patch, gnu/packages/patches/icecat-CVE-2015-4513-pt08.patch, gnu/packages/patches/icecat-CVE-2015-4513-pt09.patch, gnu/packages/patches/icecat-CVE-2015-4513-pt10.patch, gnu/packages/patches/icecat-CVE-2015-4513-pt11.patch, gnu/packages/patches/icecat-CVE-2015-7188.patch, gnu/packages/patches/icecat-CVE-2015-7189.patch, gnu/packages/patches/icecat-CVE-2015-7193.patch, gnu/packages/patches/icecat-CVE-2015-7194.patch, gnu/packages/patches/icecat-CVE-2015-7196.patch, gnu/packages/patches/icecat-CVE-2015-7197.patch, gnu/packages/patches/icecat-CVE-2015-7198.patch, gnu/packages/patches/icecat-CVE-2015-7199.patch: Delete files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/gnuzilla.scm (icecat): Update to 38.4.0-gnu1. Remove the obsolete patches.