Commit Graph

47302 Commits

Author SHA1 Message Date
Robert Vollmert c26f562e5e
services: nginx: Pass run-directory on config test.
Fixes <https://bugs.gnu.org/36388>.
This fixes error logging errors in the activation script.

* gnu/services/web.scm (nginx-activation): Add "-p" flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-04 23:41:07 +02:00
Ludovic Courtès 8161c2d6ce
gnu: ghostscript: Keep the replacement private.
This avoids having two matches for the "ghostscript" spec.

* gnu/packages/ghostscript.scm (ghostscript/fixed): Keep private.
2019-09-04 23:41:07 +02:00
Julien Lepiller ce502774b4
gnu: ocaml-easy-format: Update to 1.3.2.
* gnu/packages/ocaml.scm (ocaml-easy-format): Update to 1.3.2.
2019-09-04 23:08:49 +02:00
Julien Lepiller e57dd20118
gnu: ocaml-frontc: Update to 3.4.2.
* gnu/packages/ocaml.scm (ocaml-frontc): Update to 3.4.2.
2019-09-04 23:08:45 +02:00
Julien Lepiller 4a8a0d8520
gnu: ocaml-ssl: Update to 0.5.9.
* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.9.
2019-09-04 23:08:41 +02:00
Julien Lepiller 5a3082eca8
gnu: opam: Update to 2.0.5.
* gnu/packages/ocaml.scm (opam): Update to 2.0.5.
2019-09-04 23:08:38 +02:00
Julien Lepiller 69c83817f8
gnu: ocaml-stringext: Update to 1.6.0.
* gnu/packages/ocaml.scm (ocaml-stringext): Update to 1.6.0.
2019-09-04 23:08:34 +02:00
Julien Lepiller b3419c4027
gnu: ocaml-markup: Update to 0.8.1.
* gnu/packages/ocaml.scm (ocaml-markup): Update to 0.8.1.
(ocaml-bisect-ppx): Use propagated-inputs instead of inputs.
2019-09-04 23:08:25 +02:00
Julien Lepiller 72b2e2ea7a
gnu: ocaml-lwt-log: Update to 1.1.1.
* gnu/packages/ocaml.scm (ocaml-lwt-log): Update to 1.1.1.
[source]: Use git-fetch.
2019-09-04 23:08:22 +02:00
Julien Lepiller 8dfe8fee54
gnu: ocaml-biniou: Update to 1.2.1.
* gnu/packages/ocaml.scm (ocaml-biniou): Update to 1.2.1.
2019-09-04 23:08:18 +02:00
Julien Lepiller b2f810fe93
import: opam: Use propagated-inputs instead of inputs.
* guix/import/opam.scm (opam->guix-package): Use propagated-inputs instead of inputs.
2019-09-04 23:08:16 +02:00
Julien Lepiller d3366a8ee8
import: opam: Remove initial "v" in some version numbers.
* guix/import/opam.scm (opam-fetch): Remove initial "v" in some version numbers.
2019-09-04 23:07:55 +02:00
nixo 11d73fb412
gnu: julia: Set search path.
* gnu/packages/julia.scm (julia)[native-search-paths]: Add
specification for JULIA_LOAD_PATH.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-09-04 22:18:07 +02:00
nixo a44a535ebe
build: Add julia-build-system.
* guix/build/julia-build-system.scm: New file.
* guix/build-system/julia.scm: New file.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Build Systems): Document julia-build-system.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-09-04 22:17:38 +02:00
Marius Bakke 4ab97ef18f
Revert "gnu: texinfo: Fix cross-compilation."
This causes too many rebuilds for the master branch.

This reverts commit 210b6412ee.
2019-09-04 19:18:10 +02:00
Arun Isaac 7c93edb93e
gnu: librepcb: Update to 0.1.2.
* gnu/packages/engineering.scm (librepcb): Update to 0.1.2.
2019-09-04 22:03:51 +05:30
Mathieu Othacehe 210b6412ee
gnu: texinfo: Fix cross-compilation.
* gnu/packages/texinfo.scm (texinfo)[arguments]: Do not reset environment
before running configure with the native compiler, in a cross-compilation
context,
[inputs]: move perl from here ...
[native-inputs]: ... to here. Also add ncurses that is needed in a
cross-compilation context to build texinfo native tools.
2019-09-04 18:25:17 +02:00
Mathieu Othacehe 6ef379f879
gnu: make-linux-libre: Fix cross-compilation.
* gnu/packages/linux.scm (make-linux-libre)[arguments]: Unset CROSS_CPATH to
make sure that cross-libc is not found. Otherwise, some of its header would
conflict with the one from linux (stdint.h and linux/types.h).
2019-09-04 18:21:19 +02:00
Mathieu Othacehe 6202bb33eb
gnu: linux-libre: Enable built-in ext4 support.
When running qemu-img from (gnu system vm) with an aarch64 kernel, mounting
ext4 partitions fails because no modprobe of ext4 module is made. Like for
other kernel configs, provide built-in support for ext4 partitions.

