summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-10-14gnu: Fix Texinfo markup in descriptions of Haskell packages.Ludovic Courtès
* gnu/packages/haskell-xyz.scm (ghc-citeproc) (ghc-hsyaml-aeson, ghc-lukko): Fix Texinfo markup in descriptions.
2021-10-14download: Print URL of the Disarchive spec being read.Ludovic Courtès
* guix/build/download.scm (disarchive-fetch/any): Show URI of the Disarchive spec.
2021-10-14gnu: lf: Update to 25Chadwain Holness
* gnu/packages/disk.scm (lf): Update to 25 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-14gnu: Add go-gopkg-in-djherbis-times-v1.Chadwain Holness
* gnu/packages/golang.scm (go-gopkg-in-djherbis-times-v1): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-14download: Add parameter to test download fallback mechanisms.Ludovic Courtès
This allows you to run, say: GUIX_DOWNLOAD_FALLBACK_TEST=disarchive-mirrors guix build -S r-ebimage --check or: GUIX_DOWNLOAD_FALLBACK_TEST=content-addressed-mirrors ./pre-inst-env guix build -S r-ebimage --check to check whether these fallback mechanisms work as expected. * guix/download.scm (%no-mirrors-file, %no-disarchive-mirrors-file) (%download-fallback-test): New variables. (url-fetch*): Honor (%download-fallback-test).
2021-10-14download: Add missing autoload.Ludovic Courtès
This is a followup to 6d02a994f911a75e3a223a22c05c2939cdfed2b5, which left '%verify-swh-certificate?' unbound. * guix/build/download.scm: Autoload for '%verify-swh-certificate'.
2021-10-14download: Add disarchive.guix.gnu.org.Ludovic Courtès
* guix/download.scm (%disarchive-mirrors): Add disarchive.guix.gnu.org.
2021-10-14gnu: Add simdjson.Greg Hogan
* gnu/packages/cpp.scm (simdjson): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-14gnu: retroarch: Update to 1.9.11.宋文武
* gnu/packages/emulators.scm (retroarch): Update to 1.9.11. * gnu/packages/patches/retroarch-LIBRETRO_DIRECTORY.path: Adjust to latest source.
2021-10-14gnu: komikku: Update to 0.35.1.Liliana Marie Prikler
* gnu/packages/gnome.scm (komikku): Update to 0.35.1.
2021-10-14doc: Fix typo.Marius Bakke
* doc/contributing.texi (Configuring Git): s/respository/repository/
2021-10-14Add git configuration templates to improve diff hunk header detection.Sarah Morgensen
This is a follow-up to commit 9fc8ae4171e5da4939a64fc6d684c8b9d85bbe84, which missed two hunks from <https://issues.guix.gnu.org/50363>. Reported by hackeryarn on #guix. * .gitattributes, etc/git/gitconfig: New files. Signed-off-by: Marius Bakke <marius@gnu.org>
2021-10-13gnu: fakeroot: Edit description.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (fakeroot)[synopsis]: Expand. [description]: Double-space sentences and otherwise slightly tweak.
2021-10-13gnu: fakeroot: Invoke an absolute cat.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (fakeroot)[arguments]: Refer to ‘cat’ by its absolute file name.
2021-10-13gnu: fakeroot: Omit static library.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (fakeroot)[arguments]: Add "--disable-static" to #:configure-flags.
2021-10-13gnu: fakeroot: Update to 1.26.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (fakeroot): Update to 1.26. [source]: Remove generated man page translations in a new snippet. [arguments]: Patch Makefile.am instead of Makefile, and do so before bootstrapping. Don't explicitly return #t from phases. [native-inputs]: Use autoconf-2.71.
2021-10-13gnu: perl-uri-fetch: Update to 0.15.Marius Bakke
* gnu/packages/web.scm (perl-uri-fetch): Update to 0.15.
2021-10-13gnu: ganeti: Prepare for Sphinx 4.0.Marius Bakke
* 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.
2021-10-13gnu: Add cscopeFoo Chuan Wei
* gnu/packages/code.scm (cscope): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-13gnu: gnome-bluetooth: Add missing inputs for tests.Guillaume Le Vaillant
* gnu/packages/gnome.scm (gnome-bluetooth)[native-inputs]: Add python and python-dbus.
2021-10-13gnu: libhx: Fix runtime bug.Guillaume Le Vaillant
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.
2021-10-13gnu: Add vim-paredit.Foo Chuan Wei
* gnu/packages/vim.scm (vim-paredit): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-13gnu: Add go-golang-org-x-mod.hackeryarn
* gnu/packages/golang.scm (go-golang-org-x-mod): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: swappy: Add propagated-inputs.Alexandr Vityazev
Add font-awesome to propagated-inputs to properly render the icons. * gnu/packages/image.scm (swappy)[propagated-inputs]: Add font-awesome; [use-modules]: Add (gnu packages fonts). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: swappy: Update to 1.4.0.Alexandr Vityazev
* gnu/packages/image.scm (swappy): Update to 1.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: Add runitorStephen Paul Weber
* gnu/packages/admin.scm (runitor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: Add cloudflare-cliStephen Paul Weber
* gnu/packages/dns.scm (cloudflare-cli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: Add JSON.shStephen Paul Weber
* gnu/packages/serialization.scm (JSON.sh): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: Add wmname.Alexandru-Sergiu Marton
* gnu/packages/suckless.scm (wmname): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: Add zsh-syntax-highlighting.Alexandr Vityazev
* gnu/packages/shellutils.scm (zsh-syntax-highlighting): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13self: Move core (guix script ...) modules to a separate derivation.Ludovic Courtès
This adds an opportunity for parallelism and reduces the amount of rebuild needed when "secondary" modules are modified. * guix/self.scm (compiled-guix)[*core-cli-modules*]: New variable. [*cli-modules*]: Depend on it. [built-modules]: Likewise.
2021-10-13gnu: git-annex: Update to 8.20211011.Kyle Meyer
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211011. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-13gnu: python-git-review: Update to 2.1.0.Clément Lassieur
* gnu/packages/openstack.scm (python-git-review): Update to 2.1.0.
2021-10-13gnu: python-pbr-minimal: Update to 5.5.1.Clément Lassieur
* gnu/packages/python-xyz.scm (python-pbr-minimal): Update to 5.5.1.
2021-10-13gnu: Add cl-yaml.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-yaml, ecl-cl-yaml, sbcl-cl-yaml): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13gnu: Add cl-libyaml.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-libyaml, ecl-cl-libyaml, sbcl-cl-libyaml): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13gnu: Add cl-generic-comparability.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-generic-comparability, ecl-generic-comparability, sbcl-generic-comparability): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13gnu: Add cl-readline.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-readline, ecl-cl-readline, sbcl-cl-readline): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13gnu: Add cl-conium.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-conium, ecl-conium, sbcl-conium): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13gnu: Add cl-terminfo.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (sbcl-terminfo, cl-terminfo, ecl-terminfo): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-12gnu: emacs-beancount: Restructure package, now independent of beancount.Christine Lemmer-Webber
* gnu/packages/finance.scm (emacs-beancount): Restructure package, now independent of beancount and in its own git repository. Note that there is no version number for the now independent code tree, so unfortunately this might look like a "version downgrade" to some users as it switched from being beancount's revision number to being a git-derived version number.
2021-10-13gnu: Add back missing module import.Tobias Geerinckx-Rice
* gnu/packages/django.scm: Use (gnu packages compression).
2021-10-13gnu: gsound: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gsound): Update to 1.0.3. [build-system]: Switch to Meson. [inputs]: Remove explicit glib. Move libcanberra… [propagated-inputs]: …here.
2021-10-13gnu: apostrophe: Update to 2.5.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (apostrophe): Update to 2.5. [native-inputs]: Add sassc.
2021-10-13gnu: aqbanking: Update to 6.3.2.Tobias Geerinckx-Rice
* gnu/packages/gnucash.scm (aqbanking): Update to 6.3.2.
2021-10-13gnu: astroid: Update to 0.16.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (astroid): Update to 0.16. [arguments]: Don't explicitly return #t from phases.
2021-10-13gnu: btrfs-progs: Update to 5.14.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 5.14.2.
2021-10-13gnu: acpid: Update to 2.0.33.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (acpid): Update to 2.0.33.
2021-10-13gnu: fheroes2: Update to 0.9.8.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fheroes2): Update to 0.9.8.
2021-10-13gnu: Remove duplicate python-google-brotli package.Tobias Geerinckx-Rice
* gnu/packages/python-compression.scm (python-brotli): Delete duplicate variable. * gnu/packages/compression.scm (python-google-brotli): Redefine as a deprecated-package, with… (python-brotli): …as the canonical variable. * gnu/packages/fonts.scm (font-meera-inimai)[native-inputs]: Adjust accordingly.