summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fast searchseries-2818Arun Isaac2020-02-06
|
* gnu: linux-libre: Update to 5.4.18.base-for-series-2818Mark H Weaver2020-02-05
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.18. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.102.Mark H Weaver2020-02-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.102. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.170.Mark H Weaver2020-02-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.170. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.213.Mark H Weaver2020-02-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.213. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.213.Mark H Weaver2020-02-05
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.213. (linux-libre-4.4-pristine-source): Update hash.
* import: pypi: Support exporting packages with .zip source.Jakub Kądziołka2020-02-05
| | | | | | | | | * guix/import/pypi.scm (make-pypi-sexp): Rename test-inputs to native-inputs. Restructure the way pypi-uri parameters are generated. Use pypi-uri's extension parameter when required. Add "unzip" to native inputs when the package source is a zip file. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-cleo: Update to 0.7.6.Tanguy Le Carrour2020-02-05
| | | | | | | * gnu/packages/python-xyz.scm (python-cleo): Update to 0.7.6. [propagated-inputs]: Add python-clikit. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-clikit: Update to 0.4.1.Tanguy Le Carrour2020-02-05
| | | | | | * gnu/packages/python-xyz.scm (python-clikit): Update to 0.4.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-tomlkit: Update to 0.5.8.Tanguy Le Carrour2020-02-05
| | | | | | * gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.5.8. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: lxqt-config: Fixing keyboard layout.Fakhri Sajadi2020-02-05
| | | | | | | * gnu/packages/lxqt.scm (lxqt-config)[inputs]: Add xkeyboard-config. [arguments]: Add phase to substitute xkb rule file. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: streamlink: Update to 1.3.1.Josh Holland2020-02-05
| | | | | | * gnu/packages/video.scm (streamlink): Update to 1.3.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: gpodder: Update to 3.10.13.Pierre Langlois2020-02-05
| | | | | | * gnu/packages/gpodder.scm (gpodder): Update to 3.10.13. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: zrythm: Update to 0.7.474.Alexandros Theodotou2020-02-05
| | | | | | | * gnu/packages/music.scm (zrythm): Update to 0.7.474. [arguments](phases): Patch xdg-open. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: elfutils: Update synopsis and descriptionMark Wielaard2020-02-05
| | | | | | | | * gnu/packages/elf.scm (elfutils): Update summaries. [synopsis]: Updated. [description]: Updated. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: libmtp: Update to 1.1.17.Marius Bakke2020-02-05
| | | | * gnu/packages/libusb.scm (libmtp): Update to 1.1.17.
* gnu: libmtp: Do not build the static library.Marius Bakke2020-02-05
| | | | | * gnu/packages/libusb.scm (libmtp)[arguments]: Add "--disable-static" in #:configure-flags.
* gnu: libmtp: Remove unnecessary propagation.Marius Bakke2020-02-05
| | | | | * gnu/packages/libusb.scm (libmtp)[propagated-inputs]: Move LIBGCRYPT ... [inputs]: ... here. New field.
* gnu: lftp: Update to 4.9.1.Marius Bakke2020-02-05
| | | | * gnu/packages/ftp.scm (lftp): Update to 4.9.1.
* gnu: libcdr: Update to 0.1.6.Marius Bakke2020-02-05
| | | | * gnu/packages/libreoffice.scm (libcdr): Update to 0.1.6.
* gnu: varnish: Update to 6.3.2.Marius Bakke2020-02-05
| | | | * gnu/packages/web.scm (varnish): Update to 6.3.2.
* gnu: ppp: Update to 2.4.8.Marius Bakke2020-02-05
| | | | | * gnu/packages/samba.scm (ppp): Update to 2.4.8. [source]: Change to GIT-FETCH.
* doc: Clarify documentation of Substitute Server Authorization.Damien Cassou2020-02-05
| | | | | | | * doc/guix.texi (Substitute Server Authorization): Highlight the salient part of the example. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: hyperrogue: Update to 11.2q.Kei Kebreau2020-02-05
| | | | * gnu/packages/games.scm (hyperrogue): Update to 11.2q.
* gnu: gcompris-qt: Update to 0.97.base-for-series-2814Nicolas Goaziou2020-02-05
| | | | | | * gnu/packages/education.scm (gcompris-qt): Update to 0.97. [arguments]: Skip failing test. [native-inputs]: Add kdoctools.
* import: gem: Deal with unavailable licensing info.Ludovic Courtès2020-02-05
| | | | | | | | | | Fixes <https://bugs.gnu.org/39404>. Reported by Seth <lee.seth@tuta.io>. * guix/import/gem.scm (<gem>)[licenses]: Adjust for non-vector licenses. * tests/gem.scm (test-bar-json): Change "licenses" to 'null'. ("gem-recursive-import"): Adjust accordingly.
* import: gem: Rewrite to use a JSON mapping to records.Ludovic Courtès2020-02-05
| | | | | | | | | | | | * guix/import/gem.scm (<gem>, <gem-dependencies>, <gem-dependency>): New record types with JSON mapping. (json->gem-dependencies): New procedures. (rubygems-fetch): Use it. (hex-string->bytevector): Remove. (make-gem-sexp): Expect HASH to be a bytevector. (gem->guix-package): Adjust to use the new <gem> data type instead of an alist. (latest-release): Likewise.
* tests: Adjust reverse-bag graph test to recent OCaml changes.Ludovic Courtès2020-02-05
| | | | | | | | | | This is a followup to 87858bc526a9d577760f55d05a51cb56630f845b. Partly fixes <https://bugs.gnu.org/39374>. Reported by Ellen Papsch <ellen.papsch@wine-logistix.de>. * tests/graph.scm ("reverse bag DAG"): Adjust test to latest OCaml changes.
* gnu: cat-avatar-generator: Remove imports for (srfi *).Ludovic Courtès2020-02-05
| | | | | | | | | | | | This would import (srfi srfi-1) and (srfi srfi-26) from the host Guile, leading to discrepancies among users, and in particular when the host Guile is 3.0. Reported by Julien Lepiller <julien@lepiller.eu> in <https://bugs.gnu.org/39369>. * gnu/packages/web.scm (cat-avatar-generator): Remove (srfi *) from #:modules.
* gnu: Add anki.Robert Smith2020-02-05
| | | | * gnu/packages/education.scm (anki): New variable.
* gnu: tor: Update to 0.4.2.6.Efraim Flashner2020-02-05
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.2.6.
* gnu: librsvg-next-source: Update dependencies.John Soo2020-02-05
| | | | | | * gnu/packages/gnome.scm (librsvg-next-source): Update dependencies. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-num-traits-0.2: Upgrade to 0.2.11.John Soo2020-02-05
| | | | | | | | * gnu/packages/crates-io.scm (rust-num-traits-0.2): Upgrade to 0.2.11. [arguments]: Remove rust-autocfg-0.1 from cargo-inputs. Add rust-autocfg-1.0, rust-libm-0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-libm-0.1.John Soo2020-02-05
| | | | | | * gnu/packages/crates-io.scm (rust-libm-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-autocfg-1.0.John Soo2020-02-05
| | | | | | | * gnu/packages/crates-io.scm (rust-autocfg-1.0): New variable. (rust-autocfg-0.1): Inherit from rust-autocfg-1.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-num-traits-0.2: Don't hide package.John Soo2020-02-05
| | | | | | | | | | | * gnu/packages/crates-io.scm (rust-num-traits-0.2):[arguments] Add rust-autocfg-0.1 to cargo-inputs. [properties] Remove field. (rust-num-traits-0.1):[arguments] Add rust-num-traits-0.2 to cargo-inputs. [properties]: Remove field. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-libm-0.2.John Soo2020-02-05
| | | | | | * gnu/packages/crates-io.scm (rust-libm-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-nom-1.2.John Soo2020-02-05
| | | | | | * gnu/packages/crates-io.scm (rust-nom-1.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-iso8601-0.1.John Soo2020-02-05
| | | | | | * gnu/packages/crates-io.scm (rust-iso8601-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-pad-0.1.John Soo2020-02-05
| | | | | | * gnu/packages/crates-io.scm (rust-pad-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-no-panic-0.1.John Soo2020-02-05
| | | | | | * gnu/packages/crates-io.scm (rust-no-panic-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-locale-0.2.John Soo2020-02-05
| | | | | | * gnu/packages/crates-io.scm (rust-locale-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: sbcl-chanl: Update to 0.4.1-1-56e90a1.Guillaume Le Vaillant2020-02-05
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-chanl): Update to 0.4.1-1-56e90a1. (ecl-chanl)[arguments]: Remove disable-chanl-actors phase.
* gnu: Add cl-hdf5-cffi.Konrad Hinsen2020-02-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-hdf5-cffi, cl-hdf5-cffi, ecl-hdf5-cffi): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add pamixer.base-for-series-2808Amin Bandali2020-02-04
| | | | | | * gnu/packages/pulseaudio.scm (pamixer): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: emacs-yasnippet-snippets: Update to 0.20.Nicolas Goaziou2020-02-05
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.20. [arguments]: Remove unnecessary modules. [license]: Change to GPL3+. Note: the new official release is "0.20" whereas previous package used arbitrary "1-1". This may prevent users with this package already installed from updating.
* gnu: mutt: Enable Autocrypt support.Ivan Vilata-i-Balaguer2020-02-05
| | | | | | | | * gnu/packages/mail.scm (mutt)[inputs]: Add libidn2 and sqlite. [arguments]<#:configure-flags>: Add "--enable-autocrypt", "--with-sqlite3" and "--with-idn2". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gnome-shell-extension-appindicator.Giacomo Leidi2020-02-05
| | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add stb-truetype.Giacomo Leidi2020-02-05
| | | | | | * gnu/packages/stb.scm (stb-truetype): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add stb-sprintf.Giacomo Leidi2020-02-05
| | | | | | * gnu/packages/stb.scm (stb-sprintf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>