aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nls: Update translations.Julien Lepiller2021-11-06
| | | | | | * po/doc/guix-cookbook.es.po: New file. * po/doc/local.mk: Add 'es' cookbook. * doc/local.mk: Add 'es' cookbook.
* gnu: msmtp: Update to 1.8.19.Xinglu Chen2021-11-06
| | | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.19. [properties]: Set ‘release-monitoring-url’.
* gnu: Add emacs-devdocs.Aleksandr Vityazev2021-11-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-devdocs): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-excorporate.phodina2021-11-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-excorporate): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-fsm.phodina2021-11-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-fsm): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-soap-client.phodina2021-11-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-soap-client): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-url-http-ntlm.phodina2021-11-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-url-http-ntlm): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-nadvice.phodina2021-11-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-nadvice): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-ntlm.phodina2021-11-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ntlm): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: webkitgtk: Disable SSE2 when not on x86_64.Liliana Marie Prikler2021-11-06
| | | | | * gnu/packages/webkit.scm (webkitgtk)[#:phases]: Add ‘disable-sse2’ if the current (target) system is not an x86_64 one.
* gnu: emacs-git-modes: Add TeXinfo markup to description.Nicolas Goaziou2021-11-06
| | | | * gnu/packages/emacs-xyz.scm (git-modes): Add TeXinfo markup.
* gnu: emacs-git-modes: Update to 1.4.0.Nicolas Goaziou2021-11-06
| | | | * gnu/packages/emacs-xyz.scm (emacs-git-modes): Update to 1.4.0.
* gnu: webkitgtk: Fix build on i686-linux.Mark H Weaver2021-11-06
| | | | | | | | | Fixes <https://bugs.gnu.org/51591>. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Use quasiquote for the argument list. When building on i686-linux, insert a 'substitute*' form in the 'prepare-build-environment' phase that disables the use of '__builtin_mul_overflow'.
* gnu: opam: Update to 2.1.1.Julien Lepiller2021-11-05
| | | | * gnu/packages/ocaml.scm (opam): Update to 2.1.1.
* gnu: Use license: prefix.phodina2021-11-05
| | | | | | | | * gnu/packages/markup.scm (hoedown, markdown, discount, perl-text-markdown-discount, cmark, smu, md4c, python-mistletoe) [license]: Prefix with license:. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add lowdown.phodina2021-11-05
| | | | | | * gnu/packages/markup.scm (lowdown): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: diffoscope: Update to 190.Vagrant Cascadian2021-11-05
| | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 190. [arguments]: Remove 'skip-python-tests phase.
* gnu: git-annex: Update to 8.20211028.Kyle Meyer2021-11-05
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211028. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add i3status-rust.phodina2021-11-04
| | | | | | | | * gnu/packages/rust-apps.scm (i3status-rust): New variable. * gnu/packages/patches/i3status-rust-enable-unstable-features.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-libpulse-binding-2.phodina2021-11-04
| | | | | | * gnu/packages/crates-io.scm (rust-libpulse-binding-2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-libpulse-sys-1.phodina2021-11-04
| | | | | | * gnu/packages/crates-io.scm (rust-libpulse-sys-1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-cpuprofiler-0.0.phodina2021-11-04
| | | | | | * gnu/packages/crates-io.scm (rust-cpuprofiler-0.0): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: parlatype: Update to 3.0.Nicolas Goaziou2021-11-04
| | | | | * gnu/packages/gnome.scm (parlatype): Update to 3.0. [homepage]: Update URL.
* gnu: emacs-ivy-posframe: Update to 0.6.3.Nicolas Goaziou2021-11-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.6.3.
* gnu: emacs-posframe: Update to 1.1.0.Nicolas Goaziou2021-11-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.1.0.
* gnu: Add vim-nerdcommenter.Foo Chuan Wei2021-11-04
| | | | | | * gnu/packages/vim.scm (vim-nerdcommenter): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-flymake-shellcheck: Add reference to shellcheck.Morgan Smith2021-11-04
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-flymake-shellcheck) [inputs]: Add shellcheck. [arguments]: Add substitute-shellcheck-path phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* Revert "gnu: webkitgtk: Use GCC 11 instead of Clang."Mark H Weaver2021-11-04
| | | | | | This reverts commit 63f78f6a6ea0d33f3b1fa68c7285cfb865677211. It led to broken builds of epiphany, gnome-online-accounts, yelp, zenity, surf, and possibly others.
* gnu: emacs-eshell-did-you-mean: Update to 0.2.Nicolas Goaziou2021-11-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-eshell-did-you-mean): Update to 0.2.
* gnu: emacs-ebib: Update to 2.33.Nicolas Goaziou2021-11-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.33.
* gnu: webkitgtk: Use GCC 11 instead of Clang.Liliana Marie Prikler2021-11-04
| | | | | | | | | | WebkitGTK still compiles fine on x86_64 using GCC 11. This is the only architecture known to compile currently, as i686 fails with Clang and others fail due to unsatisfied dependencies. * gnu/packages/webkit.scm (webkitgtk)[#:phases]: Drop ‘prepare-build-environment’. [native-inputs]: Drop clang, add gcc.
* gnu: linux-libre 4.4: Update to 4.4.291.Leo Famulari2021-11-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.291. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.289.Leo Famulari2021-11-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.289. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.254.Leo Famulari2021-11-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.254. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.215.Leo Famulari2021-11-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.215. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.157.Leo Famulari2021-11-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.157. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.77.Leo Famulari2021-11-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.77. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.14.16.Leo Famulari2021-11-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.16. (linux-libre-5.14-pristine-source): Update hash.
* gnu: flightgear: Prepare to run test suite.Efraim Flashner2021-11-04
| | | | | | * gnu/packages/games.scm (flightgear)[arguments]: Add phase to build test binary. Add phase to skip some failing tests. Move 'check phase to after 'install-data.
* gnu: flightgear: Use system cppunit.Efraim Flashner2021-11-04
| | | | | | * gnu/packages/games.scm (flightgear)[source]: Adjust snippet to remove bundled cppunit. [arguments]: Add configure-flag to use system cppunit.
* gnu: simgear: Remove bundled expat.Efraim Flashner2021-11-04
| | | | | | * gnu/packages/games.scm (simgear)[source]: Add snippet to remove bundled expat. [arguments]: Add configure-flag to use system expat.
* gnu: Remove openscenegraph-3.4.Efraim Flashner2021-11-04
| | | | * gnu/packages/graphics.scm (openscenegraph-3.4): Remove variable.
* gnu: flightgear: Build with newer inputs.Efraim Flashner2021-11-04
| | | | | | * gnu/packages/games.scm (flightgear)[inputs]: Replace openscenegraph-3.4 with openscenegraph, boost-for-mysql with boost. (simgear)[inputs]: Same.
* gnu: simgear: Honor #:tests? flag.Efraim Flashner2021-11-04
| | | | | * gnu/packages/games.scm (simgear)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* gnu: flightgear: Build with qt-build-system.Efraim Flashner2021-11-04
| | | | | | * gnu/packages/games.scm (flightgear)[build-system]: Switch to qt-build-system. [arguments]: Remove 'wrap-executable phase.
* gnu: flightgear: Update to 2020.3.11.phodina2021-11-04
| | | | | | | * gnu/packages/games.scm (simgear, flightgear): Update to 2020.3.11. (flightgear-data): Update uri. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* Revert "gnu: Add rust-sysinfo-0.20."Nicolas Goaziou2021-11-03
| | | | | | This reverts commit cc415fd880fea9059e6d0bd4c45ce143126d9f14. Rust 1.54 is not yet packages.
* gnu: Add rust-polars-0.16.Nicolas Goaziou2021-11-03
| | | | | * gnu/packages/crates-io.scm (rust-polars-0.16): New variable. (rust-polars-0.15): Inherit from above.
* gnu: Add rust-polars-lazy-0.16.Nicolas Goaziou2021-11-03
| | | | | * gnu/packages/crates-io.scm (rust-polars-lazy-0.16): New variable. (rust-polars-lazy-0.15): Inherit from above.
* gnu: Add rust-polars-io-0.16.Nicolas Goaziou2021-11-03
| | | | | * gnu/packages/crates-io.scm (rust-polars-io-0.16): New variable. (rust-polars-io-0.15): Inherit from above.