summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
| * gnu: linux-libre: Update to 5.14.11.Leo Famulari2021-10-11
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.11. (linux-libre-5.14-pristine-source, deblob-scripts-5.14): Update hashes.
| * gnu: emacs-citeproc-el: Update to 0.9.Nicolas Goaziou2021-10-10
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9. [propagated-inputs]: Add emacs-parsebib and emacs-string-inflection.
| * gnu: emacs-equake: Update to 0.985.Nicolas Goaziou2021-10-10
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-equake): Update to 0.985. (propagated-inputs): Remove emacs-tco-el.
| * gnu: gimp: Add optional dependencies.Vinicius Monego2021-10-10
| | | | | | | | | | | | | | | | * gnu/packages/gimp.scm (gimp)[inputs]: Sort non-optional and optional inputs alphabetically. Add ghostscript, libheif, libmng, openexr, openjpeg. [native-inputs]: Add desktop-file-utils. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: gimp: Update to 2.10.28.Vinicius Monego2021-10-10
| | | | | | | | | | | | * gnu/packages/gimp.scm (gimp): Update to 2.10.28. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: gegl: Add optional dependencies.Vinicius Monego2021-10-10
| | | | | | | | | | | | | | | | * gnu/packages/gimp.scm (gegl)[inputs]: Add gdk-pixbuf, gexiv2, jasper, libnsgif, libraw, librsvg, libspiro, libtiff, libwebp, maxflow, openexr, poppler, sdl2. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: gegl: Enable GIR.Vinicius Monego2021-10-10
| | | | | | | | | | | | | | * gnu/packages/gimp.scm (gegl)[arguments]<#:configure-flags>: Remove. [native-inputs]: Sort alphabetically. Add gobject-introspection, vala. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: gegl: Update to 0.4.32.Vinicius Monego2021-10-10
| | | | | | | | | | | | | | * gnu/packages/gimp.scm (gegl): Update to 0.4.32. [arguments]<#:phases>: Don't return #t. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: babl: Enable GIR.Vinicius Monego2021-10-10
| | | | | | | | | | | | | | * gnu/packages/gimp.scm (babl)[arguments]<#:configure-flags>: Remove. [native-inputs]: Add gobject-introspection, vala. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: babl: Update to 0.1.88.Vinicius Monego2021-10-10
| | | | | | | | | | | | * gnu/packages/gimp.scm (babl): Update to 0.1.88. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: linux-libre 4.4: Update to 4.4.287.Leo Famulari2021-10-10
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.287. (linux-libre-4.4-pristine-source): Update hash.
| * gnu: linux-libre: Update to 5.14.10.Leo Famulari2021-10-10
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.10. (linux-libre-5.14-pristine-source): Update hash.
| * gnu: tsukundere: Unset LD_LIBRARY_PATH.Liliana Marie Prikler2021-10-10
| | | | | | | | | | | | | | | | | | | | | | As of Guile-SDL2 version 0.7.0, which got committed in 73bb0b64855e07e17e73acbea4616ffa44630250, LD_LIBRARY_PATH is used to determine the location of SDL libraries if set. However, the presence of said environment variable does not always point to relative SDL libraries, thus causing an import of sdl2 modules to fail. * gnu/packages/game-development.scm (tsukundere)[#:phases]: Unset LD_LIBRARY_PATH in tsukundere.scm.
| * gnu: tsukundere: Update to 0.4.1.Liliana Marie Prikler2021-10-10
| | | | | | | | | | | | | | | | * gnu/packages/game-development.scm (tsukundere): Update to 0.4.1. [#:phases]<patch-command>: Use tsukundere.scm instead of the now missing bin/tsukundere. [inputs]: Add pango and sdl2. [native-inputs]: Add libtool.
| * gnu: tsukundere: Update home-page.Liliana Marie Prikler2021-10-10
| | | | | | | | * gnu/packages/game-development.scm (tsukundere)[home-page]: Update.
| * gnu: Add debian-ports-archive-keyring: New variable.Efraim Flashner2021-10-10
| | | | | | | | * gnu/packages/debian.scm (debian-ports-archive-keyring): New variable.
| * gnu: emacs-treemacs: Update to 2.9.2.Nicolas Goaziou2021-10-10
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.2.
| * gnu: newsboat: Update to 2.25.Efraim Flashner2021-10-10
| | | | | | | | | | | | | | | | * gnu/packages/syndication.scm (newsboat): Update to 2.25. [arguments]: Increase run version to 1.51. [cargo-inputs]: Replace rust-bitflags-1 with 1.3, rust-nom-6 with 7. Remove rust-rand-0.8, add rust-fastrand-1. [cargo-development-inputs]: Replace rust-proptest-0.9 with 1.
| * gnu: Add rust-bitflags-1.3.Efraim Flashner2021-10-10
| | | | | | | | * gnu/packages/crates-io.scm (rust-bitflags-1.3): New variable.
| * gnu: rust-unicode-width-0.1: Update to 0.1.9.Efraim Flashner2021-10-10
| | | | | | | | * gnu/packages/crates-io.scm (rust-unicode-width-0.1): Update to 0.1.9.
| * gnu: rust-fastrand-1: Update to 1.5.0.Efraim Flashner2021-10-10
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-fastrand-1): Update to 1.5.0. [cargo-development-inputs]: Replace rust-rand-0.7 with 0.8. Add rust-getrandom-0.2, rust-instant-0.1, rust-wasm-bindgen-test-0.3, rust-wyhash-0.5.
| * gnu: rust-bitmaps-2: Fix typo.Efraim Flashner2021-10-10
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-bitmaps-2)[cargo-development-inputs]: Adjust commas to correctly refer to inputs.
| * gnu: Add rust-nom-7.Efraim Flashner2021-10-10
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-nom-7): New variable. (rust-nom-6): Inherit from rust-nom-7.
| * gnu: Add rust-minimal-lexical-0.1.Efraim Flashner2021-10-10
| | | | | | | | * gnu/packages/crates-io.scm (rust-minimal-lexical-0.1): New variable.
| * gnu: Add rust-proptest-1.Efraim Flashner2021-10-10
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-proptest-1): New variable. (rust-proptest-0.10): Inherit from rust-proptest-1.
| * gnu: Add rust-quick-error-2.Efraim Flashner2021-10-10
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-quick-error-2): New variable. (rust-quick-error-1): Inherit from rust-quick-error-2.
| * gnu: Add rust-rand-xorshift-0.3.Efraim Flashner2021-10-10
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-rand-xorshift-0.3): New variable. (rust-rand-xorshift-0.2): Inherit from rust-rand-xorshift-0.3.
| * gnu: rust-x86-0.33: Accept newer versions of inputs.Efraim Flashner2021-10-10
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-x86-0.33)[source]: Add snippet to accept any 8.x version of rust-raw-cpuid.
| * gnu: geany: Update to 1.38.Nicolas Goaziou2021-10-10
| | | | | | | | * gnu/packages/text-editors.scm (geany): Update to 1.38.
| * gnu: emacs-apheleia: Update to 1.1.2.Nicolas Goaziou2021-10-10
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 1.1.2.
| * gnu: emacs-xref: Update to 1.3.0.Nicolas Goaziou2021-10-10
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.3.0.
| * gnu: vim-fugitive: Update to 3.4.Efraim Flashner2021-10-10
| | | | | | | | | | * gnu/packages/vim.scm (vim-fugitive): Update to 3.4. [arguments]: Install missing directory.
| * gnu: vim: Update to 8.2.3487.Steve George2021-10-10
| | | | | | | | | | | | | | | | * gnu/packages/vim.scm (vim): Update to 8.2.3487. [arguments]: Adjust custom 'patch-absolute-paths phase to add new substitution. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: ghc-parsers: Add missing input.Efraim Flashner2021-10-10
| | | | | | | | | | * gnu/packages/haskell-xyz.scm (ghc-parsers)[inputs]: Add ghc-semigroups.
| * gnu: ghc-charset: Remove cabal-revision.Efraim Flashner2021-10-10
| | | | | | | | | | | | | | This is a follow-up to b97f549b14402421fcfb360ddd4cff7de93b9af0. * gnu/packages/haskell-xyz.scm (ghc-charset)[arguments]: Remove cabal revision.
| * gnu: ghc-8.10: Disable failing test on i686.Lars-Dominik Braun2021-10-09
| | | | | | | | | | | | | | | | Not sure why it fails. * gnu/packages/haskell.scm (ghc-8.10) [#:phases]: Add new conditional phase to disable failing testcase on i686 without modifying derivation for other architectures to avoid rebuild.
| * gnu: emacs-org-re-reveal: Update to 3.12.1.Nicolas Goaziou2021-10-09
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.1.
| * gnu: emacs-elfeed-score: Update to 1.1.0.Nicolas Goaziou2021-10-09
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.1.0.
| * gnu: emacs-ebdb: Update to 0.8.6.Nicolas Goaziou2021-10-09
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.6.
| * gnu: guile-chickadee: Update to 0.8.0.Liliana Marie Prikler2021-10-09
| | | | | | | | | | | | | | * gnu/packages/game-development.scm (guile-chickadee): Update to 0.8.0. [propagated-inputs]: Use guile-sdl2 instead of the deprecated guile3.0-sdl2. [inputs]: Use guile-3.0-latest. Add readline. [native-inputs]: Add guile-3.0-latest.
| * gnu: guile-sdl2: Build with guile-3.0.Liliana Marie Prikler2021-10-09
| | | | | | | | | | | | * gnu/packages/sdl.scm (guile-sdl2)[native-inputs]: Use guile-3.0 as guile. (guile-2.2): New variable. (guile-3.0): Deprecate in favor of guile-sdl2.
| * gnu: guile-sdl2: Update to 0.7.0.Liliana Marie Prikler2021-10-09
| | | | | | | | * gnu/packages/sdl.scm (guile-sdl2): Update to 0.7.0.
| * gnu: Apache HTTPD: Update to 2.4.51 [fixes CVE-2021-42013].Leo Famulari2021-10-08
| | | | | | | | | | | | | | | | | | This fixes CVE-2021-42013, which refers to the incomplete fix of CVE-2021-41773 in httpd 2.4.50: https://httpd.apache.org/security/vulnerabilities_24.html * gnu/packages/web.scm (httpd): Update to 2.4.51.
| * gnu: clang@11, clang@12: Do not refer to /lib on foreign distros.Ludovic Courtès2021-10-09
| | | | | | | | | | | | | | | | | | Partly fixes <https://issues.guix.gnu.org/51088>. * gnu/packages/patches/clang-11.0-libc-search-path.patch: Update. * gnu/packages/patches/clang-12.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/llvm.scm (clang-12): Use it.
| * gnu: clang@10: Do not refer to /lib on foreign distros.Ludovic Courtès2021-10-09
| | | | | | | | | | | | Partly fixes <https://issues.guix.gnu.org/51088>. * gnu/packages/patches/clang-10.0-libc-search-path.patch: Update.
| * gnu: clang@9: Do not refer to /lib on foreign distros.Ludovic Courtès2021-10-09
| | | | | | | | | | | | Partly fixes <https://issues.guix.gnu.org/51088>. * gnu/packages/patches/clang-9.0-libc-search-path.patch: Update.
| * gnu: clang@7, clang@8: Do not refer to /lib on foreign distros.Ludovic Courtès2021-10-09
| | | | | | | | | | | | | | | | | | Partly fixes <https://issues.guix.gnu.org/51088>. * gnu/packages/patches/clang-7.0-libc-search-path.patch: Update. * gnu/packages/patches/clang-8.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/llvm.scm (clang-8): Use it.
| * Revert the #51061 patch series for now.Tobias Geerinckx-Rice2021-10-08
| | | | | | | | | | | | | | This reverts commits f63c79bf7674df012517f8e9148f94c611e35f32 ..f86f7e24b39928247729020df0134e2e1c4cde62 for more chillax reviewing. See <https://issues.guix.gnu.org/51061#32>.
| * gnu: guix-build-coordinator: Update to 0-34.76d129d.Christopher Baines2021-10-08
| | | | | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-34.76d129d.
| * gnu: tlp: Fix runtime error.Alex Devaure2021-10-08
| | | | | | | | | | | | * gnu/packages/linux.scm (tlp)[arguments]<#:phases>: Also modify "bat.d" location, to prevent "/usr/share/tlp/bat.d/[0-9][0-9]*[a-z]: No such file or directory" error.