me
/
guix
Archived
1
0
Fork 0
Commit Graph

55858 Commits (21064f095e350be9599ef327e3b1f2991fab196d)

Author SHA1 Message Date
Jakub Kądziołka 4bc71b4eee
gnu: exercism: Don't install source.
* gnu/packages/education.scm (exercism)[arguments]: Set install-source?
  to #f.
2020-06-29 04:39:48 +02:00
Nicolas Goaziou 19c0280ff7
gnu: Add burgerspace.
* gnu/packages/games.scm (burgerspace): New variable.
2020-06-29 00:54:52 +02:00
Nicolas Goaziou 93c47bff5d
gnu: Add flatzebra.
* gnu/packages/game-development.scm (flatzebra): New variable.
2020-06-29 00:54:52 +02:00
Nicolas Goaziou 98145307f7
gnu: python-xlib: Fix native input.
* gnu/packages/python-xyz.scm (python-xlib)[native-inputs]: Replace
python2-setuptools-scm with python-setuptools-scm.
2020-06-28 23:50:42 +02:00
Nicolas Goaziou 4e47c8fcf0
gnu: python2-xlib: Update to 0.27.
* gnu/packages/python-xyz.scm (python2-xlib): Update to 0.27.
2020-06-28 23:45:27 +02:00
Nicolas Goaziou 92ff2a6a91
gnu: Add python-xlib.
* gnu/packages/python-xyz.scm (python-xlib): New variable.
2020-06-28 23:44:51 +02:00
Marius Bakke fdbba544d8
Add more missing (ice-9 format) imports.
* gnu/machine/ssh.scm: Import (ice-9 format).
* guix/scripts/graph.scm: Likewise.
* guix/scripts/system/search.scm: Likewise.
* guix/remote.scm: Likewise.
2020-06-28 23:32:52 +02:00
Marius Bakke 6cb2d8c614
gnu: doctest: Update to 2.4.0.
* gnu/packages/check.scm (doctest): Update to 2.4.0.
2020-06-28 23:32:52 +02:00
Marius Bakke 58670ceedb
gnu: asciidoc-py3: Update to 9.0.1.
* gnu/packages/documentation.scm (asciidoc-py3): Update to 9.0.1.
2020-06-28 23:32:52 +02:00
Marius Bakke 9310ad3423
gnu: git: Update to 2.27.0.
* gnu/packages/version-control.scm (git): Update to 2.27.0.
[arguments]: Adjust xmlto substitution for upstream changes.
2020-06-28 23:32:52 +02:00
Leo Prikler 22ec89974b
gnu: mumble: Fix mumble-overlay.
The canonical mumble-overlay script searches for libmumble.so.1 in various
directories, none of which are relevant in Guix installations and
additionally does some work to match the architecture of the library to that
of the command that will be executed.
This work is unnecessary in Guix and only causes the script to fail, so we
instead just hardcode the path.

