Commit graph

55795 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice faa8dfd141
gnu: radicale: Use HTTPS home page.
* gnu/packages/dav.scm (radicale)[home-page]: Use HTTPS.
2020-02-23 17:55:05 +01:00
Tobias Geerinckx-Rice 62290cd45d
gnu: libsvm: Use HTTPS home page.
* gnu/packages/machine-learning.scm (libsvm)[home-page]: Use HTTPS.
2020-02-23 17:55:05 +01:00
Tobias Geerinckx-Rice aec92d0be4
gnu: ecl-trivial-features: Use HTTPS home page.
* gnu/packages/lisp-xyz.scm (ecl-trivial-features)[home-page]: Use HTTPS.
2020-02-23 17:55:05 +01:00
Tobias Geerinckx-Rice 8be58b487c
gnu: python-prettytable: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-prettytable)[home-page]: Follow
permanent redirection using HTTPS.
2020-02-23 17:55:05 +01:00
Tobias Geerinckx-Rice b947ba77e6
gnu: vim: Fix build on CoW file systems.
* gnu/packages/vim.scm (vim)[arguments]: Add disable-CoW phase.
2020-02-23 17:55:05 +01:00
Tobias Geerinckx-Rice c917c23e72
gnu: hevea: Update to 2.33.
* gnu/packages/ocaml.scm (hevea): Update to 2.33.
2020-02-23 17:55:05 +01:00
Tobias Geerinckx-Rice ab99ef659b
gnu: libostree: Update to 2020.1.
* gnu/packages/package-management.scm (libostree): Update to 2020.1.
2020-02-23 17:55:05 +01:00
Tobias Geerinckx-Rice 31d647478c
gnu: diffoscope: Update to 137.
* gnu/packages/diffoscope.scm (diffoscope): Update to 137.
2020-02-23 17:55:04 +01:00
Valentin Ignatev 73c59b3f51
gnu: Add rust-ref-cast-1.0.
* gnu/packages/crates-io.scm (rust-ref-cast-1.0): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-23 17:32:28 +02:00
Valentin Ignatev afa0a59eb0
gnu: rust-ref-cast-impl-0.2: Inherit from rust-ref-cast-impl-1.0.
* gnu/packages/crates-io.scm (rust-ref-cast-impl-0.2):
Inherit from rust-ref-cast-impl-1.0.
[arugments]: Skip build. Replace rust-quote-1.0 with 0.6 in
cargo-inputs.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-23 17:25:58 +02:00
Valentin Ignatev 9e12b6373c
gnu: Add rust-ref-cast-impl-1.0.
* gnu/packages/crates-io.scm (rust-ref-cast-impl-1.0): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-23 17:23:29 +02:00
Valentin Ignatev 8b4f3d7fb6
gnu: Add rust-thiserror-impl-1.0.
* gnu/packages/crates-io.scm (rust-thiserror-impl-1.0): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-23 17:21:05 +02:00
Valentin Ignatev b148b5fa98
gnu: Add rust-futures-0.3.
* gnu/packages/crates-io.scm (rust-futures-0.3): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-23 17:19:48 +02:00
Valentin Ignatev ee24071f5e
gnu: Add rust-rustversion-1.0.
* gnu/packages/crates-io.scm (rust-rustversion-1.0): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-23 17:13:17 +02:00
Valentin Ignatev b85417d972
gnu: Add rust-futures-executor-0.3.
* gnu/packages/crates-io.scm (rust-futures-executor-0.3): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-23 17:08:40 +02:00
Efraim Flashner 40cae204b9
gnu: vim: Update to 8.2.0303.
* gnu/packages/vim.scm (vim): Update to 8.2.0303.
2020-02-23 16:42:53 +02:00
Jakub Kądziołka 1d0e8ec19e
gnu: mgba: Update to 0.8.1.
* gnu/packages/emulators.scm (mgba): Update to 0.8.1.
  [inputs, native-inputs]: Move qttools to native-inputs as per guix
  lint (guix size says it's not used at runtime).
  [license]: Add expat for src/third-party/discord-rpc.
2020-02-23 13:45:45 +01:00
Efraim Flashner 7da1e8f9b4
gnu: jetring: Update to 0.29.
* gnu/packages/gnupg.scm (jetring): Update to 0.29.
[source]: Download using git-fetch.
2020-02-23 14:18:49 +02:00
Vincent Legoll 3d314a5642
gnu: debootstrap: Update to 1.0.118
The attached patch has been tested by creating
arm64, mipsel & amd64 chroots and the amd64
one has been actually run.

--
Vincent Legoll

From a23b962c21e20c72f425675e6ea6e11cd0f944d0 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Fri, 21 Feb 2020 23:34:40 +0100
Subject: [PATCH] gnu: debootstrap: Update to 1.0.118. *
 gnu/packages/debian.scm (debootstrap): Update to 1.0.118.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-23 14:07:17 +02:00
Ludovic Courtès fa99c4bbc7
ui: (size->number "1.M") is correctly parsed.
Reported by Pierre Neidhardt <mail@ambrevar.xyz>.

* guix/ui.scm (size->number)[unit-pos]: Add #\. to CHAR-SET:DIGIT.
* tests/ui.scm ("size->number, 1.M"): New test.
2020-02-23 12:47:13 +01:00
Ludovic Courtès 9f2fef4fb1
gnu: gnome: Re-add key propagated inputs.
Fixes <https://bugs.gnu.org/39646>.
Reported by Andy Wingo <wingo@pobox.com>.

* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Re-add packages
inadvertently removed in a8cda7f579.
2020-02-23 12:47:13 +01:00
Jakub Kądziołka 6a3911b88f
swh: Handle absolute URLs being returned by the API.
* guix/swh.scm (swh-url): Don't prepend (%swh-base-url) if a domain is
  already present.

This fixes the "guix lint: warning: while connecting to Software Heritage:
host lookup failure: Name or service not known" error message.
2020-02-23 12:30:18 +01:00
LaFreniere, Joseph 5ce67a1c20
gnu: Add emacs-rg.
* gnu/packages/emacs-xyz.scm (emacs-rg): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-23 11:41:14 +02:00
Efraim Flashner 6634b29f50
gnu: weechat: Sort inputs alphabetically.
* gnu/packages/irc.scm (weechat)[inputs]: Sort alphabetically.
2020-02-23 11:30:17 +02:00
Efraim Flashner bee2c1a918
gnu: weechat: Update to 2.7.1.
* gnu/packages/irc.scm (weechat): Update to 2.7.1.
2020-02-23 11:29:04 +02:00
nixo b40f405289
gnu: Add nheko.
* gnu/packages/messaging.scm (nheko): New variable.
2020-02-23 00:44:55 +01:00
nixo 659bc4362d
gnu: Add lmdbxx.
* gnu/packages/databases.scm (lmdbxx): New variable.
2020-02-23 00:44:55 +01:00
nixo 999f1f0bb4
gnu: Add tweeny.
* gnu/packages/cpp.scm (tweeny): New variable.
2020-02-23 00:44:54 +01:00
nixo 57163f91cf
gnu: Add mtxclient.
* gnu/packages/messaging.scm (mtxclient): New variable.
2020-02-23 00:44:54 +01:00
Tobias Geerinckx-Rice 77e1fe31b3
gnu: java-commons-codec: Use HTTPS home page.
* gnu/packages/java.scm (java-commons-codec)[home-page]: Use HTTPS.
2020-02-22 23:51:54 +01:00
Tobias Geerinckx-Rice 8680eff30d
gnu: python-singledispatch: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-singledispatch)[home-page]: Use HTTPS.
2020-02-22 23:51:54 +01:00
Tobias Geerinckx-Rice 414b8d9e49
gnu: python2-wxpython: Use HTTPS home page.
* gnu/packages/wxwidgets.scm (python2-wxpython)[home-page]: Use HTTPS.
2020-02-22 23:51:54 +01:00
Tobias Geerinckx-Rice 90d192b2f7
gnu: wslay: Fix build.
* gnu/packages/web.scm (wslay)[arguments]: Don't build in parallel.
2020-02-22 23:51:54 +01:00
Timothy Sample 85ced6651f
gnu: guile-semver: Update to 0.1.1.
* gnu/packages/guile-xyz.scm (guile-semver): Update to 0.1.1.
[native-inputs]: Remove srfi-64-driver.
2020-02-22 17:47:17 -05:00
Ricardo Wurmus 5bf7102265
gnu: r-genomicinteractions: Update to 1.20.1.
* gnu/packages/bioconductor.scm (r-genomicinteractions): Update to 1.20.1.
2020-02-22 23:39:27 +01:00
Ricardo Wurmus 5ea4f604ab
gnu: r-cicero: Update to 1.4.1.
* gnu/packages/bioconductor.scm (r-cicero): Update to 1.4.1.
[propagated-inputs]: Add r-tidyr.
2020-02-22 23:39:20 +01:00
Valentin Ignatev 25f9fa17d1
gnu: Add rust-futures-util-0.3.
* gnu/packages/crates-io.scm (rust-futures-util-0.3): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-22 23:39:32 +02:00
Efraim Flashner abc226f2c2
gnu: rust-proc-macro2-1.0: Update to 1.0.8.
* gnu/packages/crates-io.scm (rust-proc-macro2-1.0): Update to 1.0.8.
[arguments]: Don't skip build.
2020-02-22 23:39:32 +02:00
Efraim Flashner edf11836cb
gnu: rust-proc-macro-hack-0.5: Update to 0.5.11.
* gnu/packages/crates-io.scm (rust-proc-macro-hack-0.5): Upgrade to 0.5.11.
[arguments]: Don't skip build. Replace rust-proc-macro2-0.4 with 1.0,
rust-syn-0.15 with 1.0 in cargo-inputs.
2020-02-22 23:39:32 +02:00
Valentin Ignatev c5ac44e659
gnu: Add rust-futures-macro-0.3.
* gnu/packages/crates-io.scm (rust-futures-macro-0.3): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-22 23:39:32 +02:00
Valentin Ignatev e8f03c5059
gnu: Add rust-inotify-sys-0.1.
* gnu/packages/crates-io.scm (rust-inotify-sys-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-22 23:39:32 +02:00
Valentin Ignatev a9a279b6af
gnu: Add rust-inflate-0.4.
* gnu/packages/crates-io.scm (rust-inflate-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-22 23:39:31 +02:00
Valentin Ignatev 7473d73ed0
gnu: Add rust-fsevent-0.4.
* gnu/packages/crates-io.scm (rust-fsevent-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-22 23:39:31 +02:00
Efraim Flashner f13ddb46b5
gnu: rust-byteorder-1.3: Upgrade to 1.3.4.
* gnu/packages/crates-io.scm (rust-byteorder-1.3): Upgrade to 1.3.4.
[arguments]: Don't skip build. Replace rust-rand-0.4 with 0.6 in
cargo-development-inputs.
2020-02-22 23:39:31 +02:00
Valentin Ignatev 16e151a69a
gnu: Add rust-fsevent-sys-2.
* gnu/packages/crates-io.scm (rust-fsevent-sys-2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-22 23:39:31 +02:00
Valentin Ignatev 5ccc095b83
gnu: Add rust-fs2-0.2.
* gnu/packages/crates-io.scm (rust-fs2-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-22 23:39:31 +02:00
Valentin Ignatev 6be9107582
gnu: Add rust-freetype-rs-0.23.
* gnu/packages/crates-io.scm (rust-freetype-rs-0.23): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-22 23:39:30 +02:00
Valentin Ignatev 1ed6022287
gnu: Add rust-freetype-sys-0.9.
* gnu/packages/crates-io.scm (rust-freetype-sys-0.9): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-22 23:39:30 +02:00
Valentin Ignatev fb194747e9
gnu: Add rust-mio-extras-2.
* gnu/packages/crates-io.scm (rust-mio-extras-2):
New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-22 23:39:30 +02:00
Valentin Ignatev 0cc8248bb6
gnu: Add rust-mio-anonymous-pipes-0.1.
* gnu/packages/crates-io.scm (rust-mio-anonymous-pipes-0.1):
New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-22 23:39:30 +02:00