aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: stellarium: Update to 0.20.2.Tobias Geerinckx-Rice2020-06-29
| | | | * gnu/packages/astronomy.scm (stellarium): Update to 0.20.2.
* gnu: ansible: Update to 2.9.10.Tobias Geerinckx-Rice2020-06-29
| | | | * gnu/packages/admin.scm (ansible): Update to 2.9.10.
* gnu: s-tui: Update to 1.0.1.Tobias Geerinckx-Rice2020-06-29
| | | | * gnu/packages/admin.scm (s-tui): Update to 1.0.1.
* gnu: xxhash: Detect vector instructions at run time.Tobias Geerinckx-Rice2020-06-29
| | | | | * gnu/packages/digest.scm (xxhash)[arguments]: Set DISPATCH=1 make flag on x86.
* gnu: xxhash: Update to 0.7.4.Tobias Geerinckx-Rice2020-06-29
| | | | * gnu/packages/digest.scm (xxhash): Update to 0.7.4.
* gnu: xxhash: Cross-compile.Tobias Geerinckx-Rice2020-06-29
| | | | * gnu/packages/digest.scm (xxhash)[arguments]: Use CC-FOR-TARGET.
* gnu: vdirsyncer: Update to 0.16.8.Tobias Geerinckx-Rice2020-06-29
| | | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.16.8. [propagated-inputs]: Use python-click-5.
* gnu: Add python-click@5.Tobias Geerinckx-Rice2020-06-29
| | | | * gnu/packages/python-xyz.scm (python-click-5): New public variable.
* gnu: monero-gui: Update to 0.16.0.1.Guillaume Le Vaillant2020-06-29
| | | | * gnu/packages/finance.scm (monero-gui): Update to 0.16.0.1.
* gnu: monero: Update to 0.16.0.1.Guillaume Le Vaillant2020-06-29
| | | | * gnu/packages/finance.scm (monero): Update to 0.16.0.1.
* gnu: python-pytest-flake8: Update to 1.0.6.Matthew Kraai2020-06-29
| | | | | | * gnu/packages/python-check.scm (python-pytest-flake8): Update to 1.0.6. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add bats.Oleg Pykhalov2020-06-29
| | | | * gnu/packages/bash.scm (bats): New variable.
* gnu: artanis: Use guile2.2 version of guile-redis.Masaya Tojo2020-06-29
| | | | | | | * gnu/packages/guile-xyz.scm (artanis)[propagated-inputs]: Change from guile-redis to guile2.2-redis. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: exercism: Don't install source.Jakub Kądziołka2020-06-29
| | | | | * gnu/packages/education.scm (exercism)[arguments]: Set install-source? to #f.
* gnu: Add burgerspace.Nicolas Goaziou2020-06-29
| | | | * gnu/packages/games.scm (burgerspace): New variable.
* gnu: Add flatzebra.Nicolas Goaziou2020-06-29
| | | | * gnu/packages/game-development.scm (flatzebra): New variable.
* gnu: python-xlib: Fix native input.Nicolas Goaziou2020-06-28
| | | | | * gnu/packages/python-xyz.scm (python-xlib)[native-inputs]: Replace python2-setuptools-scm with python-setuptools-scm.
* gnu: python2-xlib: Update to 0.27.Nicolas Goaziou2020-06-28
| | | | * gnu/packages/python-xyz.scm (python2-xlib): Update to 0.27.
* gnu: Add python-xlib.Nicolas Goaziou2020-06-28
| | | | * gnu/packages/python-xyz.scm (python-xlib): New variable.
* Add more missing (ice-9 format) imports.Marius Bakke2020-06-28
| | | | | | | * gnu/machine/ssh.scm: Import (ice-9 format). * guix/scripts/graph.scm: Likewise. * guix/scripts/system/search.scm: Likewise. * guix/remote.scm: Likewise.
* gnu: doctest: Update to 2.4.0.Marius Bakke2020-06-28
| | | | * gnu/packages/check.scm (doctest): Update to 2.4.0.
* gnu: asciidoc-py3: Update to 9.0.1.Marius Bakke2020-06-28
| | | | * gnu/packages/documentation.scm (asciidoc-py3): Update to 9.0.1.
* gnu: git: Update to 2.27.0.Marius Bakke2020-06-28
| | | | | * gnu/packages/version-control.scm (git): Update to 2.27.0. [arguments]: Adjust xmlto substitution for upstream changes.
* gnu: mumble: Fix mumble-overlay.Leo Prikler2020-06-28
| | | | | | | | | | | | | 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>
* services: virtualization: Export hurd-vm-configuration accessors.Jan (janneke) Nieuwenhuizen2020-06-28
| | | | | | | | | | | | * 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.
* gnu: warzone2100: Update to 3.4.0.Pierre Neidhardt2020-06-28
| | | | * gnu/packages/games.scm (warzone2100): Update to 3.4.0.
* gnu: emacs-elpher: Update to 2.9.1.Simon South2020-06-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.9.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-libyaml.Fredrik Salomonsson2020-06-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-libyaml): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Remove rust-rustc-hash-1.0.Efraim Flashner2020-06-28
| | | | | | * 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.
* gnu: rust-bincode-1: Update to 1.3.1.Efraim Flashner2020-06-28
| | | | * gnu/packages/crates-io.scm (rust-bincode-1): Update to 1.3.1.
* gnu: Rename rust-bincode-1.2 to rust-bincode-1.Efraim Flashner2020-06-28
| | | | | | | | | | | | * 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.
* gnu: Remove rust-bincode-1.1.Efraim Flashner2020-06-28
| | | | | | | | | | | * 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.
* gnu: rust-csv-core-0.1: Fix build.Efraim Flashner2020-06-28
| | | | | * gnu/packages/crates-io.scm (rust-csv-core-0.1)[arguments]: Replace rust-arrayvec-0.4 with 0.5 in cargo-development-inputs.
* gnu: Rename rust-memchr-2.3 to rust-memchr-2.Efraim Flashner2020-06-28
| | | | | | | | | | | | | | | | * 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.
* gnu: Remove rust-memchr-2.2.Efraim Flashner2020-06-28
| | | | | | | | | | * 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.
* gnu: Rename rust-unicase-2.6 to rust-unicase-2.Efraim Flashner2020-06-28
| | | | | | | | * 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.
* gnu: Remove rust-unicase-2.4.Efraim Flashner2020-06-28
| | | | | | | * 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.
* gnu: rust-typenum-1: Update to 1.12.0.Efraim Flashner2020-06-28
| | | | * gnu/packages/crates-io.scm (rust-typenum-1): Update to 1.12.0.
* gnu: Rename rust-typenum-1.10 to rust-typenum-1.Efraim Flashner2020-06-28
| | | | | | | * 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.
* gnu; Add go-minisign.Efraim Flashner2020-06-28
| | | | * gnu/packages/crypto.scm (go-minisign): New variable.
* gnu: Add rust-minisign.Efraim Flashner2020-06-28
| | | | * gnu/packages/crypto.scm (rust-minisign): New variable.
* gnu: Add rust-scrypt-0.3.Efraim Flashner2020-06-28
| | | | | * gnu/packages/crates-io.scm (rust-scrypt-0.3): New variable. (rust-scrypt-0.2): Inherit from rust-scrypt-0.2.
* gnu: Add rust-pbdkdf2-0.4.Efraim Flashner2020-06-28
| | | | | * gnu/packages/crates-io.scm (rust-pbkdf2-0.4): New variable. (rust-pbkdf2-0.3): Inherit from rust-pbkdf2-0.4.
* gnu: Add rust-hmac-0.8.Efraim Flashner2020-06-28
| | | | | * gnu/packages/crates-io.scm (rust-hmac-0.8): New variable. (rust-hmac-0.7): Inherit from rust-hmac-0.8.
* gnu: rust-sha2-asm-0.5: Update to 0.5.4.Efraim Flashner2020-06-28
| | | | * gnu/packages/crates-io.scm (rust-sha2-asm-0.5): Update to 0.5.4.
* gnu: rust-sha2-0.8: Update to 0.8.2.Efraim Flashner2020-06-28
| | | | | * gnu/packages/crates-io.scm (rust-sha2-0.8): Update to 0.8.2. [arguments]: Remove rust-cc-1.0 from cargo-development-inputs.
* gnu: Add rust-sha2-0.9.Efraim Flashner2020-06-28
| | | | | * gnu/packages/crates-io.scm (rust-sha2-0.9): New variable. (rust-sha2-0.8): Inherit from rust-sha2-0.9.
* gnu: Add rust-md-5-0.9.Efraim Flashner2020-06-28
| | | | | * gnu/packages/crates-io.scm (rust-md-5-0.9): New variable. (rust-md-5-0.8): Inherit from rust-md-5-0.9.
* gnu: Add rust-block-buffer-0.8.Efraim Flashner2020-06-28
| | | | * gnu/packages/crates-io.scm (rust-block-buffer-0.8): New variable.
* gnu: rust-sha-1-0.8: Update to 0.8.2.Efraim Flashner2020-06-28
| | | | | | * 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.