summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-13gnu: python-oauthlib: Update home page....* gnu/packages/python-web.scm (python-oauthlib)[home-page]: Follow redirect to <https://github.com/oauthlib/oauthlib>. Marius Bakke
2019-05-13gnu: python-mysqlclient: Don't depend on MySQL....* gnu/packages/databases.scm (python-mysqlclient)[native-inputs]: Move MARIADB from here to ... [inputs]: ... here. Remove MYSQL. Marius Bakke
2019-05-13gnu: perl-dbd-mysql: Depend on MariaDB rather than MySQL....* gnu/packages/databases.scm (perl-dbd-mysql)[propagated-inputs]: Change from MYSQL to MARIADB. Marius Bakke
2019-05-13gnu: python-future: Update to 0.17.1....* gnu/packages/python-xyz.scm (python-future): Update to 0.17.1. Marius Bakke
2019-05-13gnu: postgresql@9: Update to 9.6.13 [fixes CVE-2019-10129, CVE-2019-10130]....* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.13. Marius Bakke
2019-05-13gnu: speech-dispatcher: Update to 0.9.1....* gnu/packages/speech.scm (speech-dispatcher): Update to 0.9.1. [arguments]: Add "--with-ibmtts=no" to #:configure-flags. [license]: Remove GPL2. Marius Bakke
2019-05-13doc: Update list of supported architectures....* doc/guix.texi (GNU Distribution): Remove "experimental" bit for AArch64. Mark "mips64el-linux" as "no longer fully supported." Ludovic Courtès
2019-05-12gnu: Add emacs-ediprolog....* gnu/packages/emacs-xyz.scm (emacs-ediprolog): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> gabrielhdt
2019-05-12doc: Document 'auto-start?' field of 'shepherd-service'....* doc/guix.texi (shepherd-service): Document 'auto-start?' field. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Diego Nicola Barbato
2019-05-12gnu-maintenance: Update URL for package databases....The databases migrated away from the Womb a couple of days ago. * guix/gnu-maintenance.scm (%gnumaint-base-url): Update URL. Ludovic Courtès
2019-05-12build-self: Let HOME pass through the execution environment....This is a followup to 48d498c2c3984784336b27ba5e261319f3ac6a3a, which introduced a typo (missing '->' in 'mlet'.) Fixes <https://bugs.gnu.org/35623>. Reported by Karrick McDermott <kmcdermott@linkedin.com>. * build-aux/build-self.scm (build): Add 'getenv' and 'setenv' calls for HOME. Ludovic Courtès
2019-05-12services: mcron: Log to a file....This makes it easier to read the output, as it's recorded in a file. * gnu/services/mcron.scm (mcron-shepherd-services): Add #:log-file to make-forkexec-constructor. Christopher Baines
2019-05-12gnu: icedtea-7: Disable os version check....* gnu/packages/java.scm (icedtea-7)[arguments]: Add phase 'disable-os-version-check. Gábor Boskovits
2019-05-12gnu: icedtea-6: Disable os version check....* gnu/packages/java.scm (icedtea-6)[arguments]: Add phase 'disable-os-version-check. Gábor Boskovits
2019-05-11gnu: linux-libre: Update to 5.1.1....* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.1. (%linux-libre-hash): Update hash. Mark H Weaver
2019-05-11gnu: linux-libre@4.19: Update to 4.19.42....* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.42. (%linux-libre-4.19-hash): Update hash. Mark H Weaver
2019-05-11gnu: linux-libre@4.14: Update to 4.14.118....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.118. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2019-05-11gnu: linux-libre@4.9: Update to 4.9.175....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.175. Mark H Weaver
2019-05-11gnu: acpica: Update to 20190509....* gnu/packages/admin.scm (acpica): Update to 20190509. Tobias Geerinckx-Rice
2019-05-11gnu: xtensor: Update to 0.20.5....* gnu/packages/algebra.scm (xtensor): Update to 0.20.5. Tobias Geerinckx-Rice
2019-05-11gnu: xtl: Update to 0.6.4....* gnu/packages/cpp.scm (xtl): Update to 0.6.4. Tobias Geerinckx-Rice
2019-05-11gnu: picard: Read disc IDs....* gnu/packages/music.scm (picard)[inputs]: Add python-discid. Tobias Geerinckx-Rice
2019-05-11gnu: picard: Don't check for updates....* gnu/packages/music.scm (picard)[arguments]: Add ‘--disable-autoupdate’ to #:configure-flags. Tobias Geerinckx-Rice
2019-05-11gnu: iproute2: Update to 5.1.0....* gnu/packages/linux.scm (iproute2): Update to 5.1.0. Tobias Geerinckx-Rice
2019-05-11gnu: gegl: Update to 0.4.16....* gnu/packages/gimp.scm (gegl): Update to 0.4.16. Tobias Geerinckx-Rice
2019-05-11gnu: electrum: Update to 3.3.5....* gnu/packages/finance.scm (electrum): Update to 3.3.5. Tobias Geerinckx-Rice
2019-05-11gnu: libkomparediff2: Update to 19.04.1....* gnu/packages/kde.scm (libkomparediff2): Update to 19.04.1. Tobias Geerinckx-Rice
2019-05-11gnu: libkomparediff2: Don't use NAME in source URI....* gnu/packages/kde.scm (libkomparediff2)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2019-05-11gnu: libkomparediff2: Fix source file name....* gnu/packages/kde.scm (libkomparediff2)[source]: Remove (incorrect) FILE-NAME. Tobias Geerinckx-Rice
2019-05-11gnu: nethack: Update to 3.6.2....* gnu/packages/games.scm (nethack): Update to 3.6.2. Tobias Geerinckx-Rice
2019-05-11Revert "build-self: Let HOME pass through the execution environment."...This reverts commit 48d498c2c3984784336b27ba5e261319f3ac6a3a. It breaks ‘guix pull’. Tobias Geerinckx-Rice
2019-05-11gnu: denemo: Use older version of gtksourceview....* gnu/packages/music.scm (denemo)[inputs]: Replace gtksourceview with gtksourceview-3. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>. Diego Nicola Barbato
2019-05-11gnu: Add emacs-dired-rsync....* gnu/packages/emacs-xyz.scm (emacs-dired-rsync): New variable. Oleg Pykhalov
2019-05-11gnu: shepherd: Update to 0.6.1....* gnu/packages/admin.scm (shepherd): Update to 0.6.1. Ludovic Courtès
2019-05-11build-self: Let HOME pass through the execution environment....Fixes <https://bugs.gnu.org/35623>. Reported by Karrick McDermott <kmcdermott@linkedin.com>. * build-aux/build-self.scm (build): Add 'getenv' and 'setenv' calls for HOME. Ludovic Courtès
2019-05-11gnu: picard: Return #t from phases....* gnu/packages/music.scm (picard)[arguments]: Return #t from ‘patch-source’ phase. Tobias Geerinckx-Rice
2019-05-11gnu: picard: Use build system features....* gnu/packages/music.scm (picard)[arguments]: Leverage #:use-setuptools? and #:configure-flags instead of a custom ‘install’ phase. Tobias Geerinckx-Rice
2019-05-11gnu: picard: Update to 2.1.3....* gnu/packages/music.scm (picard): Update to 2.1.3. Tobias Geerinckx-Rice
2019-05-11gnu: libshout: Update to 2.4.2....* gnu/packages/xiph.scm (libshout): Update to 2.4.2. Tobias Geerinckx-Rice
2019-05-11gnu: libshout: Don't use NAME in source URI....* gnu/packages/xiph.scm (libshout)[source]: Hard-code NAME. Tobias Geerinckx-Rice
2019-05-11gnu: upower: Update to 0.99.10....* gnu/packages/gnome.scm (upower): Update to 0.99.10. * gnu/packages/patches/upower-builddir.patch: Adapt. Tobias Geerinckx-Rice
2019-05-11gnu: powwow: Update to 1.2.19....* gnu/packages/games.scm (powwow): Update to 1.2.19. Tobias Geerinckx-Rice
2019-05-11gnu: wesnoth: Update to 1.14.7....* gnu/packages/games.scm (wesnoth): Update to 1.14.7. Tobias Geerinckx-Rice
2019-05-11gnu: chroma: Update to 1.17....* gnu/packages/games.scm (chroma): Update to 1.17. Tobias Geerinckx-Rice
2019-05-11gnu: qbittorrent: Update to 4.1.6....* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.1.6. Tobias Geerinckx-Rice
2019-05-11gnu: man-db: Update to 2.8.5....* gnu/packages/man.scm (man-db): Update to 2.8.5. [arguments]: Add systemd unit directory to #:configure-flags. Tobias Geerinckx-Rice
2019-05-11services: gdm: Include user profile in D-Bus paths....This partially addresses <https://bugs.gnu.org/35267>. * gnu/services/xorg.scm (dbus-daemon-wrapper): When available, include directories from '~/.guix-profile' in the search paths of the D-Bus daemon. Timothy Sample
2019-05-11gnu: wine-staging: Update to 4.8....* gnu/packages/wine.scm (wine-staging,wine-staging-patchset-data): Update to 4.8. Julien Lepiller
2019-05-11gnu: emacs-use-package: Update to 2.4....* gnu/packages/emacs-xyz.scm (emacs-use-package): Update to 2.4. Arun Isaac
2019-05-11gnu: Add emacs-rotate-text....* gnu/packages/emacs-xyz.scm (emacs-rotate-text): New variable. Oleg Pykhalov