Age | Commit message (Expand) | Author |
2019-05-14 | gnu: xdot: Update to 1.1....* gnu/packages/graphviz.scm (xdot): Update to 1.1.
| Björn Höfling |
2019-05-14 | gnu: font-hermit: Download as 'url-fetch/tarbomb'....* gnu/packages/fonts.scm (font-hermit)[source]: Use 'url-fetch/tarbomb'
method.
[arguments]: Remove custom phases.
| Efraim Flashner |
2019-05-14 | gnu: Add emacs-evil-cleverparens...* gnu/packages/emacs-xyz.scm (emacs-evil-cleverparens): New
variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| LaFreniere, Joseph |
2019-05-14 | gnu: Add font-hermit...* gnu/packages/fonts.scm (font-hermit): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Zzull |
2019-05-14 | gnu: munge: Pass '--localstatedir=/var'....Previously, Munge users such as Slurm would fail with:
squeue: error: Munge encode failed: Failed to access "/gnu/store/…-munge-0.5.13/var/run/munge/munge.socket.2": No such file or directory
squeue: error: authentication: Socket communication error
* gnu/packages/admin.scm (munge)[source](modules, snippet): New fields.
[arguments]: New field.
| Ludovic Courtès |
2019-05-14 | gnu: hdf5: Add dependency on Perl....* gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL.
| Ludovic Courtès |
2019-05-14 | gnu: hdf5: Build a thread-safe library....* gnu/packages/maths.scm (hdf5)[arguments]: Pass "--enable-threadsafe
--with-pthread --enable-unsupported".
| Ludovic Courtès |
2019-05-14 | gnu: uncrustify: Update to 0.69.0....* gnu/packages/code.scm (uncrustify): Update to 0.69.0.
| Pierre Neidhardt |
2019-05-13 | gnu: cqfd: Update to 5.1.0....* gnu/packages/docker.scm (cqfd): Update to 5.1.0.
[description]: Fix typo.
| Maxim Cournoyer |
2019-05-13 | gnu: Add harmonist....gnu/packages/games.scm (harmonist): New variable.
| Julien Lepiller |
2019-05-13 | gnu: go-github.com-nsf-termbox-go: Update to 0.0.0-1.288510b....* gnu/packages/terminals.scm (go-github.com-nsf-termbox-go): Update to
0.0.0-1.288510b.
| Julien Lepiller |
2019-05-13 | gnu: exiv2: Use HTTPS URLs....* gnu/packages/image.scm (exiv2)[source, home-page]: Use HTTPS.
| Marius Bakke |
2019-05-13 | gnu: gpscorrelate: Update home page....* gnu/packages/gps.scm (gpscorrelate)[source, home-page]: Update for new
maintainer, as noted on <https://github.com/freefoote/gpscorrelate>.
| Marius Bakke |
2019-05-13 | gnu: hugin: Update to 2019.0.0....* gnu/packages/photo.scm (hugin): Update to 2019.0.0.
| Marius Bakke |
2019-05-13 | gnu: Remove 'gcc-glibc-2.27' and 'gcc-glibc-2.26'....These top-level references to GCC could cause problems, such as:
$ guix build -e '(@ (gnu packages gcc) gcc)' -n
guix build: error: failed to evaluate expression '(@ (gnu packages gcc) gcc)':
In procedure module-lookup: Unbound variable: gcc
Regression introduced in 3ed497d42a5af8756bd95c64f9f9bed4de5f6d3c.
* gnu/packages/base.scm (gcc-glibc-2.27, gcc-glibc-2.26): Remove.
| Ludovic Courtès |
2019-05-13 | gnu: gdb: Add version 8.3....* gnu/packages/gdb.scm (gdb): Rename to...
(gdb-8.2): ... this.
(gdb-8.3): New variable.
(gdb): Define as an alias for GDB-8.2.
| Ludovic Courtès |
2019-05-13 | gnu: Allow building gcc with non-default libc....* gnu/packages/base.scm (make-gcc-libc): New procedure, returns a gcc
that targets a specified libc.
(gcc-glibc-2.26, gcc-glibc-2.27): New public variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Carl Dong |
2019-05-13 | gnu: cross-base: Allow using non-default glibc....* gnu/packages/cross-base.scm (cross-libc, native-libc, cross-newlib?):
Add 'libc' optional argument to specify using a non-default glibc
package.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Carl Dong |
2019-05-13 | gnu: emacs-slack: Update to 0.0.2-6.10fbb81....* gnu/packages/emacs-xyz.scm (emacs-slack): Update to 0.0.2-6.10fbb81.
[arguments]: Set HOME before compiling source files.
| Ricardo Wurmus |
2019-05-13 | gnu: gajim: Fix error when GAJIM_PLUGIN_PATH is not set....Fixes <https://bug.gnu.org/35606>
* gnu/packages/messaging.scm (gajim)[arguments]: Handle case when
GAJIM_PLUGIN_PATH is unset in add-plugins-dir phase.
| Ricardo Wurmus |
2019-05-13 | gnu: openjdk11: Suppress internal in version....* gnu/packages/java.scm (openjdk11)[configure-flags]: Add --with-version-pre= .
| Gábor Boskovits |
2019-05-12 | gnu: gdm: Fix configuration file discovery....The configuration file loading code moved to a new file in version 2.28.
* gnu/package/gnome.scm (gdm)[arguments]: Change the pre-configure phase
to patch configuration file discovery into the 'gdm-settings.c' file.
| Timothy Sample |
2019-05-13 | gnu: python-requests-oauthlib: Update to 1.2.0....* gnu/packages/python-web.scm (python-requests-oauthlib): Update to 1.2.0.
| Marius Bakke |
2019-05-13 | gnu: python-oauthlib: Update to 3.0.1....* gnu/packages/python-web.scm (python-oauthlib): Update to 3.0.1.
[arguments]: Replace check phase with pytest invokation.
[native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST and PYTHON-PYTEST-COV.
[properties]: Remove.
(python2-oauthlib)[native-inputs]: Remove PYTHON2-UNITTEST2.
| Marius Bakke |
2019-05-13 | gnu: python-oauthlib: Propagate required inputs....* gnu/packages/python-web.scm (python-oauthlib)[native-inputs]: Move
PYTHON-CRYPTOGRAPHY, PYTHON-PYJWT, and PYTHON-BLINKER ...
[propagated-inputs]: ... here.
| Marius Bakke |
2019-05-13 | gnu: 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-13 | gnu: 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-13 | gnu: 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-13 | gnu: python-future: Update to 0.17.1....* gnu/packages/python-xyz.scm (python-future): Update to 0.17.1.
| Marius Bakke |
2019-05-13 | gnu: 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-13 | gnu: 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-12 | gnu: Add emacs-ediprolog....* gnu/packages/emacs-xyz.scm (emacs-ediprolog): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| gabrielhdt |
2019-05-12 | gnu: icedtea-7: Disable os version check....* gnu/packages/java.scm (icedtea-7)[arguments]:
Add phase 'disable-os-version-check.
| Gábor Boskovits |
2019-05-12 | gnu: icedtea-6: Disable os version check....* gnu/packages/java.scm (icedtea-6)[arguments]:
Add phase 'disable-os-version-check.
| Gábor Boskovits |
2019-05-11 | gnu: 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-11 | gnu: 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-11 | gnu: 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-11 | gnu: 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-11 | gnu: acpica: Update to 20190509....* gnu/packages/admin.scm (acpica): Update to 20190509.
| Tobias Geerinckx-Rice |
2019-05-11 | gnu: xtensor: Update to 0.20.5....* gnu/packages/algebra.scm (xtensor): Update to 0.20.5.
| Tobias Geerinckx-Rice |
2019-05-11 | gnu: xtl: Update to 0.6.4....* gnu/packages/cpp.scm (xtl): Update to 0.6.4.
| Tobias Geerinckx-Rice |
2019-05-11 | gnu: picard: Read disc IDs....* gnu/packages/music.scm (picard)[inputs]: Add python-discid.
| Tobias Geerinckx-Rice |
2019-05-11 | gnu: picard: Don't check for updates....* gnu/packages/music.scm (picard)[arguments]: Add ‘--disable-autoupdate’
to #:configure-flags.
| Tobias Geerinckx-Rice |
2019-05-11 | gnu: iproute2: Update to 5.1.0....* gnu/packages/linux.scm (iproute2): Update to 5.1.0.
| Tobias Geerinckx-Rice |
2019-05-11 | gnu: gegl: Update to 0.4.16....* gnu/packages/gimp.scm (gegl): Update to 0.4.16.
| Tobias Geerinckx-Rice |
2019-05-11 | gnu: electrum: Update to 3.3.5....* gnu/packages/finance.scm (electrum): Update to 3.3.5.
| Tobias Geerinckx-Rice |
2019-05-11 | gnu: libkomparediff2: Update to 19.04.1....* gnu/packages/kde.scm (libkomparediff2): Update to 19.04.1.
| Tobias Geerinckx-Rice |
2019-05-11 | gnu: libkomparediff2: Don't use NAME in source URI....* gnu/packages/kde.scm (libkomparediff2)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-05-11 | gnu: libkomparediff2: Fix source file name....* gnu/packages/kde.scm (libkomparediff2)[source]: Remove (incorrect)
FILE-NAME.
| Tobias Geerinckx-Rice |
2019-05-11 | gnu: nethack: Update to 3.6.2....* gnu/packages/games.scm (nethack): Update to 3.6.2.
| Tobias Geerinckx-Rice |