Age | Commit message (Expand) | Author |
2019-11-09 | doc: Mention value /var to localstatedir option....* README (Installing Guix from Guix): Mention value /var to localstatedir option.
* doc/contributing.texi (Building from Git): Likewise.
* doc/guix.texi (Requirements): Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| zimoun |
2019-09-04 | doc: Update 'README'....* README: Update intro a bit.
(Installing Guix as non-root): Remove as it's largely outdated.
(Contact): Update.
| Ludovic Courtès |
2019-01-09 | build: Require Guile 2.2....* configure.ac: Require Guile 2.2.
* README: Adjust accordingly.
* doc/guix.texi (Requirements): Likewise.
* gnu/packages/package-management.scm (guile2.0-guix): Deprecate.
(guix-minimal): Inherit from GUIX, not from GUILE2.0-GUIX.
| Ludovic Courtès |
2018-12-02 | Make Guile-JSON a required dependency....* README (Requirements): Remove "optional" verbiage.
* doc/guix.texi (Requirements): Move Guile-JSON from optional to required.
* configure.ac (HAVE_GUILE_JSON): Remove Automake conditional.
(have_guile_json): Error if not "yes".
* Makefile.am (MODULE, SCM_TESTS)[HAVE_GUILE_JSON]: Add modules and tests
unconditionally.
* gnu/packages/package-mangement.scm (guix-minimal)[propagated-inputs]: Leave
guile-json input.
| Eric Bavier |
2018-11-23 | Update Guile-SQLite3 URL everywhere....* README: Update Guile-SQLite3 URL.
* doc/guix.texi (Requirements): Likewise.
* guix/store/database.scm (sqlite-exec): Likewise.
* m4/guix.m4 (GUIX_CHECK_GUILE_SQLITE3): Likewise.
| Ludovic Courtès |
8942a183df4ee'>gnu: 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-01 | gnu: 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-26 | gnu: 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-18 | gnu: 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-18 | gnu: Add cozy....* gnu/packages/ebook.scm (cozy): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2020-09-08 | gnu: 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-23 | gnu: ebook.scm: Remove duplicate module import....Signed-off-by: Leo Famulari <leo@famulari.name>
| Brendan Tildesley |