aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2021-10-09gnu: ghc-8.10: Disable failing test on i686....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. Lars-Dominik Braun
2021-10-09gnu: emacs-org-re-reveal: Update to 3.12.1....* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.1. Nicolas Goaziou
2021-10-09gnu: emacs-elfeed-score: Update to 1.1.0....* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.1.0. Nicolas Goaziou
2021-10-09gnu: emacs-ebdb: Update to 0.8.6....* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.6. Nicolas Goaziou
2021-10-09gnu: guile-chickadee: Update to 0.8.0....* 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. Liliana Marie Prikler
2021-10-09gnu: guile-sdl2: Build with guile-3.0....* 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. Liliana Marie Prikler
2021-10-09gnu: guile-sdl2: Update to 0.7.0....* gnu/packages/sdl.scm (guile-sdl2): Update to 0.7.0. Liliana Marie Prikler
2021-10-08gnu: Apache HTTPD: Update to 2.4.51 [fixes CVE-2021-42013]....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. Leo Famulari
2021-10-09gnu: clang@11, clang@12: Do not refer to /lib on foreign distros....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. Ludovic Courtès
2021-10-09gnu: clang@10: Do not refer to /lib on foreign distros....Partly fixes <https://issues.guix.gnu.org/51088>. * gnu/packages/patches/clang-10.0-libc-search-path.patch: Update. Ludovic Courtès
2021-10-09gnu: clang@9: Do not refer to /lib on foreign distros....Partly fixes <https://issues.guix.gnu.org/51088>. * gnu/packages/patches/clang-9.0-libc-search-path.patch: Update. Ludovic Courtès
2021-10-09gnu: clang@7, clang@8: Do not refer to /lib on foreign distros....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. Ludovic Courtès
2021-10-08Revert the #51061 patch series for now....This reverts commits f63c79bf7674df012517f8e9148f94c611e35f32 ..f86f7e24b39928247729020df0134e2e1c4cde62 for more chillax reviewing. See <https://issues.guix.gnu.org/51061#32>. Tobias Geerinckx-Rice
2021-10-08gnu: guix-build-coordinator: Update to 0-34.76d129d....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-34.76d129d. Christopher Baines
2021-10-08gnu: tlp: Fix runtime error....* 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. Alex Devaure
2021-10-08gnu: terminology: Update to 1.10.0....* gnu/packages/enlightenment.scm (terminology): Update to 1.10.0. Efraim Flashner
2021-10-08gnu: supertuxkart: Update to 1.3....* gnu/packages/games.scm (supertuxkart): Update to 1.3. [source]: Download from github. Update snippet to remove different bundled libraries. [arguments]: Adjust configure-flags for new version. [inputs]: Add sqlite. Efraim Flashner
2021-10-08gnu: ocaml-bos: Update to 0.2.1....* gnu/packages/ocaml.scm (ocaml-bos): Update to 0.2.1. Julien Lepiller
2021-10-08gnu: ocaml-parsexp: Update to 0.14.1....* gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.14.1. Julien Lepiller
2021-10-08gnu: Add ocaml-ppx-tools....* gnu/packages/ocaml.scm (ocaml-ppx-tools): New variable. (ocaml4.07-ppx-tools): Remove variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Xinglu Chen
2021-10-08gnu: Add ocaml-ppx-deriving....* gnu/packages/ocaml.scm (ocaml-ppx-deriving): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Xinglu Chen
2021-10-08gnu: scummvm: Update to 2.5.0....* gnu/packages/emulators.scm (scummvm): Update to 2.5.0. [inputs]: Add glew and giflib. Nicolas Goaziou
2021-10-08gnu: Add emacs-mint-mode....* gnu/packages/emacs-xyz.scm (emacs-mint-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> jgart via Guix-patches via
2021-10-08gnu: joycond: Small refactoring....* gnu/packages/games.scm (joycond)[arguments]<#:phases>: Use (assoc-ref outputs "out") instead of %output. Nicolas Goaziou
2021-10-08gnu: Add joycond....* gnu/packages/games.scm (joycond): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> phodina via Guix-patches via
2021-10-08gnu: plocate: Update to 1.1.12....* gnu/packages/search.scm (plocate): Update to 1.1.12. Nicolas Goaziou
2021-10-08gnu: Add plocate....* gnu/packages/search.scm (plocate): New variable. Add the required imports from (guix build-system meson) and (gnu packages pkg-config). Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev
2021-10-08gnu: Add emacs-skempo....* gnu/packages/emacs-xyz.scm (emacs-skempo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev
2021-10-08gnu: Add emacs-taxy....* gnu/packages/emacs-xyz.scm (emacs-taxy): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev
2021-10-08gnu: julia-chainrulestestutils: Update to 1.2.3....* gnu/packages/julia-xyz.scm (julia-chainrulestestutils): Update to 1.2.3. Efraim Flashner
2021-10-08gnu: julia-lazyarrays: Update to 0.22.2....* gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.22.2. Efraim Flashner
2021-10-08gnu: julia-nnlib: Enable tests....* gnu/packages/julia-xyz.scm (julia-nnlib)[arguments]: Don't skip tests. Rename drop-cuda-support phase to skip-cuda-tests and remove extra call to cuda library. Efraim Flashner
2021-10-08gnu: julia-nnlib: Update to 0.7.29....* gnu/packages/julia-xyz.scm (julia-nnlib): Update to 0.7.29. Efraim Flashner
2021-10-08gnu: julia-staticarrays: Update to 1.2.13....* gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.13. Efraim Flashner
2021-10-08gnu: julia-reexport: Update to 1.2.2....* gnu/packages/julia-xyz.scm (julia-reexport): Update to 1.2.2. Efraim Flashner
2021-10-08gnu: pigx-scrnaseq: Remove dependency on pandoc-citeproc....* gnu/packages/patches/pigx-scrnaseq-no-citeproc.patch: Add patch. * gnu/local.mk: Register it. * gnu/packages/bioinformatics.scm (pigx-scrnaseq)[source]: Use it. [native-inputs]: Add automake/autoconf. Lars-Dominik Braun
2021-10-08gnu: pigx-rnaseq: Remove dependency on pandoc-citeproc....* gnu/packages/patches/pigx-rnaseq-no-citeproc.patch: Add patch. * gnu/local.mk: Register it. * gnu/packages/bioinformatics.scm (pigx-rnaseq)[source]: Use it. [native-inputs]: Add automake/autoconf. Lars-Dominik Braun
2021-10-08gnu: pigx-chipseq: Remove dependency on pandoc-citeproc....* gnu/packages/patches/pigx-chipseq-no-citeproc.patch: Add patch. * gnu/local.mk: Register it. * gnu/packages/bioinformatics.scm (pigx-chipseq)[source]: Use it. [native-inputs]: Add automake/autoconf. Lars-Dominik Braun
2021-10-08gnu: pigx-sars-cov2-ww: Remove dependency on pandoc-citeproc....* gnu/packages/patches/pigx-sars-cov2-ww-no-citeproc.patch: Add patch. * gnu/local.mk: Register it. * gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww)[source]: Use it. [native-inputs]: Add automake/autoconf. Lars-Dominik Braun
2021-10-08gnu: pigx-bsseq: Remove dependency on pandoc-citeproc....* gnu/packages/patches/pigx-bsseq-no-citeproc.patch: Add patch. * gnu/local.mk: Register it. * gnu/packages/bioinformatics.scm (pigx-bsseq)[source]: Use it. [native-inputs]: Add automake/autoconf. Lars-Dominik Braun
2021-10-08gnu: ghc-haskeline: Remove version postfix from variable name....* gnu/packages/haskell-xyz.scm (ghc-haskeline-0.8): Rename to… (ghc-haskeline): …this. Lars-Dominik Braun
2021-10-08gnu: ghc-repline: Remove version 0.2.0.0....Not required by any package in the tree. * gnu/packages/haskell-xyz.scm (ghc-repline-0.3): Merge into… (ghc-repline): …this. * gnu/packages/dhall.scm (dhall): Use ghc-repline. Lars-Dominik Braun
2021-10-08gnu: python-pypandoc: Upgrade to 1.6.4....Required for the updated pandoc. * gnu/packages/python-xyz.scm (python-pypandoc): Upgrade to 1.6.4. [native-inputs]: Add texlive-iftex. Lars-Dominik Braun
2021-10-08gnu: ngless: Fix build....Apply upstream patch to restore compatibility with current Stackage. * gnu/packages/patches/ngless-unliftio.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/bioinformatics.scm (ngless): Use it. Lars-Dominik Braun
2021-10-08gnu: idris: Fix build....Backport some commits from upstream. * gnu/packages/patches/idris-build-with-haskeline-0.8.patch: * gnu/packages/patches/idris-build-with-megaparsec-9.patch: New patches * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/idris.scm (idris): Use them. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Xinglu Chen
2021-10-08gnu: ghc-silently: Remove unused input....Plus it’s commented out anyway. * gnu/packages/haskell-xyz.scm (ghc-silently): Remove commented out inputs. Lars-Dominik Braun
2021-10-08gnu: ruby-pandoc-ruby: Disable tests....* gnu/packages/ruby.scm (ruby-pandoc-ruby) [arguments]: Disable tests, remove obsolete phase. Lars-Dominik Braun
2021-10-08gnu: hedgewars: Fix build....* gnu/packages/patches/hedgewars-network-bsd.patch: Import upstream patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/games.scm (hedgewars): Use it. Lars-Dominik Braun
2021-10-08gnu: cabal-install: Build with GHC 8.10....* gnu/packages/patches/cabal-install-base16-bytestring1.0.patch: New patch. * gnu/packages/patches/cabal-install-ghc8.10.patch: Ditto. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/haskell-apps.scm (cabal-install) [source]: Use them. Lars-Dominik Braun
2021-10-08gnu: Update Haskell ecosystem....Bump packages’ versions to the lastest Stackage or Hackage release. Since packages are interdependent, do so in a single commit. 525 packages have been updated. These packages have been removed, because they fail to build, have no newer version available and no dependencies: corrode ghc-easytest ghc-edisonapi ghc-edisoncore ghc-pandoc-types ghc-regex-tdfa-text These have been removed, because they are no longer required: ghc-happy-1.19.9 ghc-prettyprinter-1.6 ghc-protolude-0.3 ghc-pandoc-citeproc and pandoc-citeproc have been removed, because pandoc does not use them any more. Co-authored-by: Xinglu Chen <public@yoctocell.xyz> Lars-Dominik Braun