* gnu/packages/aux-files/linux-libre/5.2-arm64.conf: Enable built-in ext4,
like in intel and armhf configs.
2019-09-04 18:17:45 +02:00
Mathieu Othacehe 7c35342472
gnu: grub: Fix cross-compilation.
* gnu/packages/bootloaders.scm (grub)[arguments]: Search for unifont in both
native-inputs and inputs.
2019-09-04 18:14:25 +02:00
Mathieu Othacehe 58a75996ec
gnu: glibc-utf8-locales: Fix cross-compilation.
* gnu/packages/base.scm (glibc-utf8-locales)[inputs]: Move to ...
[native-inputs]: ... here, in order to fix cross-compilation.
* gnu/packages/commencement.scm (glibc-utf8-locales-final)[inputs]: Move to ...
[native-inputs]: ... here, in order to fix cross-compilation.
2019-09-04 18:05:59 +02:00
Pierre-Moana Levesque e94b95473e
gnu: guile-wm: Fix cross-compilation.
* gnu/packages/guile-wm.scm (guile-wm): Add guile and guile-xcb to native-inputs.
2019-09-04 18:01:49 +02:00
Mathieu Othacehe 328a4c5bf1
linux-initrd: Use native gzip.
* gnu/system/linux-initrd.scm (expression->initrd): Pass native gzip to
build-initrd procedure.
2019-09-04 17:56:13 +02:00
Marius Bakke 5ee1c0459e
gnu: ungoogled-chromium: Allow microphone access.
Fixes <https://bugs.gnu.org/36961>.

* gnu/packages/aux-files/chromium/master-preferences.json: Remove
"audio_capture_enabled" flag.
2019-09-04 13:17:39 +02:00
Marius Bakke c959d99fd0
gnu: hdf4: Update to 4.2.14.
* gnu/packages/maths.scm (hdf4): Update to 4.2.14.
2019-09-04 13:17:38 +02:00
Rutger Helling beb0b947c1
gnu: kitty: Update to 0.14.4.
* gnu/packages/terminals.scm (kitty): Update to 0.14.4.
2019-09-04 13:16:35 +02:00
Jovany Leandro G.C f1371daa97
gnu: twinkle: update to 1.10.2.
* gnu/packages/telephony.scm (twinkle): update to 1.10.2
* gnu/packages/patches/twinkle-include-qregexpvalidator.patch: Delete
it.
* gnu/local.mk (dist_patch_DATA): Remove patch.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-09-04 13:02:27 +02:00
Ludovic Courtès 191668bc97
import: crate: Correct interpretation of dual-licensing strings.
* guix/import/crate.scm (%dual-license-rx): New variable.
(crate->guix-package)[string->license]: Rewrite to match it.
* tests/crate.scm (test-crate): Adjust "license" field to current
practice.
2019-09-04 13:02:27 +02:00
Ludovic Courtès 2791870d09
import: crate: Separate crates.io API from actual conversion.
This provides a clean separation between bindings to the
https://crates.io/api/v1 API and actual conversion to Guix package
sexps.

As a side-effect, it fixes things like "guix import blake2-rfc", "guix
refresh -t crates", etc.

* guix/import/crate.scm (<crate>, <crate-version>, <crate-dependency>):
New record types.
(lookup-crate, crate-version-dependencies): New procedures.
(crate-fetch): Remove.
(crate->guix-package): Rewrite to use the new API.
(latest-release): Likewise.
* guix/build-system/cargo.scm (%crate-base-url): New variable.
* tests/crate.scm (test-crate): Update accordingly.

fixlet
2019-09-04 13:02:27 +02:00
Ludovic Courtès a85a74ce6c
ci: Use (guix json) and adjust for Guile-JSON 3.x.
This is in part a followup to 81c3dc3224.

* guix/ci.scm (<build>, <checkout>, <evaluation>): Define using
'define-json-mapping'.
(json->build, json->checkout, json->evaluation): Remove.
(queued-builds, latest-builds, latest-evaluations): Pass JSON arrays
through 'vector->list' to adjust for Guile-JSON 3.x.
(evaluations-for-commit): Fix typo to really export.
2019-09-04 13:02:27 +02:00
Ludovic Courtès 76073d29e1
Add (guix json).
* guix/swh.scm (define-json-reader, define-json-mapping): Move to...
* guix/json.scm: ... here.  New file.
* Makefile.am (MODULES): Add it.
2019-09-04 13:02:27 +02:00
Ludovic Courtès 91300526b7
deploy: Add missing store options.
* guix/scripts/deploy.scm (%default-options): Add missing options such
as 'print-build-trace?', etc.
2019-09-04 13:02:27 +02:00
Ludovic Courtès 3c82f12541
tests: Adjust '--with-commit' test.
This is a followup to 4d04bc50d2.