* gnu/packages/telephony.scm (mumble)[#:phases]: Add fix-mumble-overlay.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-28 23:26:54 +02:00
Jan (janneke) Nieuwenhuizen e1f2f3df84
services: virtualization: Export hurd-vm-configuration accessors.
* gnu/services/virtualization.scm (hurd-vm-id, hurd-vm-options): Rename export
to ...
(hurd-vm-configuration-id, hurd-vm-configuration-options): ... these correct
accessor names.
(hurd-vm-configuration?, hurd-vm-configuration-os, hurd-vm-configuration-qemu,
hurd-vm-configuration-image, hurd-vm-configuration-disk-size,
hurd-vm-configuration-memory-size, hurd-vm-configuration-options,
hurd-vm-configuration-id, hurd-vm-configuration-net-options): Export record
predicate and accessors.
2020-06-28 23:05:35 +02:00
Pierre Neidhardt 7dd2005f11
gnu: warzone2100: Update to 3.4.0.
* gnu/packages/games.scm (warzone2100): Update to 3.4.0.
2020-06-28 21:58:49 +02:00
Simon South 0dbaaf592b
gnu: emacs-elpher: Update to 2.9.1.
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.9.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-06-28 21:27:51 +02:00
Fredrik Salomonsson ba25030098
gnu: Add emacs-libyaml.
* gnu/packages/emacs-xyz.scm (emacs-libyaml): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-06-28 21:15:58 +02:00
Efraim Flashner 36da62f1b9
gnu: Remove rust-rustc-hash-1.0.
* gnu/packages/crates-io.scm (rust-rustc-hash-1.0): Remove variable.
(rust-hashbrown-0.5, rust-rusttype-0.8)
[arguments]: Replace rust-rustc-hash-1.0 with 1.1.
2020-06-28 19:45:03 +03:00
Efraim Flashner fa2a405569
gnu: rust-bincode-1: Update to 1.3.1.
* gnu/packages/crates-io.scm (rust-bincode-1): Update to 1.3.1.
2020-06-28 19:42:05 +03:00
Efraim Flashner 3d567e7c6b
gnu: Rename rust-bincode-1.2 to rust-bincode-1.
* gnu/packages/crates-io.scm (rust-bincode-1.2): Rename to ...
(rust-bincode-1): ... this.
(rust-encoding-rs-0.8, rust-generic-array-0.14, rust-generic-array-0.13,
rust-parking-lot-0.10, rust-parking-lot-0.9, rust-parking-lot-0.8,
rust-parking-lot-0.7, rust-rand-0.5, rust-rand-isaac-0.2,
rust-rand-isaac-0.1, rust-rand-pcg-0.2, rust-rand-pcg-0.1,
rust-rand-xorshift-0.2, rust-rand-xorshift-0.1, rust-rand-xoshiro-0.4,
rust-rand-xoshiro-0.3, rust-serde-bytes-0.11, rust-smallvec-1,
rust-smallvec-0.6, rust-syntect-3.3, rust-uuid-0.7)[arguments]: Adjust accordingly.
2020-06-28 19:39:47 +03:00
Efraim Flashner def4344cc0
gnu: Remove rust-bincode-1.1.
* gnu/packages/crates-io.scm (rust-bincode-1.1): Remove variable.
(rust-encoding-rs-0.8, rust-generic-array-0.13, rust-parking-lot-0.10,
rust-parking-lot-0.9, rust-parking-lot-0.8, rust-parking-lot-0.7,
rust-rand-0.5, rust-rand-isaac-0.2, rust-rand-isaac-0.1,
rust-rand-pcg-0.2, rust-rand-pcg-0.1, rust-rand-xorshift-0.2,
rust-rand-xorshift-0.1, rust-rand-xoshiro-0.4, rust-rand-xoshiro-0.3,
rust-serde-bytes-0.11, rust-smallvec-1, rust-smallvec-0.6,
rust-uuid-0.7) [arguments]: Replace rust-bincode-1.1 with 1.2.
2020-06-28 19:35:27 +03:00
Efraim Flashner eeb5b09219
gnu: rust-csv-core-0.1: Fix build.
* gnu/packages/crates-io.scm (rust-csv-core-0.1)[arguments]: Replace
rust-arrayvec-0.4 with 0.5 in cargo-development-inputs.
2020-06-28 15:39:56 +03:00
Efraim Flashner 8b47490cf4
gnu: Rename rust-memchr-2.3 to rust-memchr-2.
* gnu/packages/crates-io.scm (rust-memchr-2.3): Rename to ...
(rust-memchr-2): ... this.
(rust-memchr-1.0): Inherit from rust-memchr-2.
(rust-aho-corasick-0.7, rust-aho-corasick-0.6, rust-bstr-0.2,
rust-csv-core-0.1, rust-futures-util-0.3, rust-futures-util-preview-0.3,
rust-grep-matcher-0.1, rust-ignore-0.4, rust-nom-5, rust-nom-4.2,
rust-odds-0.3, rust-pulldown-cmark-0.4, rust-regex-1, rust-regex-0.2,
rust-rusqlite-0.19, rust-tokio-0.2,
rust-aho-corasick-0.7, rust-aho-corasick-0.6, rust-bstr-0.2,
rust-csv-core-0.1, rust-futures-util-0.3, rust-futures-util-preview-0.3,
rust-grep-matcher-0.1, rust-ignore-0.4, rust-nom-5, rust-nom-4.2,
rust-odds-0.3, rust-pulldown-cmark-0.4, rust-regex-1, rust-regex-0.2,
rust-rusqlite-0.19, rust-tokio-0.2)[arguments]: Adjust accordingly.
2020-06-28 15:34:00 +03:00
Efraim Flashner 75da0b49cf
gnu: Remove rust-memchr-2.2.
* gnu/packages/crates-io.scm (rust-memchr-2.2): Remove variable.
(rust-memchr-1.0): Inherit from rust-memchr-2.3.
(rust-aho-corasick-0.6, rust-bstr-0.2, rust-futures-util-0.3,
rust-futures-util-preview-0.3, rust-grep-matcher-0.1, rust-ignore-0.4,
rust-nom-5, rust-nom-4.2, rust-odds-0.3, rust-pulldown-cmark-0.4,
rust-regex-0.2, rust-rusqlite-0.19, rust-tokio-0.2)[arguments]: Use
rust-memchr-2.3 instead of rust-memchr-2.2.
2020-06-28 15:31:06 +03:00
Efraim Flashner 862a4f3f92
gnu: Rename rust-unicase-2.6 to rust-unicase-2.
* gnu/packages/crates-io.scm (rust-unicase-2.6): Rename to ...
(rust-unicase-2): ... this.
(rust-unicase-1): Inherit from rust-unicase-2.
(rust-http-req-0.5, rust-phf-shared-0.8, rust-pulldown-cmark-0.4,
rust-rusqlite-0.19)[arguments]: Adjust accordingly.
2020-06-28 15:13:39 +03:00
Efraim Flashner ed22def6cc
gnu: Remove rust-unicase-2.4.
* gnu/packages/crates-io.scm (rust-unicase-2.4): Remove variable.
(rust-unicase-1): Inherit from rust-unicase-2.6.
(rust-http-req-0.5, rust-pulldown-cmark-0.4, rust-rusqlite-0.19)
[arguments]: Use rust-unicode-2.6.
2020-06-28 15:13:32 +03:00
Efraim Flashner d8173a8ca5
gnu: rust-typenum-1: Update to 1.12.0.
* gnu/packages/crates-io.scm (rust-typenum-1): Update to 1.12.0.
2020-06-28 15:04:36 +03:00
Efraim Flashner 9023a664ed
gnu: Rename rust-typenum-1.10 to rust-typenum-1.
* gnu/packages/crates-io.scm (rust-typenum-1.10): Rename to ...
(rust-typenum-1): ... this.
(rust-generic-array-0.14, rust-generic-array-0.13, rust-nalgebra-0.18)
[arugments]: Adjust accordingly.
2020-06-28 15:02:22 +03:00
Efraim Flashner 5fd6083332
gnu; Add go-minisign.
* gnu/packages/crypto.scm (go-minisign): New variable.
2020-06-28 14:59:31 +03:00
Efraim Flashner dac41c5279
gnu: Add rust-minisign.
* gnu/packages/crypto.scm (rust-minisign): New variable.
2020-06-28 14:59:31 +03:00
Efraim Flashner 73839a19d3
gnu: Add rust-scrypt-0.3.
* gnu/packages/crates-io.scm (rust-scrypt-0.3): New variable.
(rust-scrypt-0.2): Inherit from rust-scrypt-0.2.
2020-06-28 14:59:30 +03:00
Efraim Flashner 0fe2c226bb
gnu: Add rust-pbdkdf2-0.4.
* gnu/packages/crates-io.scm (rust-pbkdf2-0.4): New variable.
(rust-pbkdf2-0.3): Inherit from rust-pbkdf2-0.4.
2020-06-28 14:59:30 +03:00
Efraim Flashner d1514c9bba
gnu: Add rust-hmac-0.8.
* gnu/packages/crates-io.scm (rust-hmac-0.8): New variable.
(rust-hmac-0.7): Inherit from rust-hmac-0.8.
2020-06-28 14:59:30 +03:00
Efraim Flashner 266fadf011
gnu: rust-sha2-asm-0.5: Update to 0.5.4.
* gnu/packages/crates-io.scm (rust-sha2-asm-0.5): Update to 0.5.4.
2020-06-28 14:59:30 +03:00
Efraim Flashner de9c1e900b
gnu: rust-sha2-0.8: Update to 0.8.2.
* gnu/packages/crates-io.scm (rust-sha2-0.8): Update to 0.8.2.
[arguments]: Remove rust-cc-1.0 from cargo-development-inputs.
2020-06-28 14:59:30 +03:00
Efraim Flashner e2ea9fcf43
gnu: Add rust-sha2-0.9.
* gnu/packages/crates-io.scm (rust-sha2-0.9): New variable.
(rust-sha2-0.8): Inherit from rust-sha2-0.9.
2020-06-28 14:59:29 +03:00
Efraim Flashner b6cca9aab4
gnu: Add rust-md-5-0.9.
* gnu/packages/crates-io.scm (rust-md-5-0.9): New variable.
(rust-md-5-0.8): Inherit from rust-md-5-0.9.
2020-06-28 14:59:29 +03:00
Efraim Flashner c61ccd3e68
gnu: Add rust-block-buffer-0.8.
* gnu/packages/crates-io.scm (rust-block-buffer-0.8): New variable.
2020-06-28 14:59:29 +03:00
Efraim Flashner 2ba5ed731b
gnu: rust-sha-1-0.8: Update to 0.8.2.
* gnu/packages/crates-io.scm (rust-sha-1-0.8): Update to 0.8.2.
[arguments]: Don't skip build. Add rust-libc-0.2 to cargo-inputs.
Replace rust-hex-literal-0.2 with 0.1 in cargo-development-inputs.
2020-06-28 14:59:29 +03:00
Efraim Flashner 583acde97a
gnu: rust-sha1-asm-0.4: Don't skip build.
* gnu/packages/crates-io.scm (rust-sha1-asm-0.4)[arguments]: Don't skip
build. Move rust-cc-1.0 from cargo-development-inputs to cargo-inputs.
2020-06-28 14:59:29 +03:00
Efraim Flashner 9b4b9c1a30
gnu: Add rust-sha-1-0.9.
* gnu/packages/crates-io.scm (rust-sha-1-0.9): New variable.
(rust-sha-1-0.8): Inherit from rust-sha-1-0.9.
2020-06-28 14:59:29 +03:00
Efraim Flashner 9261d17f76
gnu: rust-block-buffer-0.7: Don't skip build.
* gnu/packages/crates-io.scm (rust-block-buffer-0.7)[arguments]: Don't
skip build.
2020-06-28 14:59:28 +03:00
Efraim Flashner a662e4ce5e
gnu: Add rust-block-buffer-0.9.
* gnu/packages/crates-io.scm (rust-block-buffer-0.9): New variable.
(rust-block-buffer-0.7): Inherit from rust-block-buffer-0.9.
2020-06-28 14:59:28 +03:00
Efraim Flashner 3bb18715a9
gnu: Add rust-digest-0.9.
* gnu/packages/crates-io.scm (rust-digest-0.9): New variable.
(rust-digest-0.8): Inherit from rust-digest-0.9.
2020-06-28 14:59:28 +03:00
Efraim Flashner 526badd606
gnu: Add rust-crypto-mac-0.8.
* gnu/packages/crates-io.scm (rust-crypto-mac-0.8): New variable.
(rust-crypto-mac-0.7): Inherit from rust-crypto-mac-0.8.
2020-06-28 14:59:28 +03:00
Efraim Flashner a825365538
gnu: rust-generic-array-0.13: Don't skip build.
* gnu/packages/crates-io.scm (rust-generic-array-0.13)[arguments]: Don't
skip build.
(rust-generic-array-0.12)[arguments]: Same.
2020-06-28 14:59:28 +03:00
Efraim Flashner 7d9231bb24
gnu: Add rust-generic-array-0.14.
* gnu/packages/crates-io.scm (rust-generic-array-0.14): New variable.
(rust-generic-array-0.13): Inherit from rust-generic-array-0.14.
2020-06-28 14:59:27 +03:00
Efraim Flashner 61521e1a7a
gnu: Add rust-subtle-2.
* gnu/packages/crates-io.scm (rust-subtle-2): New variable.
(rust-subtle-1.0): Inherit from rust-subtle-2.
2020-06-28 14:59:27 +03:00
Efraim Flashner 16f9571234
gnu: rust-block-padding-0.1: Don't skip build.
* gnu/packages/crates-io.scm (rust-block-padding-0.1)[arguments]: Don't
skip build.
2020-06-28 14:59:27 +03:00
Efraim Flashner e49c34b418
gnu: Add rust-block-padding-0.2.
* gnu/packages/crates-io.scm (rust-block-padding-0.2): New variable.
(rust-block-padding-0.1): Inherit from rust-block-padding-0.2.
2020-06-28 14:59:27 +03:00
Efraim Flashner dd27c276a2
gnu: Add rust-cpuid-bool-0.1.
* gnu/packages/crates-io.scm (rust-cpuid-bool-0.1): New variable.
2020-06-28 14:59:27 +03:00
Efraim Flashner 94b03f82c8
gnu: Add rust-opaque-debug-0.3.
* gnu/packages/crates-io.scm (rust-opaque-debug-0.3): New variable.
(rust-opaque-debug-0.2): Inherit from rust-opaque-debug-0.3.
2020-06-28 14:59:26 +03:00
Efraim Flashner 8f19e63f76
services: Add rshiny service.
* gnu/services/science.scm: New file.
(<rshiny-configuration>): New record.
(rshiny-shepherd-service-type): New variable.
* doc/guix.texi (Miscellaneous Services): Document it.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-06-28 14:03:03 +03:00
Simon South 0dfc461272
gnu: emacs-nov-el: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-28 10:51:44 +03:00
Simon South 4cd2dfd9f4
gnu: emacs-nov-el: Use version tag instead of commit.
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Remove let binding and associated
comment; correct indentation.
[source]: Use version tag as commit identifier now that upstream has restored
this information.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-28 10:51:40 +03:00
Efraim Flashner 5e5bcba295
gnu: r-qtl2: Update synopsis, description.
* gnu/packages/bioinformatics.scm (r-qtl2)[synopsis]: Use upstream's
synopsis.
[description]: Same.
2020-06-28 10:18:47 +03:00
Efraim Flashner 54bb476670
gnu: r-qtl2: Update to 0.22-8.
* gnu/packages/bioinformatics.scm (r-qtl2): Update to 0.22-8.
[source]: Download from cran.
2020-06-28 10:15:21 +03:00
Efraim Flashner 1ab5e5b9a1
gnu: Add rust-scrypt-0.2.
* gnu/packages/crates-io.scm (rust-scrypt-0.2): New variable.
2020-06-28 08:51:07 +03:00
Efraim Flashner add00a7686
gnu: Add rust-pbkdf2-0.3.
* gnu/packages/crates-io.scm (rust-pbkdf2-0.3): New variable.
2020-06-28 08:50:15 +03:00
Efraim Flashner a8b83c6c44
gnu: Add rust-hmac-0.7.
* gnu/packages/crates-io.scm (rust-hmac-0.7): New variable.
2020-06-28 08:49:24 +03:00
Efraim Flashner 096a712e42
gnu: Add rust-md-5-0.8.
* gnu/packages/crates-io.scm (rust-md-5-0.8): New variable.
2020-06-28 08:48:18 +03:00
Efraim Flashner 8e0767b985
gnu: Add rust-md5-asm-0.4.
* gnu/packages/crates-io.scm (rust-md5-asm-0.4): New variable.
2020-06-28 08:44:57 +03:00
Eric Bavier 1e7acfb8ab
gnu: emacs-idris-mode: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-idris-mode): Update to 1.0.
[description]: Mention compatibility with Idris 1.
2020-06-27 23:06:53 -05:00
Ricardo Wurmus ea33de6d70
gnu: r-fpc: Update to 2.2-7.
* gnu/packages/statistics.scm (r-fpc): Update to 2.2-7.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus ef20f8305c
gnu: r-openssl: Update to 1.4.2.
* gnu/packages/statistics.scm (r-openssl): Update to 1.4.2.
[native-inputs]: Add r-knitr.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus e07fc640cf
gnu: r-roxygen2: Update to 7.1.1.
* gnu/packages/statistics.scm (r-roxygen2): Update to 7.1.1.
[native-inputs]: Add r-knitr.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus f8c999152e
gnu: r-directlabels: Update to 2020.6.17.
* gnu/packages/cran.scm (r-directlabels): Update to 2020.6.17.
[native-inputs]: Add r-knitr.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus e9f02d72d3
gnu: r-rgdal: Update to 1.5-12.
* gnu/packages/cran.scm (r-rgdal): Update to 1.5-12.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus 6bbb287a60
gnu: r-flexdashboard: Update to 0.5.2.
* gnu/packages/cran.scm (r-flexdashboard): Update to 0.5.2.
[source]: Delete minified JavaScript files in a snippet.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus 53ba82dda1
gnu: r-rcppparallel: Update to 5.0.2.
* gnu/packages/cran.scm (r-rcppparallel): Update to 5.0.2.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus 53fd3d5a8f
gnu: r-emmeans: Update to 1.4.8.
* gnu/packages/cran.scm (r-emmeans): Update to 1.4.8.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus 6c8b60acc9
gnu: r-raster: Update to 3.3-7.
* gnu/packages/cran.scm (r-raster): Update to 3.3-7.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus bfaf6cf1f9
gnu: r-sjlabelled: Update to 1.1.6.
* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.6.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus e34f98a4a6
gnu: r-officer: Update to 0.3.12.
* gnu/packages/cran.scm (r-officer): Update to 0.3.12.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus 0d742a0523
gnu: r-ggpubr: Update to 0.4.0.
* gnu/packages/cran.scm (r-ggpubr): Update to 0.4.0.
2020-06-28 05:46:19 +02:00
Ricardo Wurmus 308d91d886
gnu: r-renv: Update to 0.11.0.
* gnu/packages/cran.scm (r-renv): Update to 0.11.0.
2020-06-28 05:46:19 +02:00
Ricardo Wurmus 6b9954f649
gnu: r-jsonlite: Update to 1.7.0.
* gnu/packages/cran.scm (r-jsonlite): Update to 1.7.0.
[native-inputs]: Add r-knitr.
2020-06-28 05:46:19 +02:00
Ricardo Wurmus fb4804d03d
gnu: r-scater: Update to 1.16.2.
* gnu/packages/bioinformatics.scm (r-scater): Update to 1.16.2.
2020-06-28 05:46:19 +02:00
Ricardo Wurmus e66f81cf63
gnu: r-biocviews: Update to 1.56.1.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.56.1.
2020-06-28 05:46:19 +02:00
Ricardo Wurmus fa7871af77
gnu: r-dexseq: Update to 1.34.1.
* gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.34.1.
2020-06-28 05:46:19 +02:00
Tobias Geerinckx-Rice 4a498d0012
gnu: dropbear: Update to 2020.80 [fix for CVE-2018-20685].
* gnu/packages/ssh.scm (dropbear): Update to 2020.80.
2020-06-27 23:50:56 +02:00
André Batista 0b7c540032
gnu: lxqt: Update to 0.15.0.
* gnu/packages/lxqt.scm
(libstatgrab): Update to 0.92.
(lxqt-build-tools): Update to 0.7.0.
(libqtxdg): Update to 3.5.0.
(liblxqt): Update to 0.15.1.
(libsysstat): Update to 0.4.3.
(lxqt-about): Update to 0.15.0.
(lxqt-admin): Update to 0.15.0.
(lxqt-config): Update to 0.15.0.
(lxqt-globalkeys): Update to 0.15.0.
(lxqt-notificationd): Update to 0.15.0.
(lxqt-openssh-askpass): Update to 0.15.0.
(lxqt-panel): Update to 0.15.1.
(lxqt-policykit): Update to 0.15.0.
(lxqt-powermanagement): Update to 0.15.0.
(lxqt-qtplugin): Update to 0.15.1.
(lxqt-runner): Update to 0.15.0.
(lxqt-session): Update to 0.15.0.
(lxqt-sudo): Update to 0.15.0.
(lxqt-themes): Update to 0.15.0.
(libfm-qt): Update to 0.15.1.
(pcmanfm-qt): Update to 0.15.1.
(compton-conf): Update to 0.15.0.
(lximage-qt): Update to 0.15.0.
(obconf-qt): Update to 0.15.0.
(pavucontrol-qt): Update to 0.15.0.
(qps): Update to 2.1.0.
(qps)[inputs]: Add kwindowsystem, liblxqt and libqtxdg.
(qtermwidget): Update to 0.15.0.
(qterminal): Update to 0.15.0.
(screengrab): Update to 2.0.1.
(lxqt-archiver): Update to 0.2.0.
(lxqt-archiver)[origin]: Use tarball release.
(lxqt-connman-applet): Update to 0.15.0.
(lxqt-connman-applet)[arguments]: Add new patch phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-27 23:42:21 +02:00
Timotej Lazar 8a35ffd8ad
gnu: libtiff: Use HTTPS.
* gnu/packages/image.scm (libtiff)[source]: Use HTTPS.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-27 23:42:21 +02:00
Tobias Geerinckx-Rice 5c10200b54
gnu: Add autofs.
* gnu/packages/file-systems.scm (autofs): New public variable.

