Commit graph

53940 commits

Author SHA1 Message Date
Kei Kebreau 8b08cf4fdd
gnu: libofx: Fix description typo.
* gnu/packages/finance.scm (libofx): Change "a API" to "an API".
2020-01-17 15:23:30 -05:00
Kei Kebreau dfb0191286
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.
2020-01-17 15:19:14 -05:00
Kei Kebreau 952fe2da0c
gnu: Add libofx.
* gnu/packages/finance.scm (libofx): New variable.
2020-01-17 15:19:14 -05:00
Kei Kebreau 63ca1a8908
gnu: Add opensp.
* gnu/packages/finance.scm (opensp): New variable.
2020-01-17 15:19:14 -05:00
Kei Kebreau dc4469e968
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.
2020-01-17 15:19:07 -05:00
Nicolas Goaziou d6ab5f4fa7
gnu: Add chipmunk.
* gnu/packages/game-development.scm (chipmunk): New variable.
2020-01-17 21:11:51 +01:00
Amin Bandali a3143063ae
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>
2020-01-17 18:30:33 +01:00
Guillaume Le Vaillant cd4eb53c33
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.
2020-01-17 17:41:46 +01:00
Guillaume Le Vaillant 24de1f5a36
gnu: sbcl-cl-async-util: Add missing input.
* gnu/packages/lisp-xyz.scm (sbcl-cl-async-util)[inputs]: Add
  bordeaux-threads.
2020-01-17 17:41:46 +01:00
Katherine Cox-Buday 2f66c315b8
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>
2020-01-17 17:41:46 +01:00
Katherine Cox-Buday d276ffcac9
gnu: Add cl-asdf.
* gnu/packages/lisp.scm (cl-asdf): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-01-17 17:41:46 +01:00
Wiktor Żelazny 50299ade04
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>
2020-01-17 17:32:46 +01:00
Prafulla Giri 30810aff71
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>
2020-01-17 17:28:57 +01:00
Ludovic Courtès 7b2a47a702
build: Allow builds with Guile 3.0.
* configure.ac: Add "3.0" in 'GUILE_PKG' invocation.
* doc/guix.texi (Requirements): Mention 3.0.x.
2020-01-17 17:14:20 +01:00
Ludovic Courtès 1bb30aa35b
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.
2020-01-17 17:12:44 +01:00
Ludovic Courtès abbb98714b
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.
2020-01-17 17:11:34 +01:00
Ludovic Courtès b2504b1205
git-authenticate: Adjust atheia's key info.
This is a followup to 05f8a143e4.

* build-aux/git-authenticate.scm (%committers): Adjust atheia's key
info.
2020-01-17 14:43:25 +01:00
Ludovic Courtès 05f8a143e4
git-authenticate: Add new key for atheia.
* build-aux/git-authenticate.scm (%committers): Add atheia's 2nd key, as
seen in commit df18ea6f27.
2020-01-17 14:24:48 +01:00
Ludovic Courtès 51c8777095
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.
2020-01-17 14:22:08 +01:00
Peng Mei Yu cd819b45e9
gnu: Add imv.
* gnu/packages/image-viewers.scm (imv): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-17 14:22:08 +01:00
Timotej Lazar 57b6caefc2
gnu: Add corsix-th.
* gnu/packages/games.scm (corsix-th): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-17 14:22:08 +01:00
Ludovic Courtès 6f918d69b4
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 '@@'.
2020-01-17 14:22:08 +01:00
Ludovic Courtès 282f91790a
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.
2020-01-17 14:22:07 +01:00
Ludovic Courtès 0688ca7471
doc: Replace some invalid uses of @var with @code.
* doc/guix.texi (Build Systems): Replace invalid uses of @var with @code.
2020-01-17 14:22:07 +01:00
Ludovic Courtès a9e255127a
doc: cookbook: Avoid URL reference to the manual.
* doc/guix-cookbook.texi (Other build systems): Use @xref instead of
@uref, and remove section number.
2020-01-17 14:22:07 +01:00
Ludovic Courtès fcb2318e51
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'.
2020-01-17 14:22:07 +01:00
Ludovic Courtès fd4c832bdb
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.
2020-01-17 14:22:07 +01:00
Ludovic Courtès 886a76073e
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.
2020-01-17 14:22:07 +01:00
Alex Sassmannshausen df18ea6f27
gnu: guile-hall: Add variant for Guile 3.0.
* gnu/packages/guile-xyz.scm (guile3.0-hall): New variable.
2020-01-17 14:18:43 +01:00
Alex Sassmannshausen 0ac6b836ee
gnu: guile-config: Add variant for Guile 3.0.
* gnu/packages/guile-xyz.scm (guile3.0-config): New variable.
2020-01-17 14:18:42 +01:00
Alex Sassmannshausen cfc4e49823
gnu: guile-hall: Update to 0.2.1.
* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.2.1.
2020-01-17 14:18:40 +01:00
Alex Sassmannshausen 91e295470e
gnu: guile-config: Update to 0.3.1.
* gnu/packages/guile-xyz.scm (guile-config): Update to 0.3.1.
2020-01-17 14:18:34 +01:00
Guillaume Le Vaillant 8ea00edfcc
gnu: Add cl-green-threads.
* gnu/packages/lisp-xyz.scm (sbcl-green-threads, cl-green-threads,
  ecl-green-threads): New variables.
