aboutsummaryrefslogtreecommitdiff
path: root/tests/gremlin.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-01-03 07:34:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-01-03 19:40:35 +0100
commite5b9bdacc40ff9e90bdfae2929250d44ccebb95e (patch)
treed4e2dd34626546ed2085016fe4f5720ed4a4c504 /tests/gremlin.scm
parent4d047d19707de647ebbf62cbcdedd8a2d9485dec (diff)
downloadguix-e5b9bdacc40ff9e90bdfae2929250d44ccebb95e.tar.gz
guix-e5b9bdacc40ff9e90bdfae2929250d44ccebb95e.zip
gnu: xterm: Update to 363.
* gnu/packages/xorg.scm (xterm): Update to 363.
Diffstat (limited to 'tests/gremlin.scm')
0 files changed, 0 insertions, 0 deletions
packages/web.scm (linkchecker): Use python2-dnspython-1.16. * gnu/packages/finance.scm (electrum): Use python-dnspython-1.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kyle Meyer 2020-12-12gnu: Add ebook-tools....* gnu/packages/ebook.scm (ebook-tools): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Zheng Junjie 2020-11-28gnu: calibre: Fix QTWEBENGINEPROCESS_PATH wrapping....Even thought this is named PATH, it's not a search path, instead the value is assumed to be the location of the executable. * gnu/packages/ebook.scm (calibre)[arguments]: Fix QTWEBENGINEPROCESS_PATH wrapping. Signed-off-by: Christopher Baines <mail@cbaines.net> Sergey Trofimov 2020-11-26gnu: cozy: Update to 0.7.6....* gnu/packages/ebook.scm (cozy): Update to 0.7.6. [arguments]: Adjust 'patch-desktop-file phase. [inputs]: Add libhandy. Remove python-apsw. Tobias Geerinckx-Rice 2020-10-01gnu: cozy: Update to 0.7.2....* gnu/packages/ebook.scm (cozy): Update to 0.7.2. [inputs]: Add python-packaging. Tobias Geerinckx-Rice 2020-09-26gnu: cozy: Update to 0.7.1....* gnu/packages/ebook.scm (cozy): Update to 0.7.1. [arguments]: Substitute only the Exec line in the desktop file. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego 2020-09-18gnu: calibre: Clean up 'wrap phase....Based on the suggestion of the author, this commit cleans up the changes introduced by fd3eac4dd774597d493e6d8aae7b1c2653070bc7 For more information, see: https://issues.guix.gnu.org/43249 * gnu/packages/e-book.scm (calibre): [arguments]: Remove the manual 'wrap phase replacement and add a 'wrap-program phase after standard 'wrap phase to make the runtime dependency QtWebEngineProcess available to the binaries. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Prafulla Giri 2020-09-18gnu: Add cozy....* gnu/packages/ebook.scm (cozy): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego 2020-09-08gnu: calibre: Wrap QTWEBENGINEPROCESS_PATH....* gnu/packages/ebook.scm (calibre): Wrap QTWEBENGINEPROCESS_PATH in addition to wrapping PYTHONPATH as python-build-system does. Signed-off-by: Andreas Enge <andreas@enge.fr> Brendan Tildesley 2020-08-23gnu: ebook.scm: Remove duplicate module import....Signed-off-by: Leo Famulari <leo@famulari.name> Brendan Tildesley