Co-authored-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-06-27 23:28:58 +02:00
Tobias Geerinckx-Rice 90596f373a
gnu: python-setproctitle: Fix indentation.
* gnu/packages/python-xyz.scm (python-setproctitle): Re-indent.
2020-06-27 23:28:06 +02:00
Tobias Geerinckx-Rice 3f68322e5a
gnu: python-setproctitle: Fix build.
* gnu/packages/python-xyz.scm (python-setproctitle)[arguments]:
Add ‘--embed’ to $PYCONFIG.
2020-06-27 23:28:06 +02:00
Peter Lo bc36937431
gnu: Add r-shapforxgboost.
* gnu/packages/cran.scm (r-shapforxgboost): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-06-27 23:17:38 +02:00
Ricardo Wurmus ecbf47d97d
gnu: Add emacs-browse-kill-ring.
* gnu/packages/emacs-xyz.scm (emacs-browse-kill-ring): New variable.
2020-06-27 22:50:05 +02:00
Marius Bakke afdc16d904
gnu: x265: Update to 3.4.
* gnu/packages/patches/x265-arm-flags.patch: Update patch.
* gnu/packages/video.scm (x265): Update to 3.4.
[arguments]: Remove obsolete substitution.  Disable the newly-added assembly
optimizations on AArch64, as they are not implemented for all targets we build.
2020-06-27 20:08:24 +02:00
Marius Bakke cd03e2cb2f
gnu: libcyaml: Remove unused input.
* gnu/packages/web.scm (libcyaml)[native-inputs]: Remove GIT.
2020-06-27 20:08:24 +02:00
Marius Bakke e0bb6391a9
gnu: ilmbase: Update to 2.5.2.
* gnu/packages/patches/ilmbase-fix-test-arm.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (ilmbase): Update to 2.5.2.
[source](patches): Remove 'ilmbase-fix-test-arm.patch'.
(openexr)[arguments]: Really increase test timeout, as the previous fix was
ineffective.
2020-06-27 20:08:24 +02:00
Marius Bakke ea60beeb3d
gnu: libzip: Update to 1.7.1.
* gnu/packages/compression.scm (libzip): Update to 1.7.1.
2020-06-27 20:08:24 +02:00
Marius Bakke cd533cb497
gnu: exempi: Delete the static library.
* gnu/packages/freedesktop.scm (exempi)[arguments]: Add phase to delete libexempi.a.
2020-06-27 20:08:23 +02:00
Marius Bakke 28d3f49e35
gnu: exempi: Update to 2.5.2.
* gnu/packages/freedesktop.scm (exempi): Update to 2.5.2.
2020-06-27 20:08:23 +02:00
Marius Bakke 9001eea9b0
gnu: python-gevent: Update to 20.6.2.
* gnu/packages/python-xyz.scm (python-gevent): Update to 20.6.2.
(python2-gevent)[native-inputs]: Add PYTHON2-SELECTORS2.
2020-06-27 20:08:23 +02:00
Marius Bakke 6be8ac2d81
gnu: python-greenlet: Update to 0.4.16.
* gnu/packages/python-xyz.scm (python-greenlet): Update to 0.4.16.
2020-06-27 20:08:23 +02:00
Marius Bakke db10d94dcd
gnu: Add python2-selectors2.
* gnu/packages/python-xyz.scm (python2-selectors2): New public variable.
2020-06-27 20:08:23 +02:00
Marius Bakke edeb6f17f2
gnu: dav1d: Update to 0.7.1.
* gnu/packages/video.scm (dav1d): Update to 0.7.1.
2020-06-27 20:08:23 +02:00
Marius Bakke e36c4d0bca
gnu: libconfuse: Do not build static libraries.
* gnu/packages/textutils.scm (libconfuse)[arguments]: New field.
2020-06-27 20:08:23 +02:00
Marius Bakke 07d6003be0
gnu: libconfuse: Update to 3.3.
* gnu/packages/textutils.scm (libconfuse): Update to 3.3.
2020-06-27 20:08:23 +02:00
Marius Bakke 25e0083165
gnu: spdlog: Update to 1.6.1.
* gnu/packages/logging.scm (spdlog): Update to 1.6.1.
[arguments]: Add "-DSPDLOG_BUILD_TESTS=ON" in #:configure-flags.
2020-06-27 20:08:22 +02:00
Marius Bakke 866ce94351
gnu: feh: Update to 3.4.1.
* gnu/packages/image-viewers.scm (feh): Update to 3.4.1.
2020-06-27 20:08:22 +02:00
Marius Bakke 75ebc650c8
gnu: opusfile: Do not build static libraries.
* gnu/packages/xiph.scm (opusfile)[arguments]: New field.
2020-06-27 20:08:22 +02:00
Marius Bakke fb6b40b02e
gnu: opusfile: Update to 0.12.
* gnu/packages/xiph.scm (opusfile): Update to 0.12.
2020-06-27 20:08:22 +02:00
Pierre Neidhardt 5f7474a209
gnu: Add dhewm3.
* gnu/packages/game-development.scm (dhewm3): New variable.
2020-06-27 16:38:35 +02:00
Pierre Neidhardt c3c633522d
gnu: slynk: Update to 20200626.
* gnu/packages/lisp-xyz.scm (slynk): Update 20200626.
[source]: Don't rename slynk-util system since it seems useless for sbcl-slynk
but it breaks cl-slynk.
[description]: Improve syntax.
2020-06-27 15:40:47 +02:00
Pierre Neidhardt 99648ef16e
gnu: emacs-sly: Update to 20200626.
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200626.
2020-06-27 15:40:47 +02:00
Jan (janneke) Nieuwenhuizen 65d95e5d85
hurd-boot: Mount /proc, add /etc/mtab.
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Mount /proc.  Add
symlink to /etc/mtab into /proc/mounts.
2020-06-27 13:01:40 +02:00
Jan (janneke) Nieuwenhuizen db08a0d203
hurd-boot: Remove duplicate calls to 'scope'.
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove duplicate
calls to 'scope'.
2020-06-27 12:59:40 +02:00
Oleg Pykhalov d8a046d560
gnu: Add jc.
* gnu/packages/admin.scm (jc): New variable.
2020-06-27 12:46:55 +03:00
Oleg Pykhalov ace3e54973
gnu: Add jtbl.
* gnu/packages/admin.scm (jtbl): New variable.
2020-06-27 12:29:34 +03:00
Oleg Pykhalov 27fffa19c0
gnu: python-tabulate: Update to 0.8.7.
* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.7.
2020-06-27 12:29:34 +03:00
Jan (janneke) Nieuwenhuizen 27bcf151d1
gnu: gdb-minimal: Include guile.
* gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap
and very useful dependency.
2020-06-27 11:13:23 +02:00
Marius Bakke 88dbef3b98
gnu: gdb-minimal: Inherit replacements from GDB.
* gnu/packages/gdb.scm (gdb-minimal): Use PACKAGE/INHERIT instead of INHERIT.
2020-06-27 10:03:06 +02:00
Marius Bakke a81b8dfeb5
gnu: gdb@8.2: Do not inherit replacements from 'gdb'.
* gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT.
2020-06-27 10:02:01 +02:00
Marius Bakke 361541d4a5
gnu: gdb: Apply cross-build fix without changing the native variant.
Commit 76129cd3ed accidentally changed the gdb
derivation, causing too many rebuilds for the 'master' branch.

