Commit Graph

71473 Commits

Author SHA1 Message Date
Efraim Flashner
3012cbb779
gnu: rust-x86-0.33: Accept newer versions of inputs.
* gnu/packages/crates-io.scm (rust-x86-0.33)[source]: Add snippet to
accept any 8.x version of rust-raw-cpuid.
2021-10-10 12:31:30 +03:00
Nicolas Goaziou
fa2ef46247
gnu: geany: Update to 1.38.
* gnu/packages/text-editors.scm (geany): Update to 1.38.
2021-10-10 09:57:53 +02:00
Nicolas Goaziou
3c46339a70
gnu: emacs-apheleia: Update to 1.1.2.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 1.1.2.
2021-10-10 09:48:33 +02:00
Nicolas Goaziou
4c2596da51
gnu: emacs-xref: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.3.0.
2021-10-10 09:45:54 +02:00
Efraim Flashner
6b2662fc47
gnu: vim-fugitive: Update to 3.4.
* gnu/packages/vim.scm (vim-fugitive): Update to 3.4.
[arguments]: Install missing directory.
2021-10-10 10:01:32 +03:00
Steve George
dfdd98c4d8
gnu: vim: Update to 8.2.3487.
* 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>
2021-10-10 08:59:49 +03:00
Efraim Flashner
8eb1d71449
gnu: ghc-parsers: Add missing input.
* gnu/packages/haskell-xyz.scm (ghc-parsers)[inputs]: Add
ghc-semigroups.
2021-10-10 08:15:08 +03:00
Efraim Flashner
7c3f28fdc4
gnu: ghc-charset: Remove cabal-revision.
This is a follow-up to b97f549b14.

* gnu/packages/haskell-xyz.scm (ghc-charset)[arguments]: Remove cabal
revision.
2021-10-10 08:05:20 +03:00
Lars-Dominik Braun
89de1924cb
gnu: 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.
2021-10-09 17:31:47 +02:00
Nicolas Goaziou
fd8ea9abf5
gnu: emacs-org-re-reveal: Update to 3.12.1.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.1.
2021-10-09 11:36:23 +02:00
Nicolas Goaziou
f60da4b1aa
gnu: emacs-elfeed-score: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.1.0.
2021-10-09 11:35:01 +02:00
Nicolas Goaziou
9a8fe78f1e
gnu: emacs-ebdb: Update to 0.8.6.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.6.
2021-10-09 11:33:28 +02:00
Liliana Marie Prikler
338dfc928e
gnu: 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.
2021-10-09 11:19:12 +02:00
Liliana Marie Prikler
fed33f7013
gnu: 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.
2021-10-09 11:13:22 +02:00
Liliana Marie Prikler
73bb0b6485
gnu: guile-sdl2: Update to 0.7.0.
* gnu/packages/sdl.scm (guile-sdl2): Update to 0.7.0.
2021-10-09 11:11:44 +02:00
Leo Famulari
2a273e9e22
gnu: 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.
2021-10-08 19:10:21 -04:00
Ludovic Courtès
b37fe44b7d
gnu: 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.
2021-10-09 01:02:19 +02:00
Ludovic Courtès
f1b4f46f0a
gnu: 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.
2021-10-09 01:02:19 +02:00
Ludovic Courtès
46141bd372
gnu: 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.
2021-10-09 01:02:19 +02:00
Ludovic Courtès
66caab54b9
gnu: 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.
2021-10-09 01:02:18 +02:00
Tobias Geerinckx-Rice
a1679b74c9
Revert the #51061 patch series for now.
This reverts commits f63c79bf76
..f86f7e24b39928247729020df0134e2e1c4cde62 for more chillax reviewing.

