summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* daemon: 'pathExists' uses 'statx' when available.Ludovic Courtès2019-11-29
| | | | * nix/libutil/util.cc (pathExists) [HAVE_STATX]: New code.
* gnu: openmpi: Increase priority of the PSM component.Ludovic Courtès2019-11-29
| | | | | | | | * gnu/packages/patches/openmpi-psm2-priority.patch: Rename to... * gnu/packages/patches/openmpi-mtl-priorities.patch: ... this. Add hunk to change the priority of PSM. * gnu/packages/mpi.scm (openmpi)[source]: Adjust accordingly. * gnu/local.mk (dist_patch_DATA): Likewise.
* gnu: xterm: Update to 351.Ludovic Courtès2019-11-29
| | | | * gnu/packages/xorg.scm (xterm): Update to 351.
* gnu: rclone: Update to 1.50.2.Clément Lassieur2019-11-29
| | | | * gnu/packages/sync.scm (rclone): Update to 1.50.2.
* gnu: arc-icon-theme: Don't use unstable tarball.Tobias Geerinckx-Rice2019-11-29
| | | | | * gnu/packages/gnome.scm (arc-icon-theme)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: moka-icon-theme: Don't use unstable tarball.Tobias Geerinckx-Rice2019-11-29
| | | | | * gnu/packages/gnome.scm (moka-icon-theme)[source]: Use GIT-FETCH and GIT-FILE-NAME, and follow upstream redirection.
* gnu: faba-icon-theme: Don't use unstable tarball.Tobias Geerinckx-Rice2019-11-29
| | | | | * gnu/packages/gnome.scm (faba-icon-theme)[source]: Use GIT-FETCH and GIT-FILE-NAME, and follow upstream redirection.
* gnu: python-invoke: Update to 1.3.0.Efraim Flashner2019-11-29
| | | | * gnu/packages/python-xyz.scm (python-invoke): Update to 1.3.0.
* gnu: crda: Build without python.Efraim Flashner2019-11-29
| | | | * gnu/packages/linux.scm (crda)[native-inputs]: Remove python-2.
* gnu: iotop: Build with python3.Efraim Flashner2019-11-29
| | | | | | * gnu/packages/linux.scm (iotop)[native-inputs]: Remove python-2, add python. [arguments]: Add phase to fix python3 compatibility.
* gnu: xinetd: Update to 2.3.15.4 [fix build].Tobias Geerinckx-Rice2019-11-29
| | | | | | | | | | | * gnu/packages/web.scm (xinetd): Update to 2.3.15.4. [source]: Switch to openSUSE (and Debian) maintenance fork. Remove obsolete patches. [native-inputs]: Add automake, autoconf, libtool, and pkg-config. [home-page]: Update. * gnu/packages/patches/xinetd-CVE-2013-4342.patch, gnu/packages/patches/xinetd-fix-fd-leak.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: retroarch: Use system miniupnpc.Tobias Geerinckx-Rice2019-11-29
| | | | | | * gnu/packages/emulators.scm (retroarch)[arguments]: Pass ‘--disable-builtinminiupnpc’ to ./configure. [inputs]: Add miniupnpc.
* Revert "gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and ↵Ricardo Wurmus2019-11-28
| | | | | | stumpwm to wm." This reverts commit abf43a67d5929bf279edce3e790ef1348dda32a5 as it broke "guix pull".
* gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm.Pierre Neidhardt2019-11-28
| | | | | | | | | | | | | * gnu/local.mk: Include lisp-xyz.scm. * gnu/packages/lisp-xyz.scm: New file. * gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to javascript.scm and stumpwm to wm.scm. * gnu/packages/javascript.scm: Add uglify-js. * gnu/packages/wm.scm: Add stumpwm. * gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm. * gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm. * gnu/packages/web.scm: Find uglify-js in javascript.scm. * gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu: googletest: Build with python3.Efraim Flashner2019-11-28
| | | | | * gnu/packages/check.scm (googletest)[native-inputs]: Remove python-2, add python-wrapper.
* gnu: psm: Disable memory statistics code.Ludovic Courtès2019-11-28
| | | | | | * gnu/packages/patches/psm-disable-memory-stats.patch: New file. * gnu/packages/linux.scm (psm)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: psm: Remove all timestamps.Ludovic Courtès2019-11-28
| | | | * gnu/packages/patches/psm-repro.patch: Use openSuSE's patch.
* pull, describe: Emit hyperlinks for commit identifiers.Ludovic Courtès2019-11-28
| | | | | | | | | | * guix/scripts/pull.scm (%vcs-web-views): New variable. (channel-commit-hyperlink): New procedure. (display-news-entry): Add 'channel' parameter. When 'supports-hyperlinks?' returns true, call 'channel-commit-hyperlink'. (display-profile-content): Likewise, and define CHANNEL. (display-channel-specific-news): Pass CHANNEL to 'display-news-entry'. * guix/ui.scm (hyperlink): Make public.
* gnu: r-jpeg: Move to (gnu packages cran).Ricardo Wurmus2019-11-28
| | | | | * gnu/packages/image.scm (r-jpeg): Move from here... * gnu/packages/cran.scm (r-jpeg): ...to here.
* gnu: python-matplotlib: Do not move the 'check' phase.Marius Bakke2019-11-28
| | | | | | | Running tests after install is now the default in PYTHON-BUILD-SYSTEM. * gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: Replace 'check' phase, instead of deleting and adding new phase.
* gnu: python2-matplotlib: Do not inherit test adjustments.Marius Bakke2019-11-28
| | | | | | | This is a follow-up to commit 9e7cb2f1e16fc5b70c6c0e4187443e216767323d. * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Do not inherit the 'fix-and-disable-failing-tests' phase.
* gnu: vte/gtk+-2: Adjust for changes in inherited package.Marius Bakke2019-11-28
| | | | | | This is a follow-up to 68c47474bc8bc633fa3b13610d4f700891067bbc. * gnu/packages/gnome.scm (vte/gtk+-2)[build-system]: New field.
* gnu: openclonk: Update description.Marius Bakke2019-11-28
| | | | * gnu/packages/games.scm (openclonk)[description]: Be gender neutral.
* gnu: openclonk: Adjust for GCC 7.Marius Bakke2019-11-28
| | | | | * gnu/packages/games.scm (openclonk)[arguments]: Add phase 'adjust-backward-cpp-includes'.
* gnu: mplayer: Adjust inputs.Efraim Flashner2019-11-28
| | | | | * gnu/packages/video.scm (mplayer)[inputs]: Move yasm ... [native-inputs]: ... to here.
* gnu: sbcl-parse-number: Update to 1.7.Efraim Flashner2019-11-28
| | | | * gnu/packages/lisp.scm (sbcl-parse-number): Update to 1.7.
* gnu: sbcl-parse-number: Don't use unstable tarball.Efraim Flashner2019-11-28
| | | | | * gnu/packages/lisp.scm (sbcl-parse-number)[source]: Download using git-fetch.
* gnu: sbcl-chinga: Don't use unstable tarball.Efraim Flashner2019-11-28
| | | | * gnu/packages/lisp.scm (sbcl-chunga)[source]: Download using git-fetch.
* gnu: sbcl-lack-middleware-static: Provide a file-name.Efraim Flashner2019-11-28
| | | | | * gnu/packages/lisp.scm (sbcl-lack-middleware-static)[source]: Use git-file-name.
* gnu: sbcl-lack-request: Provide a file-name.Efraim Flashner2019-11-28
| | | | * gnu/packages/lisp.scm (sbcl-lack-request)[source]: Use git-file-name.
* gnu: sbcl-lack-util: Provide a file-name.Efraim Flashner2019-11-28
| | | | * gnu/packages/lisp.scm (sbcl-lack-util)[source]: Use git-file-name.
* gnu: sbcl-lack: Provide a file-name.Efraim Flashner2019-11-28
| | | | * gnu/packages/lisp.scm (sbcl-lack)[source]: Use git-file-name.
* gnu: sbcl-lack-component: Provide a file-name.Efraim Flashner2019-11-28
| | | | | * gnu/packages/lisp.scm (sbcl-lack-component)[source]: Use git-file-name.
* gnu: sbcl-lack-middleware-backtrace: Provide a file-name.Efraim Flashner2019-11-28
| | | | | * gnu/packages/lisp.scm (sbcl-lack-middleware-backtrace)[source]: Use git-file-name.
* gnu: r-emmeans: Update to 1.4.3.01.Ricardo Wurmus2019-11-28
| | | | * gnu/packages/cran.scm (r-emmeans): Update to 1.4.3.01.
* doc: Link to Guile's SXML section.Ludovic Courtès2019-11-28
| | | | | * doc/guix.texi (PAM Mount Service): Add xref to the "SXML" section of the Guile manual.
* services: Add pam-mount.Guillaume Le Vaillant2019-11-28
| | | | | | | | * gnu/services/pam-mount.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (PAM Mount Service): New subsection. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* ui: 'display-generation' emits a hyperlink for the generation.Ludovic Courtès2019-11-28
| | | | | | * guix/ui.scm (supports-hyperlinks?): Make 'port' optional. (display-generation): Use 'file-hyperlink' for the heading when 'supports-hyperlinks?' returns true.
* ui: Add 'file-hyperlink'.Ludovic Courtès2019-11-28
| | | | | * guix/ui.scm (file-hyperlink): New procedure. (location->hyperlink): Use it.
* services: nginx: Add description.Ludovic Courtès2019-11-28
| | | | * gnu/services/web.scm (nginx-service-type)[description]: New field.
* substitute: 'http-multiple-get' no longer drops requests above 1,000.Ludovic Courtès2019-11-28
| | | | | | | | | | Previously, in the unlikely case 'http-multiple-get' was passed more than 1,000 requests, it could have dropped all those above 1,000. * guix/scripts/substitute.scm (http-multiple-get): Define 'batch'. Use that for the 'write-request' loop. Add 'processed' parameter to 'loop' and use that to compute the remaining requests and call 'connect' in the recursion base case.
* doc: Handle right arrows in 'syntax-highlighted-html'.Ludovic Courtès2019-11-28
| | | | * doc/build.scm (syntax-highlighted-html)[build](entity->string): Add "rarr".
* lint: Check for more packages which should be native.Efraim Flashner2019-11-28
| | | | * guix/lint.scm (check-inputs-should-be-native): Add yasm, nasm, fasm.
* gnu: avidemux: Clean up inputs.Efraim Flashner2019-11-28
| | | | | | | * gnu/packages/video.scm (avidemux)[inputs]: Remove sdl. Move perl, python-wrapper, qttools, yasm ... [native-inputs]: ... to here. [arguments]: Remove references to sdl.
* gnu: snorenotify: Update inputs.Efraim Flashner2019-11-28
| | | | | | * gnu/packages/kde.scm (snorenotify)[inputs]: Move extra-cmake-modules, qttools ... [native-inputs]: ... to here.
* gnu: gparted: Satisfy 'guix lint'.Efraim Flashner2019-11-28
| | | | | * gnu/packages/disk.scm (gparted)[inputs]: Move itstool ... [native-inputs]: ... to here.
* gnu: r-e1071: Update to 1.7-3.Ricardo Wurmus2019-11-28
| | | | * gnu/packages/statistics.scm (r-e1071): Update to 1.7-3.
* gnu: r-rmarkdown: Update to 1.18.Ricardo Wurmus2019-11-28
| | | | * gnu/packages/statistics.scm (r-rmarkdown): Update to 1.18.
* gnu: r-matrix: Update to 1.2-18.Ricardo Wurmus2019-11-28
| | | | * gnu/packages/statistics.scm (r-matrix): Update to 1.2-18.
* gnu: r-igraph: Update to 1.2.4.2.Ricardo Wurmus2019-11-28
| | | | * gnu/packages/graph.scm (r-igraph): Update to 1.2.4.2.