summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: emacs-itail: Update to 0.0.8.Nicolas Goaziou2021-10-17
| | | | | * gnu/packages/emacs-xyz.scm (emacs-itail): Update to 0.0.8. [description]: Some typography fixes.
* gnu: emacs-mindmap: Update to 0.4.Nicolas Goaziou2021-10-17
| | | | * gnu/packages/emacs-xyz.scm (emacs-mindmap): Update to 0.4.
* gnu: lagrange: Update to 1.7.2.Efraim Flashner2021-10-17
| | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.7.2. [inputs]: Add fribidi, harfbuzz, libwebp.
* gnu: emacs-datetime: Update to 0.7.1.Nicolas Goaziou2021-10-17
| | | | * gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.7.1.
* gnu: emacs-extmap: Update to 1.2.Nicolas Goaziou2021-10-17
| | | | * gnu/packages/emacs-xyz.scm (emacs-extmap): Update to 1.2.
* gnu: emacs-rust-mode: Update to 1.0.0.Nicolas Goaziou2021-10-17
| | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.0. [arguments]<#:phases>: Remove phase to run tests. <#:test-command>: Use new command. <#:tests?>: Disable tests for now. The `check' phases fails with status 127, even though all tests pass in the build environment, when "make test" is called manually.
* gnu: deja-dup: Sort inputs alphabetically.Efraim Flashner2021-10-17
| | | | | * gnu/packages/gnome.scm (deja-dup)[inputs]: Sort alphabetically. [native-inputs]: Same.
* gnu: duplicity: Update home-page.Efraim Flashner2021-10-17
| | | | | * gnu/packages/backup.scm (duplicity)[home-page]: Update to new upstream URI.
* gnu: deja-dup: Let deja-dup find duplicity.Vivien Kraus2021-10-17
| | | | | | | | * gnome.scm (deja-dup)[phases]: Wrap deja-dup to include duplicity in PATH. [inputs]: Add bash-minimal. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: duplicity: Depend on dbus.Vivien Kraus2021-10-17
| | | | | | | | * gnu/packages/backup.scm (duplicity)[inputs]: Add dbus. [arguments]: Adjust 'use-store-file-names to substitute the dbus-launch program name. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: duplicity: Depend on python-pygobject.Vivien Kraus2021-10-17
| | | | | | | * gnu/packages/backup.scm (duplicity)[propagated-inputs]: Add python-pygobject. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: janet: Upgrade to 1.18.1.jgart2021-10-17
| | | | | | * gnu/packages/lisp.scm (janet): Upgrade to 1.18.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ipset: Omit static library.Tobias Geerinckx-Rice2021-10-17
| | | | | * gnu/packages/linux.scm (ipset)[arguments]: Add "--disable-static" to the #:configure-flags.
* gnu: ipset: Update to 7.15.Tobias Geerinckx-Rice2021-10-17
| | | | * gnu/packages/linux.scm (ipset): Update to 7.15.
* gnu: workrave: Update to 1.10.48.Jovany Leandro G.C2021-10-17
| | | | | | * gnu/packages/gnome.scm (workrave): Update to 1.10.48. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: nix: Update to 2.3.16.jgart via Guix-patches via2021-10-17
| | | | | | * gnu/packages/package-management.scm (nix): Update to 2.3.16. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: hwinfo: Update to 21.77.Tobias Geerinckx-Rice2021-10-17
| | | | | * gnu/packages/hardware.scm (hwinfo): Update to 21.77. [arguments]: Don't explicitly return #t from phases.
* gnu: blueman: Update to 2.2.2.Tobias Geerinckx-Rice2021-10-17
| | | | | * gnu/packages/networking.scm (blueman): Update to 2.2.2. [arguments]: Don't explicitly return #t from phases.
* gnu: jitterentropy-rngd: Update to 1.2.5.Tobias Geerinckx-Rice2021-10-17
| | | | * gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.5.
* gnu: inxi-minimal: Update to 3.3.07-1.Tobias Geerinckx-Rice2021-10-17
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.07-1.
* gnu: htop: Update to 3.1.1.Tobias Geerinckx-Rice2021-10-17
| | | | * gnu/packages/admin.scm (htop): Update to 3.1.1.
* gnu: c-ares: Update to 1.17.2.Tobias Geerinckx-Rice2021-10-17
| | | | * gnu/packages/adns.scm (c-ares/fixed): Update to 1.17.2.
* gnu: gnss-sdr: Update to 0.0.15.Tobias Geerinckx-Rice2021-10-17
| | | | | * gnu/packages/radio.scm (gnss-sdr): Update to 0.0.15. [arguments]: Remove 'fix-tests phase. Tests pass regardless.
* gnu: font-liberation: Update to 2.1.5.Tobias Geerinckx-Rice2021-10-17
| | | | * gnu/packages/fonts.scm (font-liberation): Update to 2.1.5.
* gnu: Add mixxx.Vinicius Monego2021-10-16
| | | | | | | | | * gnu/packages/music.scm (mixxx): New variable. * gnu/packages/patches/mixxx-link-qtscriptbytearray-qtscript.patch, gnu/packages/patches/mixxx-system-googletest-benchmark.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add mp3guessenc.Vinicius Monego2021-10-16
| | | | | | * gnu/packages/audio.scm (mp3guessenc): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add spscqueue.Vinicius Monego2021-10-16
| | | | | | * gnu/packages/cpp.scm (spscqueue): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libshout-idjc.Vinicius Monego2021-10-16
| | | | | | * gnu/packages/audio.scm (libshout-idjc): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: opusfile: Fix Opus header lookups.Vinicius Monego2021-10-16
| | | | | | | * gnu/packages/xiph.scm (opusfile)[arguments]<#:phases>: Add a 'fix-multistream' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libdjinterop.Vinicius Monego2021-10-16
| | | | | | * gnu/packages/audio.scm (libdjinterop): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libkeyfinder.Vinicius Monego2021-10-16
| | | | | | * gnu/packages/audio.scm (libkeyfinder): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: minetest-basic-materials: Propagate minetest-moreores.Vivien Kraus2021-10-16
| | | | | | | * gnu/packages/minetest.scm (minetest-basic-materials) [propagated-inputs]: Add minetest-moreores. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add minetest-moreores.Vivien Kraus2021-10-16
| | | | | | * gnu/packages/minetest.scm (minetest-moreores): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: font-abattis-cantarell: Update to 0.303.Tobias Geerinckx-Rice2021-10-16
| | | | | | | | | | | | | This atones^Wfollows up on commit 44469ffd83f8dd48355954eee50002efbbe58503 which, as its changelog suggests, was not supposed to suck. * gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.303. [source]: Fetch a zipbomb from GNOME's GitLab. [build-system]: Use the font-build-system. We never actually built anything. [arguments]: Add custom 'unpack-source and 'unpack-variable-font phases. [native-inputs]: Fetch another zipbomb from GNOME's GitLab. Add unzip to unpack both of them. Remove gettext-minimal.
* gnu: fio: Update to 3.28.Tobias Geerinckx-Rice2021-10-16
| | | | | * gnu/packages/benchmark.scm (fio): Update to 3.28. [arguments]: Don't explicitly return #t from phases.
* gnu: gtkwave: Update to 3.3.111.Tobias Geerinckx-Rice2021-10-16
| | | | * gnu/packages/fpga.scm (gtkwave): Update to 3.3.111.
* gnu: font-overpass: Update to 3.0.5.Tobias Geerinckx-Rice2021-10-16
| | | | * gnu/packages/fonts.scm (font-overpass): Update to 3.0.5.
* gnu: fnott: Update to 1.1.2.Tobias Geerinckx-Rice2021-10-16
| | | | * gnu/packages/wm.scm (fnott): Update to 1.1.2.
* gnu: handbrake: Update to 1.4.2.Tobias Geerinckx-Rice2021-10-16
| | | | | | * gnu/packages/video.scm (handbrake): Update to 1.4.2. [source]: Don't explicitly return #t from snippet. [arguments]: Nor from phases.
* gnu: angband: Update to 4.2.3.Tobias Geerinckx-Rice2021-10-16
| | | | | | * gnu/packages/games.scm (angband): Update to 4.2.3. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Remove custom 'bootstrap phase.
* gnu: icedove: Update to 78.15.0.Jonathan Brielmaier2021-10-16
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.15.0.
* gnu: emacs-org-contrib: Update to 0.3.Nicolas Goaziou2021-10-16
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.3.
* home: services: shells: Fix documentation about file-like objects.Oleg Pykhalov2021-10-16
| | | | | | | | | * gnu/home/services/shells.scm: (home-shell-profile-configuration, home-shell-profile-service-type, home-zsh-configuration, home-zsh-extension, home-bash-configuration, home-bash-extension, home-fish-configuration, home-fish-extension): Replace 'strings or gexps' with 'file-like objects' in the documentation. * doc/guix.texi (Shells Home Services): Same.
* gnu: Add python-json2html.jgart2021-10-16
| | | | | | * gnu/packages/python-xyz.scm (python-json2html): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: xsecurelock: Update to 1.7.0.jgart2021-10-16
| | | | | | * gnu/packages/xdisorg.scm (xsecurelock): Update to 1.7.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: python-gitpython: Update to 3.1.24.jgart2021-10-16
| | | | | | | | * gnu/packages/version-control.scm (python-gitpython): Update to 3.1.24. [arguments]: Do not return #t from custom phases. [propagated-inputs]: Add python-typing-extensions. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: emacs-treemacs: Update to 2.9.3.Nicolas Goaziou2021-10-16
| | | | * gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.3.
* gnu: font-abattis-cantarell: Downgrade to 0.301.Maxim Cournoyer2021-10-15
| | | | | | | | | Reported by talos on #guix. This fixes the build; the 0.303 release archive is not available from https://download.gnome.org/sources/cantarell-fonts/. * gnu/packages/fonts.scm (font-abattis-cantarell): Downgrade to 0.301.
* gnu: aws-sdk-cpp: Update to 1.9.92.Greg Hogan2021-10-16
| | | | | | | | | | | | * gnu/packages/patches/aws-sdk-cpp-cmake-prefix.patch, gnu/packages/patches/aws-sdk-cpp-disable-networking-tests.patch, gnu/packages/patches/aws-sdk-cpp-disable-werror.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.92. [source]: Use patches. [inputs, propagated-inputs]: Update AWS dependencies to Common Runtime. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add aws-crt-cpp.Greg Hogan2021-10-16
| | | | | | | | | * gnu/packages/cpp.scm (aws-crt-cpp): New variable. * gnu/packages/patches/aws-crt-cpp-cmake-prefix.patch, gnu/packages/patches/aws-crt-cpp-disable-networking-tests.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>