* gnu/packages/gdb.scm (gdb-9.1)[arguments]: Only apply cross-build fix when
cross-compiling.
2020-06-27 10:01:09 +02:00
Jan (janneke) Nieuwenhuizen 35691bf5dc
gnu: Add gdb-minimal.
* gnu/packages/gdb.scm (gdb-minimal): New variable.
2020-06-27 00:58:44 +02:00
Jan (janneke) Nieuwenhuizen 76129cd3ed
gnu: gdb: Add support for the Hurd.
* gnu/packages/gdb.scm (gdb-9.1)[native-inputs]: When compiling for the Hurd,
add required build dependency mig.
["arguments"]: Add "binutils" fall-back lookup in native-inputs for
cross-builds.
* gnu/packages/patches/gdb-hurd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gdb.scm (gdb-9.2): Use it.
2020-06-26 23:31:02 +02:00
Jan (janneke) Nieuwenhuizen 00410bbeaf
gnu: mig: Do not assume "perl" to be available.
* gnu/packages/hurd.scm (mig)[inputs]: Include perl.
[arguments]: Substitute "perl" with full store file name in bin/mig.
* gnu/packages/cross-base.scm (cross-kernel-headers): Adjust mig-cross
accordingly.
2020-06-26 23:29:19 +02:00
Tobias Geerinckx-Rice e6685186a5
gnu: lxrandr: Depend on xrandr.
* gnu/packages/lxde.scm (lxrandr)[arguments]: Substitute xrandr's
absolute file name.

