summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* home: services: configuration: Support file-like objects.Oleg Pykhalov2021-10-09
| | | | | | | | | | | | | | | | | * gnu/home/services/configuration.scm (interpose): Operate only with file-like objects. (string-or-gexp?): Delete procedure. (serialize-string-or-gexp): Rename to 'serialize-file-like'. (text-config?): Call 'file-like' intead of 'string-or-gexp?'. * guix/scripts/home/import.scm: (generate-bash-module+configuration): Don't call slurp-file-gexp. * gnu/home/services/configuration.scm: Move content ... * gnu/services/configuration.scm: here. * gnu/home/services/shells.scm: Delete (gnu home services configuration). * gnu/home/services/xdg.scm: Same. * gnu/local.mk: Same. * tests/guix-home.sh: Test home-bash-service-type and extension with home-bash-extension.
* tests: Add guix-home.sh.Oleg Pykhalov2021-10-09
| | | | | * tests/guix-home.sh: New file. * Makefile.am (SH_TESTS): Add this.
* scripts: home: Make sure profile directory exists.Oleg Pykhalov2021-10-09
| | | | * guix/scripts/home.scm (process-action): Make sure profile directory exists.
* Move (gnu home-services) to (gnu home services).Oleg Pykhalov2021-10-09
| | | | | | | | | | | | | | | | | | | * gnu/home-services.scm (%guix-home-root-directory): Replace gnu/home-services.scm with "gnu/home/services.scm". Rename to gnu/home/services.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Rename gnu/home-services.scm to gnu/home/services.scm. * doc/he-config-bare-bones.scm: Replace (gnu home-services) with (gnu home services). * gnu/home.scm: Same. * gnu/home/services/fontutils.scm: Same. * gnu/home/services/mcron.scm: Same. * gnu/home/services/shells.scm: Same. * gnu/home/services/shepherd.scm: Same. * gnu/home/services/symlink-manager.scm: Same. * gnu/home/services/xdg.scm: Same. * guix/scripts/home.scm: Same. * guix/self.scm: Same.
* doc: guix: Fix home services locations.Oleg Pykhalov2021-10-09
| | | | | | This commit follows ba8ddb348045f81f061a1c7f51c0f7c2b0024e71. * doc/guix.texi (Invoking guix home): Fix home services locations.
* 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.
* disarchive-manifest: Provide valid 'version' string.Ludovic Courtès2021-10-09
| | | | | * etc/disarchive-manifest.scm <top level>: Turn 'version' field into a string.
* 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.
* guix: self: Fix home modules in compiled-guix.Oleg Pykhalov2021-10-08
| | | | | | This commit follows ba8ddb348045f81f061a1c7f51c0f7c2b0024e71. * guix/self.scm (compiled-guix): Update home modules location.
* 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.
* gnu: terminology: Update to 1.10.0.Efraim Flashner2021-10-08
| | | | * gnu/packages/enlightenment.scm (terminology): Update to 1.10.0.
* gnu: supertuxkart: Update to 1.3.Efraim Flashner2021-10-08
| | | | | | | | * 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.
* gnu: Move (gnu home-services) to (gnu home services).Oleg Pykhalov2021-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: ocaml-bos: Update to 0.2.1.Julien Lepiller2021-10-08
| | | | * gnu/packages/ocaml.scm (ocaml-bos): Update to 0.2.1.
* gnu: ocaml-parsexp: Update to 0.14.1.Julien Lepiller2021-10-08
| | | | * gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.14.1.
* gnu: Add ocaml-ppx-tools.Xinglu Chen2021-10-08
| | | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-tools): New variable. (ocaml4.07-ppx-tools): Remove variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-ppx-deriving.Xinglu Chen2021-10-08
| | | | | | * gnu/packages/ocaml.scm (ocaml-ppx-deriving): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: scummvm: Update to 2.5.0.Nicolas Goaziou2021-10-08
| | | | | * gnu/packages/emulators.scm (scummvm): Update to 2.5.0. [inputs]: Add glew and giflib.
* gnu: Add emacs-mint-mode.jgart via Guix-patches via2021-10-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-mint-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: joycond: Small refactoring.Nicolas Goaziou2021-10-08
| | | | | * gnu/packages/games.scm (joycond)[arguments]<#:phases>: Use (assoc-ref outputs "out") instead of %output.
* gnu: Add joycond.phodina via Guix-patches via2021-10-08
| | | | | | * gnu/packages/games.scm (joycond): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: plocate: Update to 1.1.12.Nicolas Goaziou2021-10-08
| | | | * gnu/packages/search.scm (plocate): Update to 1.1.12.
* gnu: Add plocate.Alexandr Vityazev2021-10-08
| | | | | | | | | * 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>
* gnu: Add emacs-skempo.Alexandr Vityazev2021-10-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-skempo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-taxy.Alexandr Vityazev2021-10-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-taxy): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: julia-chainrulestestutils: Update to 1.2.3.Efraim Flashner2021-10-08
| | | | * gnu/packages/julia-xyz.scm (julia-chainrulestestutils): Update to 1.2.3.
* gnu: julia-lazyarrays: Update to 0.22.2.Efraim Flashner2021-10-08
| | | | * gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.22.2.
* gnu: julia-nnlib: Enable tests.Efraim Flashner2021-10-08
| | | | | | * 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.
* gnu: julia-nnlib: Update to 0.7.29.Efraim Flashner2021-10-08
| | | | * gnu/packages/julia-xyz.scm (julia-nnlib): Update to 0.7.29.
* gnu: julia-staticarrays: Update to 1.2.13.Efraim Flashner2021-10-08
| | | | * gnu/packages/julia-xyz.scm (julia-staticarrays): Update to 1.2.13.
* gnu: julia-reexport: Update to 1.2.2.Efraim Flashner2021-10-08
| | | | * gnu/packages/julia-xyz.scm (julia-reexport): Update to 1.2.2.
* gnu: pigx-scrnaseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun2021-10-08
| | | | | | | * 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.
* gnu: pigx-rnaseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun2021-10-08
| | | | | | | * 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.
* gnu: pigx-chipseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun2021-10-08
| | | | | | | * 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.
* gnu: pigx-sars-cov2-ww: Remove dependency on pandoc-citeproc.Lars-Dominik Braun2021-10-08
| | | | | | | * 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.
* gnu: pigx-bsseq: Remove dependency on pandoc-citeproc.Lars-Dominik Braun2021-10-08
| | | | | | | * 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.
* gnu: ghc-haskeline: Remove version postfix from variable name.Lars-Dominik Braun2021-10-08
| | | | | * gnu/packages/haskell-xyz.scm (ghc-haskeline-0.8): Rename to… (ghc-haskeline): …this.
* gnu: ghc-repline: Remove version 0.2.0.0.Lars-Dominik Braun2021-10-08
| | | | | | | | 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.