summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: r-extremes: Update to 2.0-9.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-extremes): Update to 2.0-9.
* gnu: r-sp: Update to 1.3-1.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-sp): Update to 1.3-1.
* gnu: r-getoptlong: Update to 0.1.7.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-getoptlong): Update to 0.1.7.
* gnu: r-circlize: Update to 0.4.4.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-circlize): Update to 0.4.4.
* gnu: r-globaloptions: Update to 0.1.0.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-globaloptions): Update to 0.1.0.
* gnu: Add r-writexl.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-writexl): New variable.
* gnu: Add r-hdf5r.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-hdf5r): New variable.
* gnu: Add r-nbclust.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-nbclust): New variable.
* gnu: Add r-factoextra.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-factoextra): New variable.
* gnu: Add r-factominer.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-factominer): New variable.
* gnu: Add r-flashclust.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-flashclust): New variable.
* gnu: Add r-ellipse.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-ellipse): New variable.
* gnu: Add r-ggpubr.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-ggpubr): New variable.
* gnu: Add r-ggsignif.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-ggsignif): New variable.
* gnu: Add r-ggsci.Ricardo Wurmus2018-06-13
| | | | * gnu/packages/cran.scm (r-ggsci): New variable.
* gnu: openrct2: Update to 0.2.0.Rutger Helling2018-06-13
| | | | | | | | | | * gnu/packages/games.scm (openrct2-title-sequences): New variable. * gnu/packages/games.scm (openrct2-objects): New variable. * gnu/packages/games.scm (openrct2): Update to 0.2.0. [arguments]: Add phases 'fix-usr-share-path&add-data, 'fix-gcc7 and 'get-rid-of-errors. [inputs]: Add icu4c, openrct2-objects, openrct2-title-sequences. [native-inputs]: Add gcc@7.
* tests: Honor the return value of 'start-service'.Clément Lassieur2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | Since commit dc7b3e56337ee9d8dcd8fe7d5cab71ef536d024f, 'start-service' returns the Shepherd's representation of the service as a sexp, and '#f' if the service fails to start. Also, it doesn't throw an exception when the service fails to start, so relying on an exception instead of relying on its return value is a false positive. * gnu/tests/base.scm (run-nss-mdns-test): Split tests so to check the return value of 'start-service'. (run-mcron-test, run-nss-mdns-test): Use 'test-assert' with the return value of 'start-service'. * gnu/tests/admin.scm (run-tailon-test): Idem. * gnu/tests/dict.scm (run-dicod-test): Idem. * gnu/tests/mail.scm (run-opensmtpd-test, run-exim-test, run-dovecot-test): Idem. * gnu/tests/messaging.scm (run-xmpp-test, run-bitlbee-test): Idem. * gnu/tests/nfs.scm (run-nfs-test): Idem. * gnu/tests/rsync.scm (run-rsync-test): Idem. * gnu/tests/ssh.scm (run-ssh-test): Idem. * gnu/tests/version-control.scm (run-cgit-test, run-git-http-test): Idem. * gnu/tests/web.scm (run-php-fpm-test): Idem.
* gnu: vkquake: Update to 1.00.0.Rutger Helling2018-06-13
| | | | * gnu/packages/games.scm (vkquake): Update to 1.00.0.
* gnu: cheese: Update to 3.28.0.Rutger Helling2018-06-13
| | | | * gnu/packages/gnome.scm (cheese): Update to 3.28.0.
* gnu: openimageio: Update to 1.7.19.Leo Famulari2018-06-13
| | | | * gnu/packages/graphics.scm (openimageio): Update to 1.7.19.
* gnu: tor: Update to 0.3.3.7.Tobias Geerinckx-Rice2018-06-12
| | | | * gnu/packages/tor.scm (tor): Update to 0.3.3.7.
* gnu: Add qtwebglplugin.Hartmut Goebel2018-06-12
| | | | | | * gnu/packages/qt.scm (qtwebglplugin): New variable. Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add qtwebview.Hartmut Goebel2018-06-12
| | | | * gnu/packages/qt.scm (qtwebview): New variable.
* services: nginx: Support extra content in the http block.Christopher Baines2018-06-12
| | | | | | | | | | | This helpful when adding content to the nginx configuration file, which isn't supported by the record type used for the configuration. For example, like adding proxy_cache_path configuration. * gnu/packages/web.scm (<nginx-configuration>): Add new extra-content field. (nginx-configuration-extra-content): New field accessor. (default-nginx-config): Add support for the extra-content field. * doc/guix.texi (NGINX): Document the new extra-content field.
* gnu: python-llfuse: Update to 1.3.3.Leo Famulari2018-06-12
| | | | * gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.3.
* gnu: mes: Update to 0.15.Jan Nieuwenhuizen2018-06-12
| | | | * gnu/packages/mes.scm (mes): Update to 0.15.
* import: utils: Import more dependencies.Oleg Pykhalov2018-06-12
| | | | * guix/import/utils.scm (recursive-import): Import more dependencies.
* gnu: mame: Fix renaming executable.Efraim Flashner2018-06-12
| | | | | * gnu/packages/emulators.scm (mame)[arguments]: Only rename 'mame64' to 'mame' when 'mame64' exists.
* gnu: multipath-tools: Fix build.Mathieu Othacehe2018-06-12
| | | | | (multipath-tools)[arguments]: Pass -n to gzip to avoid timestamp related warnings causing build failures.
* .gitignore: Add doc/stamp-[0-9].Ludovic Courtès2018-06-12
|
* system: Move ~/.config/guix/current first in PATH and INFOPATH.Ludovic Courtès2018-06-12
| | | | | | | | Fixes <https://bugs.gnu.org/31770>. Reported by iyzsong@member.fsf.org (宋文武). * gnu/system.scm (operating-system-etc-service)["profile"]: Arrange so that ~/.config/guix/current comes first in PATH and INFOPATH.
* gnu: guile-bytestructures: Update to 1.0.3.Ludovic Courtès2018-06-12
| | | | | | | * gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.3. (guile-git)[arguments]: Remove. The workaround for <https://github.com/TaylanUB/scheme-bytestructures/issues/30> is no longer needed.
* substitute: Make progress message shorter.Ludovic Courtès2018-06-12
| | | | | * guix/scripts/substitute.scm (fetch-narinfos)[update-progress!]: Shorten progress message so it fits on 80 columns.
* substitute: Erase the current line when reporting progress.Ludovic Courtès2018-06-12
| | | | | * guix/scripts/substitute.scm (fetch-narinfos)[update-progress!]: Use the ANSI erase-current-line sequence next to \r.
* gnu: flann: Fix builds with CMake >= 3.11.Ludovic Courtès2018-06-12
| | | | | | * gnu/packages/patches/flann-cmake-3.11.patch: New file. * gnu/packages/maths.scm (flann)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: python-urwid, python2-urwid: Update to 2.0.1.宋文武2018-06-12
| | | | * gnu/packages/python.scm (python-urwid, python2-urwird): Update to 2.0.1.
* gnu: borg: Update to 1.1.6.Leo Famulari2018-06-12
| | | | | | * gnu/packages/backup.scm (borg): Update to 1.1.6. [arguments]: Remove the 'adjust-msgpack-dependency' phase because it has been adopted upstream.
* gnu: fabric: Disable problematic tests.Ben Sturmfels2018-06-12
| | | | | | | Reported by Ricardo Wurmus <rekado@elephly.net> at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26647#8>. * gnu/packages/admin.scm (fabric): Add custom check phase to disable two tests.
* gnu: Add skopeo.宋文武2018-06-12
| | | | * gnu/packages/virtualization.scm (skopeo): New variable.
* gnu: Add umoci.宋文武2018-06-12
| | | | * gnu/packages/virtualization.scm (umoci): New variable.
* gnu: Add libostree.宋文武2018-06-12
| | | | * gnu/packages/package-management.scm (libostree): New variable.
* gnu: vim-syntastic: Update to 3.9.0.Efraim Flashner2018-06-12
| | | | | * gnu/packages/vim.scm (vim-syntastic): Update to 3.9.0. [source]: Switch to git checkout.
* gnu: vim-fugitive: Update to 2.3.Efraim Flashner2018-06-12
| | | | * gnu/packages/vim.scm (vim-fugitive): Update to 2.3.
* gnu: vim-airline: Update to 0.9.Efraim Flashner2018-06-12
| | | | | * gnu/packages/vim.scm (vim-airline): Update to 0.9. [source]: Switch to git checkout.
* gnu: speedtest-cli: Update to 2.0.2.Efraim Flashner2018-06-12
| | | | | * gnu/packages/networking.scm (speedtest-cli): Update to 2.0.2. [source]: Switch to a git checkout.
* gnu: font-gnu-unifont: Update to 11.0.01.Efraim Flashner2018-06-12
| | | | * gnu/packages/fonts.scm (font-gnu-unifont): Update to 11.0.01.
* gnu: wine-staging: Update to 3.10.Rutger Helling2018-06-12
| | | | * gnu/packages/wine.scm (wine-staging): Update to 3.10.
* gnu: wine-staging-patchset-data: Update to 3.10.Rutger Helling2018-06-12
| | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.10.
* gnu: linux-libre: Update to 4.17.1.Mark H Weaver2018-06-12
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.1. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.49.Mark H Weaver2018-06-12
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.49. (%linux-libre-4.14-hash): Update hash.