Reported by pinoaffe on #guix.
2020-06-26 22:11:05 +02:00
Maxim Cournoyer c0dd4140f6
gnu: python-autopep8: Update to 1.5.3.
Fixes <http://issues.guix.gnu.org/42062>.

* gnu/packages/python-xyz.scm (python-autopep8): Update to 1.5.3.
2020-06-26 13:34:03 -04:00
Mathieu Othacehe 3f44034e8f
installer: Use latest Guile.
Since the installer is loading Guix modules built with Guile 3.0.4, the
installer script must be run by the same Guile version to avoid a bytecode
incompatibility.

This is a follow-up of a2991de0f4.

* gnu/installer.scm (installer-program): Use guile3.0-latest for the
installation script.
2020-06-26 18:39:29 +02:00
Pierre Neidhardt 93ff6a40e4
gnu: emacs-evil-collection: Update to 20200626.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20200626.
2020-06-26 15:26:16 +02:00
Mathieu Othacehe 544fd8e3b5
tests: install: Disable image compression.
* gnu/tests/install.scm (run-install): Disable image compression to speed-up
the tests.
2020-06-26 15:00:08 +02:00
Mathieu Othacehe 1da6914589
tests: install: Fix marionette race condition.
If the marionette shuts down before the script return is received, then status
will be <eof>.

* gnu/tests/install.scm (run-install): Allow status to be the <eof> object.
2020-06-26 14:49:32 +02:00
Marius Bakke eca649d06b
gnu: binutils-gold: Inherit replacements from binutils.
* gnu/packages/base.scm (binutils-gold): Use PACKAGE/INHERIT instead of INHERIT.
2020-06-26 14:02:56 +02:00
Marius Bakke 70cbab44e3
gnu: binutils@2.33.1: Do not inherit replacements from binutils.
* gnu/packages/base.scm (binutils-2.33): Use INHERIT instead of PACKAGE/INHERIT.
2020-06-26 14:02:56 +02:00
Marius Bakke 4a13050b87
gnu: binutils-gold: Inherit from 'binutils+documentation'.
* gnu/packages/base.scm (binutils-gold): Inherit from BINUTILS+DOCUMENTATION
instead of BINUTILS.
2020-06-26 14:02:56 +02:00
Marius Bakke 3163bc5f44
gnu: ungoogled-chromium: Inline %PACKAGE-VERSION.
* gnu/packages/chromium.scm (%chromium-version, package-revision,
%package-version): Remove.
(ungoogled-chromium)[version, source]: Adjust accordingly.
2020-06-26 14:02:56 +02:00
Katherine Cox-Buday 6e9f882608
gnu: go: Update to 1.14.4.
* gnu/packages/golang.scm (go): Update to 1.14.4.
* gnu/packages/docker.scm (docker)[arguments]: Fix build with go@1.14.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-06-26 11:49:49 +01:00
Nicolas Goaziou 0f7378d7f9
gnu: emacs-magit: Update to 2.90.1-6-7f486d4.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1-6-7f486d4.
2020-06-26 12:15:06 +02:00
Mathieu Othacehe ce67853e09
gnu: cuirass: Update to 0.0.1-35.91204d.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-35.91204d.
2020-06-26 11:33:34 +02:00
Pierre Neidhardt 880939c1a7
gnu: Add drip.
* gnu/packages/java.scm (drip): New variable.
2020-06-26 11:26:18 +02:00
Mathieu Othacehe f27bec107e
system: image: Fix disk-image name.
This is a follow-up of 5980ec8ada.

