summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* guix-install.sh: Add variable quoting in sys_make_guix_available.Vincent Legoll2020-12-18
| | | | | | * etc/guix-install.sh (sys_make_guix_available): Add variable quoting. Signed-off-by: Christopher Baines <mail@cbaines.net>
* guix-install.sh: Replace tabs with spaces.Vincent Legoll2020-12-18
| | | | | | | | | | Almost the entire file is indented with spaces, a few tabs slipped in, clean them up. * etc/guix-install.sh(chk_sys_arch): Replace tabs with spaces. (sys_enable_guix_daemon): Likewise. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: sbcl-lzlib: Update to 1.1-1.c347026.Guillaume Le Vaillant2020-12-18
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-lzlib): Update to 1.1-1.c347026. [inputs]: Add sbcl-lparallel.
* gnu: sbcl-cl-octet-streams: Update to 1.1.Guillaume Le Vaillant2020-12-18
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-octet-streams): Update to 1.1.
* gnu: sbcl-ironclad: Update to 0.53.Guillaume Le Vaillant2020-12-18
| | | | * gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.53.
* gnu: Add cl-asdf-finalizers.Sharlatan Hellseher2020-12-18
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-asdf-finalizers, ecl-asdf-finalizers, sbcl-asdf-finalizers): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: emacs-sudo-edit: Update to commit 0e2c32b, fix tests.Maxim Cournoyer2020-12-18
| | | | | * gnu/packages/emacs-xyz.scm (emacs-sudo-edit): Update to commit 0e2c32b. [arguments]: Use the full blown emacs package, as one test fail otherwise.
* Revert "gnu: font-google-roboto: Update to 2.138."Leo Famulari2020-12-17
| | | | | | This commit caused the package definition to no longer install any files. This reverts commit e93ee2547ecec152f9a198ccc338c4329cc69a71.
* gnu: emacs-logview: Add missing emacs-extmap input.Maxim Cournoyer2020-12-17
| | | | | * gnu/packages/emacs-xyz.scm (emacs-logview)[propagated-inputs]: Add emacs-extmap.
* gnu: emacs-datetime: Install .extmap files.Maxim Cournoyer2020-12-17
| | | | | * gnu/packages/emacs-xyz.scm (emacs-datetime)[arguments]{include}: Extend to include .extmap files.
* gnu: emacs-ivy-posframe: Fix source URL.Maxim Cournoyer2020-12-17
| | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe)[source]: Fix URL.
* gnu: Add emacs-airline-themes.Noah Evans2020-12-17
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-airline-themes): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sudo: Update to 1.9.4p1.Tobias Geerinckx-Rice2020-12-17
| | | | | | | | * gnu/packages/admin.scm (sudo): Update to 1.9.4p1. [source]: Remove patch. * gnu/packages/patches/sudo-fix-build-without-sendmail.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add emacs-evil-goggles.Morgan Smith2020-12-17
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-goggles): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: font-fira-code: Update to 5.2.Nicolas Goaziou2020-12-17
| | | | | * gnu/packages/fonts.scm (font-fira-code): Update to 5.2. [source]: Update uri.
* linux-boot: Fix noresume argument parsing.Tobias Geerinckx-Rice2020-12-17
| | | | | * gnu/build/linux-boot.scm (boot-system): Check for "hibernate=noresume" in addition to "noresume".
* gnu: bcachefs-tools: Provide a mount.bcachefs helper.Tobias Geerinckx-Rice2020-12-17
| | | | | | | * gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add a 'promote-mount.bcachefs.sh phase to install the shell script version. [inputs]: Rename "util-linux" to "util-linux:lib". Add coreutils-minimal, gawk, and util-linux(:out).
* gnu: bcachefs-tools: Update to 0.1-2.db931a4.Tobias Geerinckx-Rice2020-12-17
| | | | * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-2.db931a4.
* gnu: knot: Update to 3.0.3.Tobias Geerinckx-Rice2020-12-17
| | | | * gnu/packages/dns.scm (knot): Update to 3.0.3.
* gnu: font-google-roboto: Update to 2.138.Nicolas Goaziou2020-12-17
| | | | * gnu/packages/fonts.scm (font-google-roboto): Update to 2.138.
* gnu: Add font-iosevka-curly.Nicolas Goaziou2020-12-17
| | | | * gnu/packages/fonts.scm (font-iosevka-curly): New variable.
* gnu: Add font-iosevka-curly-slab.Nicolas Goaziou2020-12-17
| | | | * gnu/packages/fonts.scm (font-iosevka-curly-slab): New variable.
* gnu: Iosevka fonts: Update to 4.0.3.Nicolas Goaziou2020-12-17
| | | | | | | | | | * gnu/packages/fonts.scm (font-iosevka): (font-iosevka-slab): (font-iosevka-term): (font-iosevka-term-slab): (font-iosevka-aile): (font-iosevka-etoile): (font-iosevka-sparkle): Update to 4.0.3.
* gnu: fet: Update to 5.48.1.Nicolas Goaziou2020-12-17
| | | | * gnu/packages/education.scm (fet): Update to 5.48.1.
* gnu: python-sanic: Relax httpx version requirement.Lars-Dominik Braun2020-12-17
| | | | | | | * gnu/packages/python-web.scm (python-sanic)[arguments]: Substitute strict httpx version requirement. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-httpcore: Upgrade to 0.12.2.Lars-Dominik Braun2020-12-17
| | | | | | | | | | | | | httpx was upgraded in commit bc49b009bf08326b55aea3508a6b677a065d5a31, but was broken, because it requests this new version of httpcore. * gnu/packages/python-web.scm (python-httpcore)[version]: Upgrade to 0.12.2. [arguments]: Respect tests? argument. Disable tests. Remove obsolete phases. [native-inputs]: Remove obsolete comment regarding mitmproxy. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-emicklei-go-restful: Update to 3.4.0.Jack Hill2020-12-17
| | | | | | * gnu/packages/golang.scm (go-github-com-emicklei-go-restful): Update to 3.4.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-magiconair-properties: Update to 1.8.4.Jack Hill2020-12-17
| | | | | | * gnu/packages/golang.scm (go-github-com-magiconair-properties): Update to 1.8.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-kr-pretty: Improve synopsis.Jack Hill2020-12-17
| | | | | | * gnu/packages/golang.scm (go-github-com-kr-pretty)[synopsis]: Remove leading article. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-kr-pretty: Update to 0.2.1.Jack Hill2020-12-17
| | | | | | * gnu/packages/golang.scm (go-github-com-kr-pretty): Update to 0.2.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: glpk: Don't build static library.Efraim Flashner2020-12-17
| | | | | * gnu/packages/maths.scm (glpk)[arguments]: Add configure-flag to skip static library.
* gnu: glpk: Update to 5.0.Efraim Flashner2020-12-17
| | | | | | * gnu/packages/maths.scm (glpk): Update to 5.0. (glpk-4.65): New variable. * gnu/packages/algebra.scm (giac)[inputs]: Replace glpk with glpk-4.
* gnu: Add aws-sdk-cpp.Greg Hogan2020-12-17
| | | | | | * gnu/packages/cpp.scm (aws-sdk-cpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add aws-c-event-stream.Greg Hogan2020-12-17
| | | | | | | | | * gnu/packages/c.scm (aws-c-event-stream): New variable. * gnu/packages/patches/aws-c-event-stream-cmake-prefix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add aws-checksums.Greg Hogan2020-12-17
| | | | | | | | * gnu/packages/c.scm (aws-checksums): New variable. * gnu/packages/patches/aws-checksums-cmake-prefix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add aws-c-common.Greg Hogan2020-12-17
| | | | | | * gnu/packages/c.scm (aws-c-common): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: okular: Tweak synopsis and description.Ludovic Courtès2020-12-17
| | | | | | * gnu/packages/kde.scm (okular)[synopsis]: Tweak capitalization. [description]: Remove discussion of portability and mention supported file formats instead.
* gnu: r-nmf: Move from "annotation" to "package" section.Ricardo Wurmus2020-12-17
| | | | * gnu/packages/bioconductor.scm (r-nmf): Move variable.
* gnu: r-deconstructsigs: Move from "annotation" to "package" section.Ricardo Wurmus2020-12-17
| | | | * gnu/packages/bioconductor.scm (r-deconstructsigs): Move variable.
* gnu: r-pasilla: Move from "annotation" to "experiment" section.Ricardo Wurmus2020-12-17
| | | | * gnu/packages/bioconductor.scm (r-pasilla): Move variable.
* gnu: r-ideoviz: Move from "annotation" to "package" section.Ricardo Wurmus2020-12-17
| | | | * gnu/packages/bioconductor.scm (r-ideoviz): Move variable.
* gnu: r-genelendatabase: Move from "annotation" to "experiment" section.Ricardo Wurmus2020-12-17
| | | | * gnu/packages/bioconductor.scm (r-genelendatabase): Move variable.
* gnu: r-bluster: Move from "annotation" to "package" section.Ricardo Wurmus2020-12-17
| | | | * gnu/packages/bioconductor.scm (r-bluster): Move variable.
* gnu: r-cummerbund: Move from "experiment" to "package" section.Ricardo Wurmus2020-12-17
| | | | * gnu/packages/bioconductor.scm (r-cummerbund): Move variable.
* gnu: r-coverageview: Move from "experiment" to "package" section.Ricardo Wurmus2020-12-17
| | | | * gnu/packages/bioconductor.scm (r-coverageview): Move variable.
* gnu: Add r-org-eck12-eg-db.Mădălin Ionel Patrașcu2020-12-17
| | | | | | * gnu/packages/bioconductor.scm (r-org-eck12-eg-db): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-pathview.Mădălin Ionel Patrașcu2020-12-17
| | | | | | * gnu/packages/bioconductor.scm (r-pathview): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-kegggraph.Mădălin Ionel Patrașcu2020-12-17
| | | | * gnu/packages/bioconductor.scm (r-kegggraph): New variable.
* gnu: Add r-gagedata.Mădălin Ionel Patrașcu2020-12-17
| | | | | | * gnu/packages/bioconductor.scm (r-gagedata): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: rust-lzma-sys-0.1: Update to 0.1.17.Joseph LaFreniere2020-12-17
| | | | | | * gnu/packages/crates-io.scm (rust-lzma-sys-0.1): Update to 0.1.17. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>