See <https://issues.guix.gnu.org/51061#32>.
2021-10-08 23:31:34 +02:00
Christopher Baines
ea3d456a5a
gnu: guix-build-coordinator: Update to 0-34.76d129d.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-34.76d129d.
2021-10-08 21:34:19 +01:00
Alex Devaure
e7b899008c
gnu: 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.
2021-10-08 18:43:39 +02:00
Efraim Flashner
c1e1aa39d6
gnu: terminology: Update to 1.10.0.
* gnu/packages/enlightenment.scm (terminology): Update to 1.10.0.
2021-10-08 17:32:06 +03:00
Efraim Flashner
27e33695b3
gnu: 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.
2021-10-08 16:59:32 +03:00
Julien Lepiller
2e74616446
gnu: ocaml-bos: Update to 0.2.1.
* gnu/packages/ocaml.scm (ocaml-bos): Update to 0.2.1.
2021-10-08 13:43:59 +02:00
Julien Lepiller
b8d4524b6c
gnu: ocaml-parsexp: Update to 0.14.1.
* gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.14.1.
2021-10-08 13:38:22 +02:00
Xinglu Chen
6e29cd1f45
gnu: 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>
2021-10-08 13:18:29 +02:00
Xinglu Chen
989b372a6a
gnu: Add ocaml-ppx-deriving.
* gnu/packages/ocaml.scm (ocaml-ppx-deriving): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-10-08 13:11:19 +02:00
Nicolas Goaziou
23fe63e4b3
gnu: scummvm: Update to 2.5.0.
* gnu/packages/emulators.scm (scummvm): Update to 2.5.0.
[inputs]: Add glew and giflib.
2021-10-08 12:26:33 +02:00
jgart via Guix-patches via
ff5acd3c0e
gnu: Add emacs-mint-mode.
* gnu/packages/emacs-xyz.scm (emacs-mint-mode): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-08 12:19:00 +02:00
Nicolas Goaziou
692cce52ca
gnu: joycond: Small refactoring.
* gnu/packages/games.scm (joycond)[arguments]<#:phases>: Use (assoc-ref
outputs "out") instead of %output.
2021-10-08 12:16:15 +02:00
phodina via Guix-patches via
f44d7f68e6
gnu: Add joycond.
* gnu/packages/games.scm (joycond): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-08 12:12:44 +02:00
Nicolas Goaziou
f45f482e9b
gnu: plocate: Update to 1.1.12.
* gnu/packages/search.scm (plocate): Update to 1.1.12.
2021-10-08 12:08:43 +02:00
Alexandr Vityazev
55092b4980
gnu: 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>
2021-10-08 12:07:35 +02:00
Alexandr Vityazev
d3862d12bb
gnu: Add emacs-skempo.
* gnu/packages/emacs-xyz.scm (emacs-skempo): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-08 12:04:47 +02:00
Alexandr Vityazev
2a7c57370c
gnu: Add emacs-taxy.
* gnu/packages/emacs-xyz.scm (emacs-taxy): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-08 12:00:15 +02:00
Efraim Flashner
58927767b8
gnu: julia-chainrulestestutils: Update to 1.2.3.
* gnu/packages/julia-xyz.scm (julia-chainrulestestutils): Update to 1.2.3.
2021-10-08 11:19:11 +03:00
Efraim Flashner
3c6ff2b9d1
gnu: julia-lazyarrays: Update to 0.22.2.
* gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.22.2.
2021-10-08 11:19:11 +03:00
Efraim Flashner
d92bd67995
gnu: 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.
2021-10-08 11:19:11 +03:00
Efraim Flashner
28f0a15be2
gnu: julia-nnlib: Update to 0.7.29.
* gnu/packages/julia-xyz.scm (julia-nnlib): Update to 0.7.29.
2021-10-08 11:19:10 +03:00
Efraim Flashner
d6bebca94d
gnu: julia-staticarrays: Update to 1.2.13.
* gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.13.
2021-10-08 11:19:10 +03:00
Efraim Flashner
09ee0df82e
gnu: julia-reexport: Update to 1.2.2.
* gnu/packages/julia-xyz.scm (julia-reexport): Update to 1.2.2.
2021-10-08 11:19:08 +03:00
Lars-Dominik Braun
c8a7ba621b
gnu: 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.
2021-10-08 09:13:55 +02:00
Lars-Dominik Braun
26488f63b8
gnu: 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.
2021-10-08 09:13:55 +02:00
Lars-Dominik Braun
07f2e4993b
gnu: 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.
2021-10-08 09:13:54 +02:00
Lars-Dominik Braun
e51a3f4a72
gnu: 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.
2021-10-08 09:13:54 +02:00
Lars-Dominik Braun
fb1ffc53ba
gnu: 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.
2021-10-08 09:13:54 +02:00
Lars-Dominik Braun
ff5fea3dfe
gnu: ghc-haskeline: Remove version postfix from variable name.
* gnu/packages/haskell-xyz.scm (ghc-haskeline-0.8): Rename to…
(ghc-haskeline): …this.
2021-10-08 09:13:54 +02:00
Lars-Dominik Braun
d142843d15
gnu: 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.
2021-10-08 09:13:54 +02:00