summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-01gnu: r-commonmark: Update to 1.4....* gnu/packages/statistics.scm (r-commonmark): Update to 1.4. Ricardo Wurmus
2017-09-01gnu: r-ade4: Update to 1.7-8....* gnu/packages/statistics.scm (r-ade4): Update to 1.7-8. Ricardo Wurmus
2017-09-01gnu: r-tibble: Update to 1.3.4....* gnu/packages/statistics.scm (r-tibble): Update to 1.3.4. Ricardo Wurmus
2017-09-01gnu: r-rlang: Update to 0.1.2....* gnu/packages/statistics.scm (r-rlang): Update to 0.1.2. Ricardo Wurmus
2017-09-01gnu: r-knitr: Update to 1.17....* gnu/packages/statistics.scm (r-knitr): Update to 1.17. Ricardo Wurmus
2017-09-01gnu: r-bh: Update to 1.65.0-1....* gnu/packages/statistics.scm (r-bh): Update to 1.65.0-1. Ricardo Wurmus
2017-09-01gnu: r-scales: Update to 0.5.0....* gnu/packages/statistics.scm (r-scales): Update to 0.5.0. [propagated-inputs]: Add r-r6 and r-viridislite. Ricardo Wurmus
2017-09-01gnu: r-mgcv: Update to 1.8-19....* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-19. Ricardo Wurmus
2017-09-01gnu: r-matrix: Update to 1.2-11....* gnu/packages/statistics.scm (r-matrix): Update to 1.2-11. Ricardo Wurmus
2017-09-01gnu: r-servr: Update to 0.7....* gnu/packages/web.scm (r-servr): Update to 0.7. Ricardo Wurmus
2017-09-01gnu: php: Update to 7.1.9....* gnu/packages/php.scm (php): Update to 7.1.9. Julien Lepiller
2017-09-01gnu: java-slf4j-api: Fix tests....* gnu/packages/java.scm (java-slf4j-api)[arguments]: Enable tests Adjust the jar content to prevent a test failure. Julien Lepiller
2017-09-01gnu: djvulibre: Remove timestamps from .svgz files....* gnu/packages/djvu.scm (djvulibre)[arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Z. Ren
2017-09-01gnu: Add emacs-tuareg....* gnu/packages/ocaml.scm (emacs-tuareg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Oleg Pykhalov
2017-09-01gnu: emacs-ebuild-mode: Update to 1.37....* gnu/packages/emacs.scm (emacs-ebuild-mode): Update to 1.37. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng0
2017-09-01gnu: Add emacs-2048-game....* gnu/packages/emacs.scm (emacs-2048-game): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> ng0
2017-09-01packages: 'fold-packages' takes an optional 'modules' parameter....Suggested by Christopher Baines <mail@cbaines.net>. * gnu/packages.scm (fold-packages): Add optional 'modules' parameter and honor it. Ludovic Courtès
2017-09-01scripts: Remove 'max-silent-time' from the default options....Fixes <http://bugs.gnu.org/27157>. Having a finite default `max-silent-time' value for scripts such as 'guix environment' could lead to timeouts when building subtitutes; this was undesirable. This change also fixes client behavior to match the documentation, which is that by default the daemon's settings are honored. * guix/scripts/archive.scm (%default-options): Remove max-silent-time entry. * guix/scripts/copy.scm (%default-options): Likewise. * guix/scripts/environment.scm (%default-options): Likewise. * guix/scripts/pack.scm (%default-options): Likewise. * guix/scripts/package.scm (%default-options): Likewise. * guix/scripts/pull.scm (%default-options): Likewise. * guix/scripts/system.scm (%default-options): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2017-09-01gnu: r-rcas: Correct license....* gnu/packages/bioinformatics.scm (r-rcas)[license]: Use correct license. Ricardo Wurmus
2017-09-01gnu: r-rcas: Update to 1.3.3....* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.3.3. Ricardo Wurmus
2017-09-01gnu: mysql: Enable tests on aarch64....* gnu/packages/databases.scm (mysql)[arguments]: Remove logic disabling the tests on aarch64-linux. Efraim Flashner
2017-09-01gnu: vsearch: Update to 2.4.4....* gnu/packages/bioinformatics.scm (vsearch): Update to 2.4.4. Ben Woodcroft
2017-09-01gnu: metabat: Update to 2.12.1....* gnu/packages/patches/metabat-remove-compilation-date.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/bioinformatics.scm (metabat): Update to 2.12.1. [source]: Remove it. Use url-fetch. Ben Woodcroft
2017-09-01gnu: netcdf: Fix reproducibility issue; remove unneeded references....* gnu/packages/maths.scm (netcdf) [arguments]: Add phase to fix the embedded 'Configured On' date; truncate reference to compiler store item. Thomas Danckaert
2017-09-01gnu: hdf4: Avoid unneeded store references to compilers....* gnu/packages/maths.scm (hdf4) [arguments]: Add phase 'patch-settings to truncate hashes of compiler store items. Thomas Danckaert
2017-09-01gnu: hdf5: Avoid unneeded store references to compilers....* gnu/packages/maths.scm (hdf5) [arguments]: Add phase to patch "libhdf5.settings", removing references to the C/C++/Fortran compilers. Thomas Danckaert
2017-09-01gnu: hdf5: Add output for fortran interface....* gnu/packages/maths.scm (hdf5) [native-inputs]: Add gfortran. [outputs]: Add "fortran". [arguments]: Enable Fortran compilation; add "/lib" directory of the fortran output to the runpath of the Fortran libs; add a 'split phase to move all Fortran-related files to the the Fortran output store location. Thomas Danckaert
2017-09-01gnu: python2-larch: Enable tests....* gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python2-larch)[source]: Use it. [arguments]: Move 'check' phase to before 'build' phase. Arun Isaac
2017-09-01gnu: python2-ttystatus: Enable tests....* gnu/packages/python.scm (python2-ttystatus)[arguments]: Replace 'check' phase with custom function. Arun Isaac
2017-09-01gnu: python2-cliapp: Enable tests....* gnu/packages/python.scm (python2-cliapp)[arguments]: Replace 'check' phase with custom function. Arun Isaac
2017-09-01gnu: linux-libre: Update to 4.12.10....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.10. (%linux-libre-hash): Update hash. Mark H Weaver
2017-09-01gnu: linux-libre@4.9: Update to 4.9.46....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.46. Mark H Weaver
2017-09-01gnu: linux-libre@4.4: Update to 4.4.85....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.85. Mark H Weaver
2017-08-31gnu: libxml2/fixed: Use patches from inherited package....This is a followup to 76fed2b3c4e3703d1ad81c4330edd94d551b6334. * gnu/packages/xml.scm (libxml2/fixed)(patches): Inherit patches from LIBXML2. Marius Bakke
2017-09-01gnu: graphicsmagick: Fix CVE-2017-{13775,13776,13777}....* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add patches. * gnu/packages/patches/graphicsmagick-CVE-2017-13775.patch, gnu/packages/patches/graphicsmagick-CVE-2017-13776+CVE-2017-13777.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. Efraim Flashner
2017-09-01gnu: efl: Update to 1.20.3....* gnu/packages/enlightenment.scm (efl): Update to 1.20.3. Efraim Flashner
2017-08-31gnu: Fix current-guix....Without this change, I get errors like: ERROR: In procedure string-drop: ERROR: Value out of range 0 to 35: 51 * gnu/packages/package-management.scm (current-guix): Pass exactly the same path to git-predicate and local-file, to ensure that the select? function is compatible. Christopher Baines
2017-08-31gnu: sddm: Update to 0.15.0....* gnu/packages/display-managers.scm (sddm): Update to 0.15.0. [source]: Update tarball name. [inputs]: Add ELOGIND. [arguments]: Adjust #:configure-flags for elogind support. Add phase to patch hard-coded loginctl reference. Marius Bakke
2017-08-31gnu: libxml2: Fix CVE-2017-{0663,7375,7376,9047,9048,9049,9050}....* gnu/packages/patches/libxml2-CVE-2017-0663.patch, gnu/packages/patches/libxml2-CVE-2017-7375.patch, gnu/packages/patches/libxml2-CVE-2017-7376.patch, gnu/packages/patches/libxml2-CVE-2017-9047+CVE-2017-9048.patch, gnu/packages/patches/libxml2-CVE-2017-9049+CVE-2017-9050.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/xml.scm (libxml2)[replacement]: New field. (libxml2/fixed): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex Vong
2017-08-31gnu: postgresql: Update to 9.6.5....* gnu/packages/databases.scm (postgresql): Update to 9.6.5. Release-notes: https://www.postgresql.org/docs/9.6/static/release-9-6-5.html Marius Bakke
2017-08-31gnu: Remove python2-rpy2....Python 2 is no longer supported. * gnu/packages/python.scm (python2-rpy2): Remove variable. Ricardo Wurmus
2017-08-31gnu: python-rpy2: Update to 2.9.0....* gnu/packages/python.scm (python-rpy2): Update to 2.9.0. [arguments]: Run tests before install phase; add build phase "fix-tests". [propagated-inputs]: Add python-jinja2 and python-pytz. [inputs]: Add r-ggplot2, r-rsqlite, r-dplyr, r-dbplyr, and python-numpy. Ricardo Wurmus
2017-08-31gnu: python-rpy2: Update license....* gnu/packages/python.scm (python-rpy2)[license]: Correct GPLv3+ to GPLv2+; list additional licenses. Ricardo Wurmus
2017-08-31gnu: Add r-dbplyr....* gnu/packages/statistics.scm (r-dbplyr): New variable. Ricardo Wurmus
2017-08-31gnu: retux: Update to 1.3.5....* gnu/packages/games.scm (retux): Update to 1.3.5. Kei Kebreau
2017-08-31gnu: python-tmx: Update to 1.10....* gnu/packages/game-development.scm (python-tmx): Update to 1.10. Kei Kebreau
2017-08-31gnu: python-sge-pygame: Update to 1.5.1....* gnu/packages/game-development.scm (python-sge-pygame, python2-sge-pygame): Update to 1.5.1. Kei Kebreau
2017-08-31gnu: python-pyjwt: Update to 1.5.2 [fixes CVE-2017-11424]....* gnu/packages/python.scm (python-pyjwt): Update to 1.5.2. [source]: Add snippet to remove pre-compiled files. [native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0. Marius Bakke
2017-08-31gnu: Add emacs-idris-mode....* gnu/packages/emacs.scm (emacs-idris-mode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Peter Mikkelsen
2017-08-31gnu: Add emacs-prop-menu....* gnu/packages/emacs.scm (emacs-prop-menu): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Peter Mikkelsen