summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* import: crate: Correct interpretation of dual-licensing strings.Ludovic Courtès2019-09-04
| | | | | | | * 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.
* import: crate: Separate crates.io API from actual conversion.Ludovic Courtès2019-09-04
| | | | | | | | | | | | | | | | | | | | 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
* ci: Use (guix json) and adjust for Guile-JSON 3.x.Ludovic Courtès2019-09-04
| | | | | | | | | | | This is in part a followup to 81c3dc32244a17241d74eea9fa265edfcb326f6d. * 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.
* Add (guix json).Ludovic Courtès2019-09-04
| | | | | | * guix/swh.scm (define-json-reader, define-json-mapping): Move to... * guix/json.scm: ... here. New file. * Makefile.am (MODULES): Add it.
* deploy: Add missing store options.Ludovic Courtès2019-09-04
| | | | | * guix/scripts/deploy.scm (%default-options): Add missing options such as 'print-build-trace?', etc.
* tests: Adjust '--with-commit' test.Ludovic Courtès2019-09-04
| | | | | | | This is a followup to 4d04bc50d2df32be326e0f48f378dc581f873989. * tests/guix-build-branch.sh: Expect "v0.1.0" to lead to "guile-gcrypt-0.1.0".
* gnu: ocaml-fileutils: Update to 0.6.0.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-fileutils): Update to 0.6.0.
* gnu: ocaml-utop: Update to 2.4.1.Julien Lepiller2019-09-03
| | | | | | * 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.
* gnu: Add ocaml-stdlib-shims.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-stdlib-shims): New variable.
* gnu: Add ocaml-charinfo-width.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-charinfo-width): New variable.
* gnu: ocaml-camomile: Update to 1.0.2.Julien Lepiller2019-09-03
| | | | | * gnu/packages/ocaml.scm (ocaml-camomile): Update to 1.0.2. [arguments]: Fix profile and disable failing tests.
* gnu: ocaml-zarith: Update to 1.9.1.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-zarith): Update to 1.9.1.
* gnu: ocaml-result: Update to 1.4.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-result): Update to 1.4.
* gnu: ocaml-odoc: Update to 1.4.1.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-odoc): Update to 1.4.1.
* gnu: dune: Update to 1.11.3.Julien Lepiller2019-09-03
| | | | | * gnu/packages/ocaml.scm (dune): Update to 1.11.3. [source]: Use git-fetch.
* gnu: ocaml-qcheck: Update to 0.10.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.10.
* gnu: ocaml-migrate-parsetree: Update to 1.4.0.Julien Lepiller2019-09-03
| | | | | | | * 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.
* gnu: ocaml-cppo: Update to 1.6.6.Julien Lepiller2019-09-03
| | | | | * gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.6. [source]: Use git-fetch.
* gnu: ocaml-batteries: Update to 2.10.0.Julien Lepiller2019-09-03
| | | | * gnu/packages/ocaml.scm (ocaml-batteries): Update to 2.10.0.
* gnu: Add emacs-pubmed.Brian Leung2019-09-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pubmed): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add emacs-unidecode.Brian Leung2019-09-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-unidecode): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add emacs-org-tanglesync.Brian Leung2019-09-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-tanglesync): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-org-pomodoro: Update to 2.1.0-1.aa07c11.Brian Leung2019-09-03
| | | | | | | | * 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>
* doc: guix deploy: Add missing record field to example.Ricardo Wurmus2019-09-03
| | | | | | Reported by GNUtoo on #guix. * doc/guix.texi (Invoking guix deploy): Add missing "system" field to example.
* gnu: next: Update to 1.3.1.Pierre Neidhardt2019-09-03
| | | | | | | * gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.3.1. [source]: Use GitHub. (sbcl-next-download-manager)[arguments]: Fix asd-system-name. (next)[inputs]: Remove unneeded dependencies.
* gnu: guile-gi: Update to 0.2.0.Ricardo Wurmus2019-09-03
| | | | | | * gnu/packages/guile-xyz.scm (guile-gi): Update to 0.2.0. [arguments]: Remove make flags. [native-inputs]: Add glib:bin.
* gnu: r-wordcloud: Add r-tm to inputs.Ricardo Wurmus2019-09-03
| | | | * gnu/packages/cran.scm (r-wordcloud)[propagated-inputs]: Add r-tm.
* gnu: Add r-tm.Ricardo Wurmus2019-09-03
| | | | * gnu/packages/cran.scm (r-tm): New variable.
* gnu: Add r-nlp.Ricardo Wurmus2019-09-03
| | | | * gnu/packages/cran.scm (r-nlp): New variable.
* gnu: rust-unicode-xid: Update to 0.2.0.Giacomo Leidi2019-09-03
| | | | | | | | | * gnu/packages/crates-io.scm (rust-unicode-xid): Update to 0.2.0. (rust-unicode-xid-0.1): New variable. (rust-proc-macro2)[arguments]: Specify rust-unicode-xid-0.1 in cargo-inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-constant-time-eq.Giacomo Leidi2019-09-03
| | | | | | * gnu/packages/crates-io.scm (rust-constant-time-eq): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-org-ql: Update to 0.2.Brian Leung2019-09-03
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.2. [inputs]: Add emacs-ts and emacs-org. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-org-sidebar: Update to 0.1-1.ed951d1.Brian Leung2019-09-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.1-1.ed951d1. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add emacs-ts.Brian Leung2019-09-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ts): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add hoogle.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-apps.scm (hoogle): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-js-flot.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-web.scm (ghc-js-flot): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-js-jquery.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-web.scm (ghc-js-jquery): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-process-extras.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-process-extras): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-storable-tuple.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-storable-tuple): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-listlike.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-listlike): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-storable-record.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-storable-record): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-fmlist.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-fmlist): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-storablevector.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-storablevector): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-timeit.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-timeit): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-non-negative.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-non-negative): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-unsafe.John Soo2019-09-02
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-unsafe): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: icecat: Update to 60.9.0-guix1.Mark H Weaver2019-09-02
| | | | | * gnu/packages/gnuzilla.scm (%icecat-version): Update to 60.9.0-guix1. (icecat-source)[upstream-firefox-source]: Update hash.
* gnu: grammalecte: Update to 1.3.0.Nicolas Goaziou2019-09-02
| | | | * gnu/packages/dictionaries.scm (grammalecte): Update to 1.3.0.
* gnu: snap: Update to 5.1.0.Nicolas Goaziou2019-09-02
| | | | * gnu/packages/education.scm (snap): Update to 5.1.0.
* gnu: rclone: Update to 1.49.1.Nicolas Goaziou2019-09-02
| | | | | | * gnu/packages/sync.scm (rclone): Update to 1.49.1. [source]: Update uri. [arguments]: Update #:import-path.