Age | Commit message (Expand) | Author |
2020-01-17 | gnu: vpnc: Use HTTPS home page....* gnu/packages/vpn.scm (vpnc)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-17 | gnu: python-maxminddb, python-geoip2: Use HTTPS home page....* gnu/packages/geo.scm (python-maxminddb, python-geoip2)[home-page]:
Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-17 | gnu: gunicorn: Use HTTPS home page....* gnu/packages/python-web.scm (gunicorn)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-17 | gnu: guix: Add "guile3.0-guix" variant....* gnu/packages/package-management.scm (guile3.0-guix): New variable.
| Ludovic Courtès |
2020-01-17 | gnu: guix: Update to 50299ad....* gnu/packages/package-management.scm (guix): Update to 50299ad.
| Ludovic Courtès |
2020-01-17 | gnu: diffoscope: Update to 135....* gnu/packages/diffoscope (diffoscope): Update to 135.
| Vagrant Cascadian |
2020-01-17 | gnu: chipmunk: Use HTTPS home page URI....* gnu/packages/game-development.scm (chipmunk)[home-page]: Use HTTPS URI.
| Nicolas Goaziou |
2020-01-17 | gnu: libofx: Fix description typo....* gnu/packages/finance.scm (libofx): Change "a API" to "an API".
| Kei Kebreau |
2020-01-17 | gnu: gnucash: Enable libofx support....* gnu/packages/gnucash.scm (gnucash)[arguments]: Remove '-DWITH_OFX=OFF'
configure flag to enable libofx support.
[inputs]: Add libofx.
[propagated-inputs]: Add dconf.
| Kei Kebreau |
2020-01-17 | gnu: Add libofx....* gnu/packages/finance.scm (libofx): New variable.
| Kei Kebreau |
2020-01-17 | gnu: Add opensp....* gnu/packages/finance.scm (opensp): New variable.
| Kei Kebreau |
2020-01-17 | gnu: red-eclipse: Remove proprietary libraries and pre-compiled binaries....* gnu/packages/games.scm (red-eclipse)[source]: Add 'modules' and 'snippet'.
[home-page]: Use HTTPS.
[license]: Update license.
| Kei Kebreau |
2020-01-17 | gnu: Add chipmunk....* gnu/packages/game-development.scm (chipmunk): New variable.
| Nicolas Goaziou |
2020-01-17 | Update email address for Amin Bandali....* .mailmap: Add name and email addresses for Amin Bandali.
* gnu/local.mk, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/fpga.scm, gnu/packages/lean.scm, gnu/packages/maths.scm:
Update email address for Amin Bandali.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Amin Bandali |
2020-01-17 | gnu: ecl: Use system ASDF instead of bundled one....* gnu/packages/lisp.scm (ecl)[source]: Remove snippet.
[native-inputs]: Add cl-asdf.
[arguments]: Add 'replace-asdf' phase.
| Guillaume Le Vaillant |
2020-01-17 | gnu: sbcl-cl-async-util: Add missing input....* gnu/packages/lisp-xyz.scm (sbcl-cl-async-util)[inputs]: Add
bordeaux-threads.
| Guillaume Le Vaillant |
2020-01-17 | gnu: sbcl: Use system ASDF instead of bundled one....* gnu/packages/lisp.scm (sbcl)[source]: Remove snippet.
[native-inputs]: Add cl-asdf and sort the list.
[arguments]: Add 'replace-asdf' phase.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
| Katherine Cox-Buday |
2020-01-17 | gnu: Add cl-asdf....* gnu/packages/lisp.scm (cl-asdf): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Katherine Cox-Buday |
2020-01-17 | doc: Add booting instructions for Libreboot....* doc/guix.texi (Booting): Mention the relevant command for USB.
Instructions for DVD and for Coreboot are missing.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Wiktor Żelazny |
2020-01-17 | guix-install.sh: Create an init profile during installation...Create an init profile (/etc/profile.d/guix.sh) during installation for
better integration with foreign distros. This file, read by login-shells
sets a few environment variables (PATH, GUIX_PROFILE, GUIX_LOCALE, along
with XDG_DATA_DIRS) and makes guix-installed packages readily available
for the users. Other environment variables, as listed by `guix package
--search-paths=prefix`, are also exported.
Checks are in place to prevent the init profile from needlessly polluting
the user's environment.
* etc/guix-install.sh (sys_create_init_profile): New function to create
/etc/profile.d/guix.sh init profile.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Prafulla Giri |
2020-01-17 | build: Allow builds with Guile 3.0....* configure.ac: Add "3.0" in 'GUILE_PKG' invocation.
* doc/guix.texi (Requirements): Mention 3.0.x.
| Ludovic Courtès |
2020-01-17 | guix system: Add workaround in test for Guile 3.0.0....* tests/guix-system.sh: For the 'GRUB-config' test, add workaround for
the reported line number in Guile 3.0.0.
| Ludovic Courtès |
2020-01-17 | ui: Ignore 'raise-exception' frames when reporting exceptions....* guix/ui.scm (last-frame-with-source): Check whether FRAME corresponds
to 'raise-exception' and skip it if it does.
| Ludovic Courtès |
2020-01-17 | git-authenticate: Adjust atheia's key info....This is a followup to 05f8a143e437c0e55f118a0b2a191675a4b76ef1.
* build-aux/git-authenticate.scm (%committers): Adjust atheia's key
info.
| Ludovic Courtès |
2020-01-17 | git-authenticate: Add new key for atheia....* build-aux/git-authenticate.scm (%committers): Add atheia's 2nd key, as
seen in commit df18ea6f275abaa160a8593accb29fd273d8fc13.
| Ludovic Courtès |
2020-01-17 | gnu: imv: Record the absolute file name of 'imv-x11' and 'imv-wayland'....* gnu/packages/image-viewers.scm (imv)[arguments]: Add
'record-absolute-file-names' phase.
| Ludovic Courtès |
2020-01-17 | gnu: Add imv....* gnu/packages/image-viewers.scm (imv): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Peng Mei Yu |
2020-01-17 | gnu: Add corsix-th....* gnu/packages/games.scm (corsix-th): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2020-01-17 | import: texlive: Avoid uses of '@@' in tests....* guix/import/texlive.scm (fetch-sxml, sxml->package): Export.
* tests/texlive.scm <top level>: Call '%http-server-port'.
("fetch-sxml: returns SXML for valid XML"): Use 'with-http-server' and
set 'current-http-proxy' instead of using 'mock'.
("sxml->package"): Remove use of '@@'.
| Ludovic Courtès |
2020-01-17 | import: opam: Avoid uses of '@@' in tests....* guix/import/opam.scm (string-pat, multiline-string, list-pat)
(dict, condition): Export.
(opam-fetch): Add optional 'repository' parameter.
(opam->guix-package): Add #:repository parameter and pass it to
'opam-fetch'.
* tests/opam.scm ("opam->guix-package"): Remove use of 'mock' and pass
TEST-REPO to 'opam->guix-package' instead.
("parse-strings", "parse-multiline-strings")
("parse-lists", "parse-dicts", "parse-conditions"): Remove uses of '@@',
which are no longer needed.
| Ludovic Courtès |
2020-01-17 | doc: Replace some invalid uses of @var with @code....* doc/guix.texi (Build Systems): Replace invalid uses of @var with @code.
| Ludovic Courtès |
2020-01-17 | doc: cookbook: Avoid URL reference to the manual....* doc/guix-cookbook.texi (Other build systems): Use @xref instead of
@uref, and remove section number.
| Ludovic Courtès |
2020-01-17 | lint: vulnerabilities: Avoid 'mock' in test....* guix/lint.scm (check-vulnerabilities): Add 'package-vulnerabilities'
optional parameter.
* tests/lint.scm ("cve: one vulnerability"): Use it instead of 'mock'.
| Ludovic Courtès |
2020-01-17 | lint: derivation: Adjust exception handling for Guile 3....This makes sure the "derivation: invalid arguments" test passes on
Guile 3.0.0. Without this change, the lint warning would only include
the format string instead of the key and arguments.
* guix/lint.scm (exception-with-kind-and-args?): New procedure.
(check-derivation): Use it.
| Ludovic Courtès |
2020-01-17 | packages: Prevent inlining of 'find-best-packages-by-name'....This allows 'tests/packages.scm' to mock it.
* gnu/packages.scm (find-best-packages-by-name): Set! it at the top
level to prevent it from being inline on Guile 3.
| Ludovic Courtès |
2020-01-17 | gnu: guile-hall: Add variant for Guile 3.0....* gnu/packages/guile-xyz.scm (guile3.0-hall): New variable.
| Alex Sassmannshausen |
2020-01-17 | gnu: guile-config: Add variant for Guile 3.0....* gnu/packages/guile-xyz.scm (guile3.0-config): New variable.
| Alex Sassmannshausen |
2020-01-17 | gnu: guile-hall: Update to 0.2.1....* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.2.1.
| Alex Sassmannshausen |
2020-01-17 | gnu: guile-config: Update to 0.3.1....* gnu/packages/guile-xyz.scm (guile-config): Update to 0.3.1.
| Alex Sassmannshausen |
2020-01-17 | gnu: Add cl-green-threads....* gnu/packages/lisp-xyz.scm (sbcl-green-threads, cl-green-threads,
ecl-green-threads): New variables.
| Guillaume Le Vaillant |
2020-01-17 | gnu: Add cl-async-future....* gnu/packages/lisp-xyz.scm (sbcl-cl-async-future, cl-async-future,
ecl-cl-async-future): New variables.
| Guillaume Le Vaillant |
2020-01-17 | gnu: Add cl-blackbird....* gnu/packages/lisp-xyz.scm (sbcl-blackbird, cl-blackbird, ecl-blackbird): New
variables.
| Guillaume Le Vaillant |
2020-01-17 | gnu: Add cl-async-ssl....* gnu/packages/lisp-xyz.scm (sbcl-cl-async-ssl, cl-async-ssl,
ecl-cl-async-ssl): New variables.
| Guillaume Le Vaillant |
2020-01-17 | gnu: Add cl-async-repl....* gnu/packages/lisp-xyz.scm (sbcl-cl-async-repl, cl-async-repl,
ecl-cl-async-repl): New variables.
| Guillaume Le Vaillant |
2020-01-17 | gnu: Add cl-async....* gnu/packages/lisp-xyz.scm (sbcl-cl-async, cl-async, ecl-cl-async): New
variables.
| Guillaume Le Vaillant |
2020-01-17 | gnu: Add cl-async-util....* gnu/packages/lisp-xyz.scm (sbcl-cl-async-util, cl-async-util,
ecl-cl-async-util): New variables.
| Guillaume Le Vaillant |
2020-01-17 | gnu: Add cl-async-base....* gnu/packages/lisp-xyz.scm (sbcl-cl-async-base, cl-async-base,
ecl-cl-async-base): New variables.
| Guillaume Le Vaillant |
2020-01-17 | gnu: Add cl-libuv....* gnu/packages/lisp-xyz.scm (sbcl-cl-libuv, cl-libuv, ecl-cl-libuv): New
variables.
| Guillaume Le Vaillant |
2020-01-17 | gnu: Add cl-vom....* gnu/packages/lisp-xyz.scm (sbcl-vom, cl-vom, ecl-vom): New variables.
| Guillaume Le Vaillant |
2020-01-17 | gnu: Add cl-coroutine....* gnu/packages/lisp-xyz.scm (sbcl-cl-coroutine, cl-coroutine,
ecl-cl-coroutine): New variables.
| Guillaume Le Vaillant |