summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-10-08gnu: Move (gnu home-services) to (gnu home services).Oleg Pykhalov
* gnu/home-services/configuration.scm: Move the content ... * gnu/home/services/configuration.scm: ... here. * doc/guix.texi: Replace (gnu home-services mcron) with (gnu home services mcron). Replace (gnu home-services) with (gnu home services). * gnu/home.scm: Replace (gnu home-services fontutils) with (gnu services fontutils). Replace (gnu home-services shells) with (gnu home services shells). Replace (gnu home-services symlink-manager) with (gnu home services symlink-manager). Replace (gnu home-services xdg) with (gnu home services xdg). * gnu/home-services/fontutils.scm: Rename to gnu/services/fontutils.scm. * gnu/home-services/mcron.scm: Move to gnu/home/services/mcron.scm. Replace (gnu home-services shepherd) with (gnu home services shepherd). * gnu/home-services.scm (%service-type-path): Search home services in "gnu/services". * gnu/home-services/shells.scm: Replace (gnu home-services configuration) with (gnu home services configuration). Rename to gnu/home/services/shells.scm. Replace (gnu home-services utils) with (gnu home services utils). * gnu/home-services/shepherd.scm: Move to gnu/home/services/shepherd.scm. * gnu/home-services/symlink-manager.scm: Rename to gnu/home/services/symlink-manager.scm. * gnu/home-services/utils.scm: Rename to gnu/home/services/utils.scm. * gnu/home-services/xdg.scm: Rename to gnu/home/services/xdg.scm. * guix/scripts/home/import.scm: Replace (gnu home-services bash) with (gnu home services bash). * gnu/home-services.scm: Update documentation string. * doc/he-config-bare-bones.scm: Apply new (gnu home-services ...) modules location. * gnu/local.mk (GNU_SYSTEM_MODULES): Same.
2021-10-08gnu: ocaml-bos: Update to 0.2.1.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-bos): Update to 0.2.1.
2021-10-08gnu: ocaml-parsexp: Update to 0.14.1.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.14.1.
2021-10-08gnu: Add ocaml-ppx-tools.Xinglu Chen
* 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-08gnu: Add ocaml-ppx-deriving.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-ppx-deriving): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-10-08gnu: scummvm: Update to 2.5.0.Nicolas Goaziou
* gnu/packages/emulators.scm (scummvm): Update to 2.5.0. [inputs]: Add glew and giflib.
2021-10-08gnu: Add emacs-mint-mode.jgart via Guix-patches via
* gnu/packages/emacs-xyz.scm (emacs-mint-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-08gnu: joycond: Small refactoring.Nicolas Goaziou
* gnu/packages/games.scm (joycond)[arguments]<#:phases>: Use (assoc-ref outputs "out") instead of %output.
2021-10-08gnu: Add joycond.phodina via Guix-patches via
* gnu/packages/games.scm (joycond): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-08gnu: plocate: Update to 1.1.12.Nicolas Goaziou
* gnu/packages/search.scm (plocate): Update to 1.1.12.
2021-10-08gnu: Add plocate.Alexandr Vityazev
* 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-08gnu: Add emacs-skempo.Alexandr Vityazev
* gnu/packages/emacs-xyz.scm (emacs-skempo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-08gnu: Add emacs-taxy.Alexandr Vityazev
* gnu/packages/emacs-xyz.scm (emacs-taxy): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-08gnu: julia-chainrulestestutils: Update to 1.2.3.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-chainrulestestutils): Update to 1.2.3.
2021-10-08gnu: julia-lazyarrays: Update to 0.22.2.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.22.2.
2021-10-08gnu: julia-nnlib: Enable tests.Efraim Flashner
* 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-08gnu: julia-nnlib: Update to 0.7.29.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-nnlib): Update to 0.7.29.
2021-10-08gnu: julia-staticarrays: Update to 1.2.13.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.13.
2021-10-08gnu: julia-reexport: Update to 1.2.2.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-reexport): Update to 1.2.2.
2021-10-08gnu: pigx-scrnaseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun
* 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-08gnu: pigx-rnaseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun
* 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-08gnu: pigx-chipseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun
* 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-08gnu: pigx-sars-cov2-ww: Remove dependency on pandoc-citeproc.Lars-Dominik Braun
* 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-08gnu: pigx-bsseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun
* 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-08gnu: ghc-haskeline: Remove version postfix from variable name.Lars-Dominik Braun
* gnu/packages/haskell-xyz.scm (ghc-haskeline-0.8): Rename to… (ghc-haskeline): …this.
2021-10-08gnu: ghc-repline: Remove version 0.2.0.0.Lars-Dominik Braun
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-08gnu: python-pypandoc: Upgrade to 1.6.4.Lars-Dominik Braun
Required for the updated pandoc. * gnu/packages/python-xyz.scm (python-pypandoc): Upgrade to 1.6.4. [native-inputs]: Add texlive-iftex.
2021-10-08gnu: ngless: Fix build.Lars-Dominik Braun
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.
2021-10-08gnu: idris: Fix build.Xinglu Chen
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>
2021-10-08gnu: ghc-silently: Remove unused input.Lars-Dominik Braun
Plus it’s commented out anyway. * gnu/packages/haskell-xyz.scm (ghc-silently): Remove commented out inputs.
2021-10-08gnu: ruby-pandoc-ruby: Disable tests.Lars-Dominik Braun
* gnu/packages/ruby.scm (ruby-pandoc-ruby) [arguments]: Disable tests, remove obsolete phase.
2021-10-08gnu: hedgewars: Fix build.Lars-Dominik Braun
* 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.
2021-10-08gnu: cabal-install: Build with GHC 8.10.Lars-Dominik Braun
* 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.
2021-10-08gnu: Update Haskell ecosystem.Lars-Dominik Braun
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>
2021-10-08gnu: ghc-8: Update to 8.10.Lars-Dominik Braun
* gnu/packages/haskell.scm (ghc-8): Update to 8.10. (ghc-8.8): Rename to just ghc. (ghc-8.10): Dito.
2021-10-08gnu: ocaml-graphics: Update to 5.1.2.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-graphics): Update to 5.1.2.
2021-10-08gnu: ocaml-version: Add upstream-name.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-version)[properties]: Add upstream-name.
2021-10-08gnu: ocaml-cairo2: Update to 0.6.2.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-cairo2): Update to 0.6.2. * gnu/packages/patches/ocaml-cairo2-caml_ba_array-fix.patch: Remove file. * gnu/local.scm (dist_patch_DATA): Remove it.
2021-10-08gnu: ocaml-bisect-ppx: Add upstream-name.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-bisect-ppx)[properties]: Add upstream-name.
2021-10-08gnu: ocaml-base64: Update to 3.5.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-base64): Update to 3.5.0.
2021-10-08gnu: frama-c: Update to 23.1.Julien Lepiller
* gnu/packages/maths.scm (frama-c): Update to 23.1.
2021-10-08gnu: why3: Update to 1.4.0.Julien Lepiller
* gnu/packages/maths.scm (why3): Update to 1.4.0.
2021-10-08gnu: camlzip: Update to 1.11.Julien Lepiller
* gnu/packages/ocaml.scm (camlzip): Update to 1.11.
2021-10-08gnu: coq: Add upstream-name.Julien Lepiller
This prevents an error on inherited packages when running the updater. * gnu/packages/coq.scm (coq)[properties]: Add upstream-name.
2021-10-08gnu: ocaml-ctypes: Update to 0.19.1.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-ctypes): Update to 0.19.1. [arguments]<#:tests?>: Enable. <#phases>{make-writable}: Simplify. [inputs]: Remove ocaml-topkg and opam. Move ocaml-ounit and ocaml-lwt to ... [native-inputs]: ... here. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-10-08gnu: ocaml-migrate-parsetree: Update to 2.2.0.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 2.2.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-10-08gnu: ocaml-bigstringaf: Update to 0.8.0.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-bigstringaf): Update to 0.8.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-10-08gnu: ocaml-uuidm: Update to 0.9.7.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-uuidm): Update to 0.9.7. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-10-08gnu: ocaml-cppo: Update to 1.6.8.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.8. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-10-08gnu: ocaml-extlib: Update to 1.7.8.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.7.8. Signed-off-by: Julien Lepiller <julien@lepiller.eu>