2020-01-17 13:44:39 +01:00
Guillaume Le Vaillant c5eedf80ac
gnu: Add cl-async-future.
* gnu/packages/lisp-xyz.scm (sbcl-cl-async-future, cl-async-future,
  ecl-cl-async-future): New variables.
2020-01-17 13:44:39 +01:00
Guillaume Le Vaillant 34f9b5814c
gnu: Add cl-blackbird.
* gnu/packages/lisp-xyz.scm (sbcl-blackbird, cl-blackbird, ecl-blackbird): New
  variables.
2020-01-17 13:44:39 +01:00
Guillaume Le Vaillant ae51aa9136
gnu: Add cl-async-ssl.
* gnu/packages/lisp-xyz.scm (sbcl-cl-async-ssl, cl-async-ssl,
  ecl-cl-async-ssl): New variables.
2020-01-17 13:44:39 +01:00
Guillaume Le Vaillant 19f36366c9
gnu: Add cl-async-repl.
* gnu/packages/lisp-xyz.scm (sbcl-cl-async-repl, cl-async-repl,
  ecl-cl-async-repl): New variables.
2020-01-17 13:44:38 +01:00
Guillaume Le Vaillant 8a0178dd6a
gnu: Add cl-async.
* gnu/packages/lisp-xyz.scm (sbcl-cl-async, cl-async, ecl-cl-async): New
  variables.
2020-01-17 13:44:38 +01:00
Guillaume Le Vaillant 370cf7f13d
gnu: Add cl-async-util.
* gnu/packages/lisp-xyz.scm (sbcl-cl-async-util, cl-async-util,
  ecl-cl-async-util): New variables.
2020-01-17 13:44:38 +01:00
Guillaume Le Vaillant 1cc1dfbbb0
gnu: Add cl-async-base.
* gnu/packages/lisp-xyz.scm (sbcl-cl-async-base, cl-async-base,
  ecl-cl-async-base): New variables.
2020-01-17 13:44:38 +01:00
Guillaume Le Vaillant 37b48dc181
gnu: Add cl-libuv.
* gnu/packages/lisp-xyz.scm (sbcl-cl-libuv, cl-libuv, ecl-cl-libuv): New
  variables.
2020-01-17 13:44:38 +01:00
Guillaume Le Vaillant 5b8bc813ba
gnu: Add cl-vom.
* gnu/packages/lisp-xyz.scm (sbcl-vom, cl-vom, ecl-vom): New variables.
2020-01-17 13:44:38 +01:00
Guillaume Le Vaillant 4101c7148d
gnu: Add cl-coroutine.
* gnu/packages/lisp-xyz.scm (sbcl-cl-coroutine, cl-coroutine,
  ecl-cl-coroutine): New variables.
2020-01-17 13:44:38 +01:00
Guillaume Le Vaillant f7ce86edbc
gnu: Add cl-cont.
* gnu/packages/lisp-xyz.scm (sbcl-cl-cont, cl-cont, ecl-cl-cont): New
  variables.
2020-01-17 13:44:38 +01:00
Guillaume Le Vaillant 7ca8925f3d
gnu: Add cl-fset.
* gnu/packages/lisp-xyz.scm (sbcl-fset, cl-fset): New variables.
2020-01-17 13:44:38 +01:00
Guillaume Le Vaillant 7765f4a484
gnu: Add cl-mt19937.
* gnu/packages/lisp-xyz.scm (sbcl-mt19937, cl-mt19937, ecl-mt19937): New
  variables.
2020-01-17 13:44:37 +01:00
Guillaume Le Vaillant 33865d3259
gnu: Add cl-misc-extensions.
* gnu/packages/lisp-xyz.scm (sbcl-misc-extensions, cl-misc-extensions,
  ecl-misc-extensions): New variables.
2020-01-17 13:44:37 +01:00
Alex Sassmannshausen 33ed8296c0
gnu: services: Allow extra content in mysql configuration.
* gnu/services/databases.scm (<mysql-configuration>): New field.
  (mysql-configuration-file): Use it.
2020-01-17 11:28:40 +01:00
Efraim Flashner bd843a2ff6
gnu: rust-lock-api-0.3: Update to 0.3.3.
* gnu/packages/crates-io.scm (rust-lock-api-0.3): Update to 0.3.3.
2020-01-17 09:53:20 +02:00
Efraim Flashner 468e15b1af
gnu: rust-lock-api-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-lock-api-0.1)[arguments]: Skip build.
Add rust-scopeguard-0.3, rust-owning-ref-0.4 to cargo-inputs.
[properties]: Remove field.
2020-01-17 09:53:20 +02:00