summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add vice.series-3140Christopher Lemmer Webber2020-03-12
| | | | * gnu/packages/emulators.scm (vice): New variable.
* gnu: Borg: Update to 1.1.11.base-for-series-3140Leo Famulari2020-03-11
| | | | * gnu/packages/backup.scm (borg): Update to 1.1.11.
* gnu: xxHash: Update to 0.7.3.Leo Famulari2020-03-11
| | | | * gnu/packages/digest.scm (xxhash): Update to 0.7.3.
* gnu: Remove year range from copyright header.Marius Bakke2020-03-11
| | | | | * gnu/packages/python-xyz.scm: List years explicitly instead of range in copyright line.
* gnu: Remove duplicate copyright line.Marius Bakke2020-03-11
| | | | * gnu/packages/python-xyz.scm: Remove duplicate copyright.
* gnu: python-cookies: Use the correct version of pytest.Marius Bakke2020-03-11
| | | | | * gnu/packages/python-web.scm (python-cookies)[native-inputs]: Change PYTHON2-PYTEST to PYTHON-PYTEST.
* gnu: python2-radon: Fix build.Marius Bakke2020-03-11
| | | | | | * gnu/packages/python-xyz.scm (python-radon)[properties]: New field. * gnu/packages/python-xyz.scm (python2-radon)[propagated-inputs]: Add PYTHON2-CONFIGPARSER and PYTHON2-FUTURE.
* gnu: python-virtualenv: Update to 20.0.10.Marius Bakke2020-03-11
| | | | * gnu/packages/python-xyz.scm (python-virtualenv): Update to 20.0.10.
* gnu: python2-virtualenv: Fix build.Marius Bakke2020-03-11
| | | | | | * gnu/packages/python-xyz.scm (python-virtualenv)[properties]: New field. (python2-virtualenv)[propagated-inputs]: Add PYTHON2-CONTEXTLIB2. [arguments]: New field.
* gnu: python-contextlib2: Update to 0.6.0.post1.Marius Bakke2020-03-11
| | | | * gnu/packages/python-xyz.scm (python-contextlib2): Update to 0.6.0.post1.
* gnu: lpd8editor: Remove package.Leo Famulari2020-03-11
| | | | | | This package has not built successfully in several months. * gnu/packages/music.scm (lpd8editor): Remove variable.
* gnu: Add xa.Christopher Lemmer Webber2020-03-11
| | | | * gnu/packages/assembly.scm (xa): New variable.
* gnu: spatialite-gui: Fix GUI not showing up.Guillaume Le Vaillant2020-03-11
| | | | * gnu/packages/geo.scm (spatialite-gui)[arguments]: Add 'fix-gui' phase.
* gnu: isc-dhcp: Fix cross-compilation.Marius Bakke2020-03-11
| | | | | | * gnu/packages/admin.scm (isc-dhcp)[arguments]: Set BUILD_CC in 'fix-bind-cross-compilation' phase. While at it, make the phase conditional on %CURRENT-TARGET-SYSTEM.
* gnu: zile: Fix cross-compilation.Marius Bakke2020-03-11
| | | | | | * gnu/packages/zile.scm (zile)[native-inputs]: Add THIS-PACKAGE when cross-compiling. [arguments]: Add phase when cross-compiling.
* gnu: python-multidict: Update to 4.7.5.Marius Bakke2020-03-11
| | | | | | * gnu/packages/python-xyz.scm (python-multidict): Update to 4.7.5. [arguments]: New field. [native-inputs]: Remove PYTHON-PYTEST-RUNNER. Add PYTHON-PYTEST-COV.
* gnu: Add clipmenu.Damien Cassou2020-03-11
| | | | | | * gnu/packages/xdisorg.scm (clipmenu): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add clipnotify.Damien Cassou2020-03-11
| | | | | | * gnu/packages/xdisorg.scm (clipnotify): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* download: Remove (web http) workarounds no longer relevant.Ludovic Courtès2020-03-11
| | | | | | * guix/build/download.scm <top level>: Remove workarounds for <https://bugs.gnu.org/23421> and for <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00070.html>.
* build: Require Guile 2.2.3 or later.Ludovic Courtès2020-03-11
| | | | * configure.ac: For 2.2.x, require 2.2.3 or later.
* ui: Restore line wrapping for 'package->recutils'.Ludovic Courtès2020-03-11
| | | | | | | | | | Fixes a regression introduced when switching to Guile 3.0.0 whereby monkey-patching 'wrap*' wouldn't have any effects due to inlining. * guix/ui.scm (%text-width): Define in terms of the '*line-width*' fluid when it's defined. <top level>: Set (@@ (texinfo plain-text) wrap*) only when '*line-width*' is undefined.
* gnu: Add r-hrbrthemes.Mădălin Ionel Patrașcu2020-03-11
| | | | | | * gnu/packages/cran.scm (r-hrbrthemes): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: gnutls@3.6.10: Add dependency on datefudge and util-linux.Marius Bakke2020-03-11
| | | | * gnu/packages/tls.scm (gnutls-3.6.10)[native-inputs]: New field.
* gnu: nsis: Update to 3.05.Carl Dong2020-03-11
| | | | * gnu/packages/installers.scm (nsis): Update to 3.05.
* gnu: Add phodav.Raghav Gururajan2020-03-11
| | | | | | * gnu/packages/gnome.scm (phodav): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: python-pybedtools: Update to 0.8.1.Efraim Flashner2020-03-11
| | | | | | * gnu/packages/bioinformatics.scm (python-pybedtools): Update to 0.8.1. [arguments]: Add another test to the 'disable-broken-tests phase. (python2-pybedtools)[native-inputs]: Add python2-pathlib.
* gnu: Add python2-pygraphviz.Efraim Flashner2020-03-11
| | | | * gnu/packages/graphviz.scm (python2-pygraphviz): New variable.
* gnu: python-pyfaidx: Update to 0.5.8.Efraim Flashner2020-03-11
| | | | * gnu/packages/bioinformatics.scm (python-pyfaidx): Update to 0.5.8.
* gnu: Add python2-pyfaidx.Efraim Flashner2020-03-11
| | | | * gnu/packages/bioinformatics.scm (python2-pyfaidx): New variable.
* gnu: python2-ipykernel: Downgrade to 4.10.1.Efraim Flashner2020-03-11
| | | | | | | | | | | This is the last version actually supported by ipykernel. * gnu/packages/python-xyz.scm (python2-ipython): Downgrade to 4.10.1. [arguments]: Remove custom 'check phase. [propagated-inputs]: Add python2-tornado, python2-traitlets. [native-inputs]: Add python2-mock, python2-pytest-cov. (python-ipykernel)[properties): Declare python2-ipykernel as the python2- variant.
* gnu: python-ipython: Declare python2 variant.Efraim Flashner2020-03-11
| | | | | * gnu/packages/python-xyz.scm (python-ipython)[properties]: Declare python2-ipython as the python2- variant.
* gnu: docker: Update to 19.03.7.Danny Milosavljevic2020-03-11
| | | | | * gnu/packages/docker.scm (docker): Update to 19.03.7. (docker-cli): Update to 19.03.7.
* gnu: r-ggsignif: Fix build.Roel Janssen2020-03-11
| | | | | * gnu/packages/cran.scm (r-ggsignif): Add knitr to native-inputs in order to build the vignette.
* gnu: t1lib: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/fontutils.scm (t1lib)[home-page]: Use HTTPS.
* gnu: desktop-file-utils: Update to 0.24.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/freedesktop.scm (desktop-file-utils): Update to 0.24.
* gnu: desktop-file-utils: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/freedesktop.scm (desktop-file-utils)[source]: Hard-code NAME.
* gnu: you-get: Update to 0.4.1410.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/video.scm (you-get): Update to 0.4.1410.
* gnu: fortune-mod: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/games.scm (fortune-mod)[home-page]: Use HTTPS.
* gnu: grue-hunter: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/games.scm (grue-hunter)[home-page]: Use HTTPS.
* gnu: emulation-station: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/emulators.scm (emulation-station)[home-page]: Use HTTPS.
* gnu: dfu-programmer: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/flashing-tools.scm (dfu-programmer)[home-page]: Use HTTPS.
* gnu: rocksdb: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/databases.scm (rocksdb)[home-page]: Use HTTPS.
* gnu: soundconverter: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/gnome.scm (soundconverter)[home-page]: Use HTTPS.
* gnu: gd: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/gd.scm (gd)[home-page]: Use HTTPS.
* gnu: python-tomlkit: Fix typos in descriptions.Tobias Geerinckx-Rice2020-03-11
| | | | | * gnu/packages/python-xyz.scm (python-tomlkit)[synopsis, description]: Fix typos.
* gnu: python-tomlkit: Update to 0.5.11.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.5.11.
* gnu: gpxsee: Extend description.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/gps.scm (gpxsee)[description]: Extend.
* gnu: gpxsee: Update to 7.25.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/gps.scm (gpxsee): Update to 7.25.
* gnu: batctl: Update to 2020.0.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/networking.scm (batctl): Update to 2020.0.
* guix-install.sh: Install SysV init script.Danny Milosavljevic2020-03-11
| | | | * etc/guix-install.sh (sys_enable_guix_daemon): Install SysV init script.