| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into core-updates-frozen | Marius Bakke | 2021-10-14 | 1 | -3/+2 |
|\ |
|
| * | gnu: ganeti: Prepare for Sphinx 4.0.•••* gnu/packages/patches/ganeti-sphinx-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (ganeti)[source](patches): Add it.
| Marius Bakke | 2021-10-13 | 1 | -0/+1 |
| * | gnu: libhx: Fix runtime bug.•••There is a bug in libhx causing pam-mount to crash when trying to mount user
directories at login. Upstream has a patch to fix this issue.
* gnu/packages/patches/libhx-fix-double-free-bug.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/c.scm (libhx)[source]: Use it.
| Guillaume Le Vaillant | 2021-10-13 | 1 | -1/+2 |
| * | gnu: cpufrequtils: Update to 008.•••* gnu/packages/linux.scm (cpufrequtils): Update to 008.
[source]: Remove patch.
[arguments]: Add many #:configure-flags to mitigate downgrade from
Autotools. Don't ./configure.
[native-inputs]: Remove unused sysfsutils-1. Add gettext-minimal.
[home-page]: Change to a working mirror.
* gnu/packages/patches/cpufrequtils-fix-aclocal.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice | 2021-10-13 | 1 | -1/+0 |
| * | gnu: QEMU: Remove obsolete patch.•••* gnu/packages/virtualization.scm (qemu)[source](patches): Remove Sphinx
compatibility patch, which worked around a bug in Sphinx that has since been
fixed.
* gnu/packages/patches/qemu-sphinx-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke | 2021-10-12 | 1 | -1/+0 |
| * | gnu: QEMU: Update to 6.1.0.•••* gnu/packages/virtualization.scm (qemu): Update to 6.1.0.
[source](patches): Remove obsolete patch.
[arguments]: Adjust substitutions for upstream changes.
[native-inputs]: Add PYTHON-SPHINX-RTD-THEME.
* gnu/packages/patches/qemu-meson-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke | 2021-10-12 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe | 2021-10-12 | 1 | -15/+39 |
|\| |
|
| * | gnu: ganeti: Adjust to GHC 8.10 / Stackage 18.10.•••* gnu/packages/patches/ganeti-haskell-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (ganeti)[source](patches): Add it.
[arguments]: Add phase patch-version-constraints.
| Marius Bakke | 2021-10-11 | 1 | -0/+1 |
| * | gnu: ganeti: Update to 3.0.1.•••* gnu/packages/virtualization.scm (ganeti): Update to 3.0.1.
[source](patches): Remove obsolete.
* gnu/tests/ganeti.scm (%ganeti-os): Adjust network configuration so QEMU port
forwarding can work.
(run-ganeti-test): Remove unused port mapping. Adjust and enable previously
failing test.
* gnu/packages/patches/ganeti-deterministic-manual.patch,
gnu/packages/patches/ganeti-drbd-compat.patch,
gnu/packages/patches/ganeti-os-disk-size.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke | 2021-10-11 | 1 | -3/+0 |
| * | gnu: Add platform support.•••* gnu/platform.scm: New file.
* gnu/platforms/arm.scm: Ditto.
* gnu/platforms/hurd.scm: Ditto.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add them.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Mathieu Othacehe | 2021-10-11 | 1 | -0/+4 |
| * | home: services: configuration: Support file-like objects.•••* 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.
| Oleg Pykhalov | 2021-10-09 | 1 | -1/+0 |
| * | Move (gnu home-services) to (gnu home services).•••* 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.
| Oleg Pykhalov | 2021-10-09 | 1 | -1/+1 |
| * | 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.
| Ludovic Courtès | 2021-10-09 | 1 | -0/+1 |
| * | 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.
| Ludovic Courtès | 2021-10-09 | 1 | -0/+1 |
| * | gnu: Move (gnu home-services) to (gnu home services).•••* 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.
| Oleg Pykhalov | 2021-10-08 | 1 | -8/+8 |
| * | 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.
| Lars-Dominik Braun | 2021-10-08 | 1 | -0/+1 |
| * | 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.
| Lars-Dominik Braun | 2021-10-08 | 1 | -0/+1 |
| * | 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.
| Lars-Dominik Braun | 2021-10-08 | 1 | -0/+1 |
| * | 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.
| Lars-Dominik Braun | 2021-10-08 | 1 | -0/+1 |
| * | 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.
| Lars-Dominik Braun | 2021-10-08 | 1 | -0/+1 |
| * | gnu: 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-08 | 1 | -0/+1 |
| * | gnu: 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-08 | 1 | -0/+2 |
| * | gnu: 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-08 | 1 | -0/+1 |
| * | gnu: 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-08 | 1 | -0/+2 |
| * | gnu: 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 | 2021-10-08 | 1 | -7/+1 |
| * | gnu: ocaml-cairo2: Update to 0.6.2.•••* 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.
| Julien Lepiller | 2021-10-08 | 1 | -1/+0 |
| * | gnu: ceph: Fix breaking change in snappy.•••* gnu/packages/storage.scm (ceph)[source]: Add patch.
* gnu/packages/patches/ceph-fix-snappy-breaking-change.patch: New file.
* gnu/local.mk: Add it.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Greg Hogan | 2021-10-08 | 1 | -0/+1 |
| * | gnu: php: Patch failing test case.•••Fixes a failing test case in PHP (Zend/tests/bug74093.phpt). See
<https://github.com/php/php-src/pull/7555/files> for upstream status.
* gnu/packages/php.scm (php)[source]: Add patch.
* gnu/packages/patches/php-bug-74093-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Ryan Sundberg via Guix-patches via | 2021-10-05 | 1 | -0/+1 |
| * | gnu: diffoscope: Update to 186.•••* gnu/packages/diffoscope.scm (diffoscope): Update to 186.
[source]: Add patch.
[arguments]: Add a new 'fix-failing-tests phase.
Don't explicitly return #t from phases.
* gnu/packages/patches/diffoscope-fix-test_item3_deflate_llvm_bitcode.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Tobias Geerinckx-Rice | 2021-10-04 | 1 | -0/+1 |
| * | gnu: libcacard: Update to 2.8.1.•••* gnu/packages/spice.scm (libcacard): Update to 2.8.1.
[source]: Remove patch.
* gnu/packages/patches/libcacard-unknown-variable.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice | 2021-10-04 | 1 | -1/+0 |
| * | gnu: hexchat: Update to 2.16.0.•••* gnu/packages/messaging.scm (hexchat): Update to 2.16.0.
[source]: Remove patch.
[inputs]: Remove libnotify and libproxy. Upgrade python-2 to python@3.
Add python-cffi and bash-minimal.
[arguments]: Don't explicitly return #t from phases.
Add a new 'wrap-program phase.
| Tobias Geerinckx-Rice | 2021-10-03 | 1 | -1/+0 |
| * | gnu: ccache: Update to 4.4.2.•••* gnu/packages/ccache.scm (ccache): Update to 4.4.2.
[source]: Remove patch.
[arguments]: Substitute nonexistent compgen.
* gnu/packages/patches/ccache-fix-basedir-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice | 2021-10-03 | 1 | -1/+0 |
| * | gnu: sbcl-burgled-batteries3: Fix compiling with sbcl >= 2.1.6.•••* gnu/packages/patches/sbcl-burgled-batteries3-fix-signals.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[source]: Use it.
| Guillaume Le Vaillant | 2021-09-28 | 1 | -0/+1 |
| * | gnu: sbcl-png: Fix compiling with sbcl >= 2.1.6.•••* gnu/packages/patches/sbcl-png-fix-sbcl-compatibility.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lisp-xyz.scm (sbcl-png)[source]: Use it.
| Guillaume Le Vaillant | 2021-09-28 | 1 | -0/+1 |
| * | gnu: ccache: Update to 4.4.1.•••* gnu/packages/ccache.scm (ccache): Update to 4.4.1.
[source]: Add patch.
[arguments]: Remove explicit #t return values from phases.
* gnu/packages/patches/ccache-fix-basedir-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Tobias Geerinckx-Rice | 2021-09-28 | 1 | -0/+1 |
| * | Merge branch 'wip-guix-home' | Oleg Pykhalov | 2021-09-27 | 1 | -0/+11 |
| |\ |
|
| | * | home-services: Add Mcron.•••* gnu/home-services/mcron.scm: New file.
* gnu/local.mk: Add this.
* doc/guix.texi: Add documentation about Mcron Home Service.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Andrew Tropin | 2021-09-13 | 1 | -0/+1 |
| | * | home-services: Add Shepherd.•••* gnu/home-services/shepherd.scm: New file.
* gnu/local.mk: Add this.
* doc/guix.texi: Add documentation about Shepherd Home Service.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Andrew Tropin | 2021-09-09 | 1 | -0/+1 |
| | * | gnu: local.mk: Tabify.•••* gnu/local.mk (GNU_SYSTEM_MODULES): Normalize to tabs.
| Oleg Pykhalov | 2021-09-09 | 1 | -8/+8 |
| | * | home-services: Add utils module.•••* gnu/home-services/utils.scm (maybe-object->string object->snake-case-string)
(object->snake-case-string): New variables.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/utils.scm.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Andrew Tropin | 2021-09-09 | 1 | -0/+1 |
| | * | home: Add home-environment.•••* gnu/home.scm
(home-environment, home-environment?, this-home-environment)
(home-environment-derivation, home-environment-user-services)
(home-environment-essential-services, home-environment-services)
(home-environment-location, home-environment-with-provenance): New variables.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add home.scm.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Andrew Tropin | 2021-09-09 | 1 | -0/+1 |
| | * | home-services: Add xdg.•••* gnu/home-services/xdg.scm
(home-xdg-base-directories-service-type)
(home-xdg-base-directories-configuration)
(home-xdg-base-directories-configuration?)
(home-xdg-user-directories-service-type)
(home-xdg-user-directories-configuration)
(home-xdg-user-directories-configuration?)
(xdg-desktop-action, xdg-desktop-entry)
(home-xdg-mime-applications-service-type)
(home-xdg-mime-applications-configuration): New variables.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/xdg.scm.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Andrew Tropin | 2021-09-09 | 1 | -0/+1 |
| | * | home-services: Add shells.•••* gnu/home-services/shells.scm
(home-shell-profile-service-type, home-shell-profile-configuration)
(home-bash-service-type, home-bash-configuration, home-bash-extension)
(home-zsh-service-type, home-zsh-configuration, home-zsh-extension)
(home-fish-service-type, home-fish-configuration, home-fish-extension): New
variables.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/shells.scm.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Andrew Tropin | 2021-09-09 | 1 | -0/+1 |
| | * | home-services: Add helper functions for service configurations.•••* gnu/home-services/configuration.scm (helper functions): New variables.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/configuration.scm.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Andrew Tropin | 2021-09-09 | 1 | -0/+1 |
| | * | home-services: Add fontutils.•••* gnu/home-services/fontutils.scm (home-fontconfig-service-type): New
variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/fontutils.scm.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Andrew Tropin | 2021-09-09 | 1 | -0/+1 |
| | * | home-services: Add symlink-manager.•••* gnu/home-services/symlink-manager.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services/symlink-manager.scm.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Andrew Tropin | 2021-09-09 | 1 | -0/+1 |
| | * | home-services: Add most essential home services.•••* gnu/home-services.scm (home-service-type, home-profile-service-type)
(home-environment-variables-service-type, home-files-service-type)
(home-run-on-first-login-service-type, home-activation-service-type): New
variables.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add home-services.scm.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Andrew Tropin | 2021-09-09 | 1 | -0/+2 |
| * | | gnu: Add patool.•••* gnu/packages/patool.scm: New module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
| Maxim Cournoyer | 2021-09-26 | 1 | -0/+1 |
| * | | gnu: Add xgboost.•••* gnu/packages/machine-learning.scm (xgboost): New variable.
* gnu/packages/patches/xgboost-use-system-dmlc-core.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego | 2021-09-25 | 1 | -0/+1 |
| * | | gnu: Add NNPACK.•••* gnu/packages/machine-learning.scm (nnpack): New variable.
* gnu/packages/patches/nnpack-system-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès | 2021-09-24 | 1 | -0/+1 |