* tests/guix-build-branch.sh: Expect "v0.1.0" to lead to
"guile-gcrypt-0.1.0".
2019-09-04 13:02:27 +02:00
Julien Lepiller 1fe01b7011
gnu: ocaml-fileutils: Update to 0.6.0.
* gnu/packages/ocaml.scm (ocaml-fileutils): Update to 0.6.0.
2019-09-03 23:32:38 +02:00
Julien Lepiller 1a0d41b34d
gnu: ocaml-utop: Update to 2.4.1.
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.4.1.
(ocaml-lamdba-term): Update to 2.0.2.
(ocaml-zed): Update to 2.0.3.
2019-09-03 23:32:34 +02:00
Julien Lepiller a21ea76fbf
gnu: Add ocaml-stdlib-shims.
* gnu/packages/ocaml.scm (ocaml-stdlib-shims): New variable.
2019-09-03 23:32:30 +02:00
Julien Lepiller e60330510a
gnu: Add ocaml-charinfo-width.
* gnu/packages/ocaml.scm (ocaml-charinfo-width): New variable.
2019-09-03 23:32:26 +02:00
Julien Lepiller a468fc5e8c
gnu: ocaml-camomile: Update to 1.0.2.
* gnu/packages/ocaml.scm (ocaml-camomile): Update to 1.0.2.
[arguments]: Fix profile and disable failing tests.
2019-09-03 23:32:17 +02:00
Julien Lepiller 3882f607e8
gnu: ocaml-zarith: Update to 1.9.1.
* gnu/packages/ocaml.scm (ocaml-zarith): Update to 1.9.1.
2019-09-03 23:32:14 +02:00
Julien Lepiller d47c8fffd0
gnu: ocaml-result: Update to 1.4.
* gnu/packages/ocaml.scm (ocaml-result): Update to 1.4.
2019-09-03 23:32:10 +02:00
Julien Lepiller 5ab63bd583
gnu: ocaml-odoc: Update to 1.4.1.
* gnu/packages/ocaml.scm (ocaml-odoc): Update to 1.4.1.
2019-09-03 23:32:05 +02:00
Julien Lepiller 283ed30e1a
gnu: dune: Update to 1.11.3.
* gnu/packages/ocaml.scm (dune): Update to 1.11.3.
[source]: Use git-fetch.
2019-09-03 23:31:58 +02:00
Julien Lepiller ab68604e5f
gnu: ocaml-qcheck: Update to 0.10.
* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.10.
2019-09-03 23:31:50 +02:00
Julien Lepiller 8cc6a876bd
gnu: ocaml-migrate-parsetree: Update to 1.4.0.
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 1.4.0.
(ocaml-ppx-tools-versioned): Update to 5.2.3.
[source]: Use git-fetch.
(ocaml-bisect-ppx): Fix compilation error.
2019-09-03 23:31:35 +02:00
Julien Lepiller f082c78c98
gnu: ocaml-cppo: Update to 1.6.6.
* gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.6.
[source]: Use git-fetch.
2019-09-03 23:31:31 +02:00
Julien Lepiller 242e9f0d2c
gnu: ocaml-batteries: Update to 2.10.0.
* gnu/packages/ocaml.scm (ocaml-batteries): Update to 2.10.0.
2019-09-03 23:31:24 +02:00
Brian Leung 948c700b90
gnu: Add emacs-pubmed.
* gnu/packages/emacs-xyz.scm (emacs-pubmed): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-09-03 23:00:35 +03:00
Brian Leung d070a0884c
gnu: Add emacs-unidecode.
* gnu/packages/emacs-xyz.scm (emacs-unidecode): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-09-03 23:00:35 +03:00
Brian Leung c9f8d6a953
gnu: Add emacs-org-tanglesync.
* gnu/packages/emacs-xyz.scm (emacs-org-tanglesync): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-09-03 23:00:34 +03:00
Brian Leung 8ac56556fe
gnu: emacs-org-pomodoro: Update to 2.1.0-1.aa07c11.
* gnu/packages/emacs-xyz.scm (emacs-org-pomodoro): Update to 2.1.0-1.aa07c11.
[arguments]: Include "resources" directory and run tests.
[source]: Update url.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-09-03 23:00:34 +03:00