* gnu/system/image.scm (system-disk-image): When using the image name, convert
it to string first.
2020-06-26 10:05:58 +02:00
Mathieu Othacehe 5980ec8ada
system: image: Use the image name as the disk-image derivation name.
* gnu/system/image.scm (system-disk-image): Use the image name as disk-image
derivation name, if defined. Otherwise use the generic "disk-image" name.
2020-06-26 09:38:16 +02:00
Marius Bakke e6db8912fd
gnu: ungoogled-chromium: Remove all Blink performance tests.
* gnu/packages/chromium.scm (%blacklisted-files): New variable.
(ungoogled-chromium-snippet): Adjust accordingly.
2020-06-26 01:54:00 +02:00
Marius Bakke 7eb8ae5f6c
gnu: ungoogled-chromium: Convert computed origin to source snippet.
* gnu/packages/chromium.scm (computed-origin-method, %chromium-origin): Remove.
(ungoogled-chromium-source): Rename to ...
(ungoogled-chromium-snippet): ... this.  Adjust for running as snippet.
(ungoogled-chromium)[source]: Use URL-FETCH, with custom snippet.
2020-06-26 01:54:00 +02:00
Marius Bakke e4e9a1bc35
gnu: openvswitch: Update to 2.13.0.
* gnu/packages/networking.scm (openvswitch): Update to 2.13.0.
[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
[propagated-inputs]: Remove PYTHON2-SIX.
2020-06-26 01:54:00 +02:00
Marius Bakke 6941004fb0
gnu: debootstrap: Wrap with gpg and wget in PATH.
* gnu/packages/debian.scm (debootstrap)[inputs]: Add GNUPG and WGET.
2020-06-26 01:53:59 +02:00
Marius Bakke 5d426d3c04
gnu: xf86-video-intel: Update to 2.99.917-16.5ca3ac1.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-16.5ca3ac1.
2020-06-26 01:53:59 +02:00
Marius Bakke 544df98c6d
gnu: Add clitest.
* gnu/packages/check.scm (clitest): New public variable.
2020-06-26 01:53:59 +02:00
Mark H Weaver 5f465944a0
gnu: linux-libre@4.19: Update to 4.19.130.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.130.
(linux-libre-4.19-pristine-source): Update hash.
2020-06-25 19:07:02 -04:00
Mark H Weaver 345f99517a
gnu: linux-libre@4.14: Update to 4.14.186.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.186.
(linux-libre-4.14-pristine-source): Update hash.
2020-06-25 19:05:57 -04:00
Jan (janneke) Nieuwenhuizen 2463a78d17
image: hurd: Initialize root partition for the Hurd.
This is a follow-up to commit b904b59ce5.

* gnu/system/image.scm (hurd-initialize-root-partition): Move to ...
* gnu/system/images/hurd.scm (hurd-initialize-root-partition): ... here.
(hurd-disk-image): Use it.
2020-06-25 22:52:12 +02:00
Jan (janneke) Nieuwenhuizen fd932862ac
image: hurd: Create hurd-compatible ext2 file-system.
This is a follow-up to commit b904b59ce5.

* gnu/system/images/hurd.scm (hurd-disk-image): Add file-system-options to
create an ext2 file-system that is compatible with the Hurd.
2020-06-25 22:52:09 +02:00
Tobias Geerinckx-Rice ffecb2396f
gnu: diffoscope: Console widowed brackets.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Move closing
brackets to the previous line.
2020-06-25 19:01:41 +02:00
Tobias Geerinckx-Rice afba93efd4
gnu: diffoscope: Install the man page.
* gnu/packages/diffoscope.scm (diffoscope)[arguments]:
Add ‘build-man-page’ and ‘install-man-page’ phases.
[native-inputs]: Add help2man.
2020-06-25 18:55:55 +02:00
Jan (janneke) Nieuwenhuizen d613991a8e
gnu: grub: Cross-build fix for system i686-linux.
* gnu/packages/patches/grub-cross-system-i686.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bootloaders.scm (grub): Use it.
2020-06-25 17:46:37 +02:00
Efraim Flashner dda267e3a7
gnu: Add vim-eunuch.
* gnu/packages/vim.scm (vim-eunuch): New variable.
2020-06-25 15:23:01 +03:00
Simon South d1a26bedcc
gnu: knot-resolver: Enable automatic reloading of policy files.
* gnu/packages/dns.scm (knot-resolver)[inputs]: Add lua5.1-cqueues.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-25 12:29:23 +02:00
Simon South 7c54e226f6
gnu: Add lua-cqueues.
* gnu/packages/lua.scm (make-lua-cqueues): New function.
(lua-cqueues, lua5.1-cqueues, lua5.2-cqueues): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-25 12:29:23 +02:00
Simon South 31be8fc87f
gnu: Add lua-ossl.
luaossl doesn't actually require M4 to build, unlike cqueues.

Here's a replacement patch that omits M4 from the package inputs.

>From 610918a771b84a081af24940ae94d35b1af7511e Mon Sep 17 00:00:00 2001
From: Simon South <simon@simonsouth.net>
Date: Fri, 15 May 2020 11:18:44 -0400
Subject: [PATCH 1/3] gnu: Add lua-ossl.
To: 41363@debbugs.gnu.org

* gnu/packages/lua.scm (make-lua-ossl): New function.
(lua-ossl, lua5.1-ossl, lua5.2-ossl): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-25 12:29:23 +02:00
Mathieu Othacehe b06ba9e0ff
ci: Build Guix System images.
Build a list of Guix System images. For now, this list only contains the Hurd
barebones Guix System image.

* gnu/ci.scm (%guixsd-supported-systems): Remove "armhf-linux",
(%u-boot-systems): remove unused variable,
(%guix-system-images): new variable
(qemu-jobs): rename to "image-jobs" and build the Guix Systems listed in the
new "%guix-system-images" variable,
(system-test-jobs): adapt accordingly,
(hydra-jobs): ditto.
2020-06-25 10:29:41 +02:00
Maxim Cournoyer fab8fed355
gnu: Add ruby-middleware.
* gnu/packages/ruby.scm (ruby-middleware): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer aa1b0fb867
gnu: Add emacs-feature-mode.
* gnu/packages/emacs-xyz.scm (emacs-feature-mode): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer 24be67517c
gnu: Add ruby-ruby-parser.
* gnu/packages/ruby.scm (ruby-ruby-parser): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer a8cdfd53db
gnu: Add ruby-sexp-processor.
* gnu/packages/ruby.scm (ruby-sexp-processor): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer 5bc13b8e9b
gnu: Add unifdef.
* gnu/packages/c.scm (unifdef): New variable.
2020-06-25 00:14:43 -04:00
Jakub Kądziołka 9cc35585b0
gnu: rust-num-cpus-1: Update to 1.13.0.
* gnu/packages/crates-io.scm (rust-num-cpus-1): Update to 1.13.0.
[cargo-development-inputs]: Remove rust-doc-comment-0.3.
2020-06-25 03:16:31 +02:00
Mark H Weaver ea843f7742
gnu: linux-libre: Update to 5.4.49.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.49.
(linux-libre-5.4-pristine-source): Update hash.
2020-06-24 21:08:00 -04:00
Mark H Weaver d566f533b1
gnu: linux-libre@5.7: Update to 5.7.6.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.6.
(linux-libre-5.7-pristine-source): Update hash.
2020-06-24 21:06:54 -04:00
Jakub Kądziołka e4a26e3217
gnu: ripgrep: Update to 12.1.1.
* gnu/packages/rust-apps.scm (ripgrep): Update to 12.1.1.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka 97bd864c54
gnu: rust-termcolor-1: Update to 1.1.0.
* gnu/packages/crates-io.scm (rust-termcolor-1): Update to 1.1.0.
[arguments]: Don't skip build, adjust dependencies.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka c5e879cdbb
gnu: crates-io: Remove minor versions from some package names.
* gnu/packages/crates-io.scm
(rust-termcolor-1.0): Rename to rust-termcolor-1.
(rust-humantime-1.3): Rename to rust-humantime-1.
(rust-num-cpus-1.11): Rename to rust-num-cpus-1.
(rust-signal-hook-registry-1.2): Rename to rust-signal-hook-registry-1.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka 24973fc550
gnu: Remove rust-num-cpus-1.10.
* gnu/packages/rust-apps.scm (ripgrep)[arguments]: Replace rust-num-cpus-1.10 with 1.11.
* gnu/packages/crates-io.scm
  (rust-crossbeam-channel-0.4, rust-crossbeam-channel-0.3,
  rust-futures-executor-preview-0.3, rust-hyper-0.12,
  rust-jobserver-0.1, rust-tokio-0.2)[arguments]: Likewise.
  (rust-gimli-0.18, rust-tokio-core-0.1,
  rust-tokio-io-pool-0.1, rust-tokio-reactor-0.1)[arguments]: Likewise; don't skip build.
  (rust-tokio-0.1): Don't skip build. Replace rust-num-cpus-1.10 with 1.11,
  rust-env-logger-0.6 with 0.5.
  (rust-tokio-threadpool-0.1)[arguments]: Don't skip build. Replace
  rust-num-cpus-1.10 with 1.11, rust-rand-0.4 with 0.6,
  rust-env-logger-0.6 with 0.5. Add rust-lazy-static-1.
  (rust-num-cpus-1.10): Remove variable.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka 31890a3783
gnu: rust-rayon-1: Update to 1.3.1.
* gnu/packages/crates-io.scm (rust-rayon-1): Update to 1.3.1.
  [arguments]: Remove rust-doc-comment-0.3. Add rust-autocfg-1.0. Don't
  skip build.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka 1a629f0076
gnu: rust-rayon-core-1: Update to 1.7.1.
* gnu/packages/crates-io.scm (rust-rayon-core-1): Update to 1.7.1.
  [arguments]: Don't skip build. Replace rust-num-cpus-1.10 with 1.11.
  Disable tests.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka 8d26b41290
gnu: Remove rust-arc-swap-0.3.
* gnu/packages/crates-io.scm (rust-arc-swap-0.3): Remove variable.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka 7bb8e47926
gnu: Remove rust-signal-hook-registry-1.0.
* gnu/packages/crates-io.scm (rust-signal-hook-registry-1.0): Remove
  variable.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka f8e0184ace
gnu: rust-grep-0.2: Update to 0.2.7.
* gnu/packages/crates-io.scm (rust-grep-0.2): Update to 0.2.7.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka 5d07e23d61
gnu: rust-pcre2-0.2: Update to 0.2.3.
* gnu/packages/crates-io.scm (rust-pcre2-0.2): Update to 0.2.3.
[cargo-inputs]: Replace rust-thread-local-0.3 with 1.0.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka 9ce795a7d6
gnu: rust-grep-pcre2-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-grep-pcre2-0.1): Update to 0.1.4.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka 187c232f18
gnu: rust-grep-cli-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-grep-cli-0.1): Update to 0.1.5.
[arguments]: Don't skip build.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka 52069595e6
gnu: rust-grep-printer-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-grep-printer-0.1): Update to 0.1.5.
  [arguments]: Don't skip build. Replace rust-base64-0.10 with 0.12.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka f03e4b73ff
gnu: Add rust-base64-0.12.
* gnu/packages/crates-io.scm (rust-base64-0.12): New variable.
  (rust-base64-0.11): Inherit from rust-base64-0.12.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka ab0479317e
gnu: rust-grep-searcher-0.1: Update to 0.1.7.
* gnu/packages/crates-io.scm (rust-grep-searcher-0.1): Update to 0.1.7.
  [arguments]: Don't skip build. Replace rust-bytecount-0.5 with 0.6.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka 6013bcfbff
gnu: Add rust-bytecount-0.6.
* gnu/packages/crates-io.scm (rust-bytecount-0.6): New variable.
  (rust-bytecount-0.5): Inherit from rust-bytecount-0.6. Replace
  rust-rand-0.4 with 0.6 (the former only worked due to transitive
  dependencies and "the semver trick" [0]).
  (rust-bytecount-0.4): Inherit from rust-bytecount-0.5.

[0]: https://github.com/dtolnay/semver-trick
2020-06-25 02:55:10 +02:00
Jakub Kądziołka aac2184eba
gnu: rust-aho-corasick-0.7: Update to 0.7.13.
* gnu/packages/crates-io.scm (rust-aho-corasick-0.7): Update to 0.7.13.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka 3472ec0257
gnu: rust-grep-regex-0.1: Update to 0.1.8.
* gnu/packages/crates-io.scm (rust-grep-regex-0.1): Update to 0.1.8.
  [cargo-inputs]: Add rust-bstr-0.2. Replace rust-thread-local-0.3 with 1.0.
  Remove rust-utf8-ranges-1.0.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka 1aabcf9222
gnu: rust-grep-matcher-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-grep-matcher-0.1): Update to 0.1.4.
2020-06-25 02:55:09 +02:00
Jakub Kądziołka 83b5d1fa75
gnu: rust-regex-1: Update to 1.3.9.
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.3.9.
  [cargo-development-inputs]: Remove rust-doc-comment-0.3.
2020-06-25 02:55:09 +02:00
Jakub Kądziołka a9680dbd76
gnu: rust-regex-syntax-0.6: Update to 0.6.18.
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.18.
2020-06-25 02:55:09 +02:00
Jakub Kądziołka adf9648f2e
gnu: rust-ignore-0.4: Update to 0.4.16.
* gnu/packages/crates-io.scm (rust-ignore-0.4): Update to 0.4.16.
  [arguments]: Make rust-crossbeam-channel-0.4 a development input.
  Add rust-crossbeam-utils-0.7 to inputs.
2020-06-25 02:55:09 +02:00
Jakub Kądziołka f9b251f005
gnu: rust-crossbeam-utils-0.7: Fix build.
* gnu/packages/crates-io.scm (rust-crossbeam-utils-0.7)[arguments]:
  Replace rust-autocfg-0.1 with 1.0. Don't skip build.
2020-06-25 02:55:09 +02:00
Jakub Kądziołka dca62c0457
gnu: rust-globset-0.4: Update to 0.4.5.
* gnu/packages/crates-io.scm (rust-globset-0.4): Update to 0.4.5.
  [cargo-inputs]: Add rust-serde-1.0.
  [cargo-development-inputs]: Add rust-lazy-static-1, rust-serde-json-1.0.
2020-06-25 02:55:09 +02:00
Ludovic Courtès 1189f405ae
Revert "ci: Build Guix System images."
This reverts commit eda3fcfb46.

This change broke evaluations on CI:

  @ build-succeeded /gnu/store/991738x97ff1f8181a7p1pflqwkgagm8-profile.drv -
  ERROR: In procedure read:
  In procedure scm_lreadr: #<unknown port>:16:144: Unknown # object: #\<
2020-06-25 01:27:55 +02:00
Ludovic Courtès a2991de0f4
gnu: guix: Build with Guile 3.0.4.
Since Guile 3.0.4 bytecode is not readable by 3.0.2, build the
dependents of 'guix' with 3.0.4 as well.

* gnu/packages/package-management.scm (guix)[inputs, native-inputs]: Use
GUILE-3.0-LATEST.
(gwl, guix-jupyter): Likewise.
* gnu/packages/web.scm (hpcguix-web): Likewise.
* gnu/packages/ci.scm (cuirass): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-guix): Likewise.
2020-06-25 01:20:31 +02:00
Ludovic Courtès 9e91f8623f
gnu: guile: Update to 3.0.4.
* gnu/packages/guile.scm (guile-3.0.3): Rename to...
(guile-3.0-latest): ... this.  Update to 3.0.4.
(guile-3.0/libgc-7): Adjust accordingly.
2020-06-25 01:20:31 +02:00
Ludovic Courtès 1ad332b367
gnu: glib: Hide 'zip' binding from SRFI-1.
* gnu/packages/glib.scm: Hide 'zip' from (srfi srfi-1).
2020-06-25 01:20:31 +02:00
Ludovic Courtès db170ee921
services: Add missing (ice-9 format) import.
These issues were reported by -Wformat, though they were harmless in
practice because importing (ice-9 format) changes the global 'format'
binding currently.

* gnu/services/nix.scm: Import (ice-9 format).
* gnu/services/web.scm: Likewise.
* gnu/system/mapped-devices.scm: Likewise.
2020-06-25 01:20:31 +02:00
Jakub Kądziołka 5adaf17bb0
gnu: sameboy: Update to 0.13.3.
* gnu/packages/emulators.scm (sameboy): Update to 0.13.3.
2020-06-25 00:21:30 +02:00
Marius Bakke e30cf11bb0
services: childhurd: Adjust for hurd-disk-image move.
This is a follow-up to commit b904b59ce5.

* gnu/services/virtualization.scm: Import (gnu system images hurd).
2020-06-25 00:13:31 +02:00
Ryan Prior fb77ed2c49
gnu: Add sideload.
* gnu/packages/pantheon.scm (sideload): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-06-24 22:10:59 +02:00
Vinicius Monego 657f8535aa
gnu: Add gmic.
* gnu/packages/image-processing.scm (gmic): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-06-24 22:10:59 +02:00
Vinicius Monego c53d529f1d
gnu: Add photoflare.
* gnu/packages/photo.scm (photoflare): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-06-24 22:10:58 +02:00
Marius Bakke cdf6a11880
gnu: python-on-guile: Update to 1.2.3.5.
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 1.2.3.5.
2020-06-24 22:10:58 +02:00
Marius Bakke af91d13385
gnu: cURL: Replace with 7.71.0 [fixes CVE-2020-8169, CVE-2020-8177].
* gnu/packages/curl.scm (curl-7.71.0): New variable.
(curl)[replacement]: New field.
2020-06-24 22:10:58 +02:00
Maxim Cournoyer f9cb49d761
gnu: Add emacs-ob-erlang.
* gnu/packages/emacs-xyz.scm (emacs-ob-erlang): New variable.
2020-06-24 16:03:20 -04:00
Jakub Kądziołka bf2ab0a078
gnu: fd: Update to 8.1.1.
* gnu/packages/rust-apps.scm (fd): Update to 8.1.1.
  [cargo-inputs]: Add rust-anyhow-1.0, rust-dirs-2.0, rust-users-0.10.
  Replace rust-humantime-1.3 with 2, rust-lscolors-0.6 with 0.7,
  rust-num-cpus-1.10 with 1.11.
2020-06-24 21:14:34 +02:00
Jakub Kądziołka eb9b378604
gnu: Add rust-lscolors-0.7.
* gnu/packages/crates-io.scm (rust-lscolors-0.7): New variable.
(rust-lscolors-0.6): Inherit from rust-lscolors-0.7.
2020-06-24 21:14:33 +02:00
Jakub Kądziołka 3e838a21fe
gnu: Add rust-users-0.10.
* gnu/packages/crates-io.scm (rust-users-0.10): New variable.
  (rust-users-0.9): Inherit from rust-users-0.10.
2020-06-24 21:14:33 +02:00
Jakub Kądziołka c434a3fbc0
gnu: Add rust-humantime-2.
* gnu/packages/crates-io.scm (rust-humantime-2): New variable.
  (rust-humantime-1.3): Inherit from rust-humantime-2.
2020-06-24 21:14:33 +02:00
Jakub Kądziołka 4f5c689d10
gnu: Remove rust-humantime-1.2.
* gnu/packages/crates-io.scm (rust-humantime-1.2): Remove variable.
(rust-env-logger-0.5, rust-env-logger-0.6)[arguments]: Replace
rust-humantime-1.2 with 1.3. Don't skip build.
2020-06-24 21:14:32 +02:00
Mathieu Othacehe f56144e18a
system: image: Enable compression on ISO9660 images.
ISO9660 image compression was temporarily disabled to speed-up tests of the
new image API. Enable it again.

* gnu/system/image.scm (iso9660-image)[compression]: Enable it.
2020-06-24 20:50:42 +02:00
Mathieu Othacehe eda3fcfb46
ci: Build Guix System images. 2020-06-24 20:47:35 +02:00
Mathieu Othacehe b904b59ce5
image: Move hurd image definition to a dedicated file.
This moves hurd-disk-image to a dedicated file. It also defines a default
operating-system so that the image can be built standalone.

* gnu/system/images/hurd.scm: New file,
* gnu/local.mk (GNU_SYSTEM_MODULES): add it,
* gnu/system/image.scm (root-offset, root-label): Export it,
(hurd-disk-image): remove it as this is now defined in the new, Hurd dedicated
file above,
(find-image): adapt to avoid loop dependency.
2020-06-24 20:24:34 +02:00
Nicolas Goaziou af0307a099
gnu: symengine: Fix indentation.
* gnu/packages/algebra.scm (symengine): Fix indentation and apply small
cosmetic fixes.
2020-06-24 19:46:55 +02:00
Vinicius Monego 49a2a477c9
gnu: Add python-symengine.
* gnu/packages/python-xyz.scm (python-symengine): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-06-24 19:39:47 +02:00
Vinicius Monego d0337a226b
gnu: Add symengine.
* gnu/packages/algebra.scm (symengine): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-06-24 19:38:32 +02:00
Oleg Pykhalov 48eeee818a
gnu: sssd: Fix build.
* gnu/packages/patches/sssd-fix-samba.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/sssd.scm (sssd)[source]: Add this.
2020-06-24 18:40:47 +03:00
Ricardo Wurmus f39ef3aef9
gnu: r-fpc: Update to 2.2-6.
* gnu/packages/statistics.scm (r-fpc): Update to 2.2-6.
2020-06-24 17:23:49 +02:00
Ricardo Wurmus 2bceb47cc8
gnu: r-dt: Update to 0.14.
* gnu/packages/statistics.scm (r-dt): Update to 0.14.
2020-06-24 17:23:49 +02:00
Ricardo Wurmus c496c754af
gnu: r-segmented: Update to 1.2-0.
* gnu/packages/statistics.scm (r-segmented): Update to 1.2-0.
2020-06-24 17:23:49 +02:00
Ricardo Wurmus d8c78ea647
gnu: r-knitr: Update to 1.29.
* gnu/packages/statistics.scm (r-knitr): Update to 1.29.
2020-06-24 17:23:49 +02:00
Ricardo Wurmus 7fe6a2f00b
gnu: r-patchwork: Update to 1.0.1.
* gnu/packages/cran.scm (r-patchwork): Update to 1.0.1.
2020-06-24 17:23:49 +02:00
Ricardo Wurmus 30d4e2cb02
gnu: r-ggforce: Update to 0.3.2.
* gnu/packages/cran.scm (r-ggforce): Update to 0.3.2.
2020-06-24 17:23:48 +02:00
Ricardo Wurmus 0ba8408e7c
gnu: r-bookdown: Update to 0.20.
* gnu/packages/cran.scm (r-bookdown): Update to 0.20.
2020-06-24 17:23:48 +02:00
Ricardo Wurmus 89950dd439
gnu: r-docopt: Update to 0.7.1.
* gnu/packages/cran.scm (r-docopt): Update to 0.7.1.
2020-06-24 17:23:48 +02:00
Ricardo Wurmus 55df96b8a8
gnu: r-magick: Update to 2.4.0.
* gnu/packages/cran.scm (r-magick): Update to 2.4.0.
[native-inputs]: Add r-knitr.
2020-06-24 17:23:48 +02:00
Ricardo Wurmus 01d4a5c342
gnu: r-recipes: Update to 0.1.13.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.13.
[propagated-inputs]: Add r-lifecycle.
2020-06-24 17:23:48 +02:00
Ricardo Wurmus 7336ded499
gnu: r-gower: Update to 0.2.2.
* gnu/packages/cran.scm (r-gower): Update to 0.2.2.
2020-06-24 17:23:48 +02:00
Efraim Flashner d739b8d8b8
gnu: libsignal-protocol-c: Don't use unstable tarball.
* gnu/packages/messaging.scm (libsignal-protocol-c)[source]: Download
using git-fetch.
2020-06-24 10:41:50 +03:00
Efraim Flashner 2d84ef328c
gnu: ocaml4.07-piqi: Don't use unstable tarball.
* gnu/packages/ocaml.scm (ocaml4.07-piqi)[source]: Download using
git-fetch.
[arguments]: Add custom phase to make files writable.
2020-06-24 10:35:56 +03:00
Efraim Flashner d5c0b3fa7e
gnu: jmtpfs: Don't use unstable tarball.
* gnu/packages/linux.scm (jmtpfs)[source]: Download using git-fetch.
2020-06-24 10:29:54 +03:00
Efraim Flashner 8de377564e
gnu: pflask: Don't use unstable tarball.
* gnu/packages/linux.scm (pflask)[source]: Download using git-fetch.
2020-06-24 10:27:58 +03:00
Efraim Flashner cfaf5bccb9
gnu: procenv: Don't use unstable tarball.
* gnu/packages/linux.scm (procenv)[source]: Download using git-fetch.
2020-06-24 10:26:20 +03:00
Efraim Flashner eb4cfec276
gnu: ddate: Don't use unstable tarball.
* gnu/packages/linux.scm (ddate)[source]: Download using git-fetch.
2020-06-24 10:23:51 +03:00
Efraim Flashner 2c9cb2f0a1
gnu: java-usb4java: Don't use unstable tarball.
* gnu/packages/libusb.scm (java-usb4java)[source]: Download using
git-fetch.
2020-06-24 10:19:15 +03:00
Efraim Flashner dcd62e8b8d
gnu: antlr3-3.3: Don't propagate antlr3-3.1.
* gnu/packages/java.scm (antlr3-3.3)[propagated-inputs]: Remove antlr3-3.1.
2020-06-24 09:37:10 +03:00
Efraim Flashner 397b9c887c
gnu: python2-zipp-bootstrap: Add missing name field.
* gnu/packages/python-compression.scm (python2-zipp-bootstrap)[name]:
Don't inherit from python2-zipp.
2020-06-24 08:19:43 +03:00
Marius Bakke 4f33bf5709
gnu: python-on-guile: Do not propagate dependencies.
* gnu/packages/guile-xyz.scm (python-on-guile)[propagated-inputs]: Move
everything to ...
[inputs] ... here.
2020-06-24 01:04:15 +02:00
Marius Bakke 862d6a9173
gnu: python-on-guile: Wrap with own Guile modules.
* gnu/packages/guile-xyz.scm (python-on-guile)[arguments]: Add the output
modules to the wrapper.
2020-06-24 01:04:15 +02:00
Marius Bakke ac94458485
gnu: python-on-guile: Update to 1.2.3.4.
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 1.2.3.
[source]: Download from <https://gitlab.com/python-on-guile/python-on-guile>.
[inputs]: Change from GUILE-2.2 to GUILE-3.0.
[arguments]: Add phase augment-GUILE_LOAD_PATH.
2020-06-24 01:04:15 +02:00
Marius Bakke 09f0bc87a9
gnu: guile-persist: Update to 1.2.3.
* gnu/packages/guile-xyz.scm (guile-persist): Update to 1.2.3.
[source](modules, snippet): Remove.
[inputs]: Change from GUILE-2.2 to GUILE-3.0.
2020-06-24 01:04:15 +02:00
Marius Bakke 3a71dac02e
gnu: guile-stis-parser: Update to 1.2.4.1.
* gnu/packages/guile-xyz.scm (guile-stis-parser): Update to 1.2.4.1.
[arguments]: Remove obsolete phase.
[inputs]: Change from GUILE-2.2 to GUILE-3.0.
2020-06-24 01:04:15 +02:00
Ryan Prior aeefe5317d
gnu: Add v.
* gnu/packages/vlang.scm: New file.
* gnu/packages/vlang.scm (v): New variable.
* gnu/local.mk: Add vlang.scm.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-23 23:52:24 +02:00
Robin Templeton 753d75d40b
gnu: flatpak: Fix xdg-dbus-proxy configure flag.
* gnu/packages/package-management.scm (flatpak) [arguments]: Pass the full
"xdg-dbus-proxy" program path to the "--with-system-dbus-proxy" configure
flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-23 23:39:42 +02:00
Ricardo Wurmus 501d89d707
gnu: python-pywavelets: Update to 1.1.1.
* gnu/packages/python-xyz.scm (python-pywavelets): Update to 1.1.1.
[arguments]: Update "check" phase.
[native-inputs]: Replace python-nose with python-pytest.
2020-06-23 23:15:55 +02:00
Ricardo Wurmus 88e0101b61
gnu: Add python-imageio.
* gnu/packages/python-xyz.scm (python-imageio): New variable.
2020-06-23 23:15:55 +02:00
Ricardo Wurmus 6bd9e0d501
gnu: Add python-lfdfiles.
* gnu/packages/python-xyz.scm (python-lfdfiles): New variable.
2020-06-23 23:15:55 +02:00
Ricardo Wurmus 09f527827a
gnu: Add python-tifffile.
* gnu/packages/python-xyz.scm (python-tifffile): New variable.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus 978d11f96e
gnu: Add python-roifile.
* gnu/packages/python-xyz.scm (python-roifile): New variable.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus 5db8ba1f49
gnu: Add python-msgpack-numpy.
* gnu/packages/python-science.scm (python-msgpack-numpy): New variable.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus 4be49afabd
gnu: python-scikit-image: Update to 0.17.2.
* gnu/packages/python-science.scm (python-scikit-image): Update to 0.17.2.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus 83c116563d
gnu: python-gridmap: Update to 0.14.0.
* gnu/packages/python-xyz.scm (python-gridmap): Update to 0.14.0.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus e8f2ddbb23
gnu: Add python-progressbar2.
* gnu/packages/python-xyz.scm (python-progressbar2): New variable.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus 2537a7bf26
gnu: python-pycodestyle: Update to 2.6.0.
* gnu/packages/python-xyz.scm (python-pycodestyle): Update to 2.6.0.
[arguments]: Replace check phase.
[native-inputs]: Add python-pytest.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus 4e6387846b
gnu: python-pyflakes: Update to 2.2.0.
* gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.2.0.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus 358dda42e7
gnu: python-flake8: Update to 3.8.3.
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.3.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus 57be09b207
gnu: python-utils: Update to 2.4.0.
* gnu/packages/python-xyz.scm (python-utils): Update to 2.4.0.
[arguments]: Replace check phase.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus a17e1b9e11
gnu: python-pytest-flakes: Update to 4.0.0.
* gnu/packages/check.scm (python-pytest-flakes): Update to 4.0.0.
[arguments]: Skip broken test.
2020-06-23 23:15:54 +02:00
Marius Bakke a864d40711
gnu: mpv: Use deterministic ordering of shared library dependencies.
Fixes <https://bugs.gnu.org/42025>.
Reported by Msavoritias <marinus.savoritias@disroot.org>.

* gnu/packages/video.scm (mpv)[arguments]: Add phase 'build-reproducibly'.
2020-06-23 22:24:38 +02:00