summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-24import: github: Gracefully handle projects that have disappeared.Ludovic Courtès
Fixes <https://bugs.gnu.org/42509>. Reported by Alexandru-Sergiu Marton <brown121407@posteo.ro>. * guix/import/github.scm (fetch-releases-or-tags): Use 'http-fetch' instead of 'json-fetch', and guard against 404 errors. Upon 404, emit a warning and return the empty vector.
2020-07-24pack: '-R' applies to propagated inputs too.Ludovic Courtès
Fixes <https://bugs.gnu.org/42510>. * guix/scripts/pack.scm (wrapped-manifest-entry): Recurse on 'dependencies' field. * tests/guix-pack-relocatable.sh: Add test.
2020-07-24gnu: gcc: Fix libstdc++ misconfiguration.Ludovic Courtès
Fixes <https://bugs.gnu.org/42392>. Reported by Maxim Cournoyer and Erik Garrison. Until now, the generated <bits/c++config.h> would be incorrect (many _GLIBCXX_HAVE macros would be undefined), which in turn would lead to build failures for most C++ programs. * gnu/packages/gcc.scm (gcc-6)[inputs]: Add LIBSTDC++-HEADERS. (libstdc++, libstdc++-headers): New variables. * gnu/packages/gcc.scm (gfortran): Change first argument to 'custom-gcc' to remove dependency on LIBSTDC++-HEADERS.
2020-07-24gnu: gcc@10: Update to 10.2.0.Ludovic Courtès
* gnu/packages/gcc.scm (gcc-10): Update to 10.2.0.
2020-07-23gnu: Add sleef.Vinicius Monego
* gnu/packages/maths.scm (sleef): New variable. Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-07-23gnu: duplicity: Update to 0.8.14.Eric Bavier
* gnu/packages/backup.scm (duplicity): Update to 0.8.14. [native-inputs]: Add gettext, python-future, python-pytest, python-pytest-runner, and python-setuptools-scm. Move other python2 packages to python. [propagated-inputs]: Ditto. [inputs]: Use latest librsync. [arguments]: Remove #:python argument. Adjust gpg substitution regex for latest source.
2020-07-23gnu: Fix Krita.Leo Famulari
Fixes <https://bugs.gnu.org/42476>. Reported by linka on #guix. * gnu/packages/patches/qtbase-fix-krita-deadlock.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (qtbase-for-krita): New variable. * gnu/packages/kde.scm (krita)[inputs]: Replace qtbase with qtbase-for-krita.
2020-07-23gnu: blender: Update to 2.83.3.Tobias Geerinckx-Rice
* gnu/packages/graphics.scm (blender): Update to 2.83.3.
2020-07-23gnu: dnsmasq: Update to 2.82.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (dnsmasq): Update to 2.82.
2020-07-23gnu: jo: Update to 1.4.Tobias Geerinckx-Rice
* gnu/packages/web.scm (jo): Update to 1.4.
2020-07-23gnu: wavpack: Update to 5.3.2.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (wavpack): Update to 5.3.2. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Replace the ‘bootstrap’ phase. [native-inputs]: Add autoconf, automake, and libtool.
2020-07-23gnu: burp: Add ACL support.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (burp)[inputs]: Add acl.
2020-07-23gnu: burp: Update to 2.3.30.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (burp): Update to 2.3.30. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf and automake.
2020-07-23gnu: parallel: Update to 20200722.Tobias Geerinckx-Rice
* gnu/packages/parallel.scm (parallel): Update to 20200722.
2020-07-23Revert "gnu: Fix Krita."Leo Famulari
This reverts commit 5f63905096e456097fca206f56ce9257f72faf64. This commit caused `guix pull` to crash like this: ------ Backtrace: In ice-9/boot-9.scm: 222:29 19 (map1 _) 222:29 18 (map1 _) 222:29 17 (map1 _) 222:29 16 (map1 _) 222:17 15 (map1 (((gnu packages kde)) ((gnu packages libevent)) ((gnu packages libidn)) ((gnu packages #)) ((?)) ?)) 3297:17 14 (resolve-interface (gnu packages kde) #:select _ #:hide _ #:prefix _ #:renamer _ #:version _) In ice-9/threads.scm: 390:8 13 (_ _) In ice-9/boot-9.scm: 3223:13 12 (_) In ice-9/threads.scm: 390:8 11 (_ _) In ice-9/boot-9.scm: 3507:20 10 (_) 2806:4 9 (save-module-excursion _) 3527:26 8 (_) In unknown file: 7 (primitive-load-path "gnu/packages/kde" #<procedure 7f68d6fe5da0 at ice-9/boot-9.scm:3514:37 ()>) In ice-9/eval.scm: 626:19 6 (_ #<directory (gnu packages kde) 7f68d6175b40>) 293:34 5 (_ #<directory (gnu packages kde) 7f68d6175b40>) 173:47 4 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>)) 159:9 3 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>)) 191:35 2 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>)) 223:20 1 (proc #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval?>)) In unknown file: 0 (%resolve-variable (7 . qtbase) #<directory (gnu packages kde) 7f68d6175b40>) ERROR: In procedure %resolve-variable: error: qtbase: unbound variable ------
2020-07-23gnu: Fix Krita.Leo Famulari
Fixes <https://bugs.gnu.org/42476>. Reported by linka on #guix. * gnu/packages/patches/qtbase-fix-krita-deadlock.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/kde.scm (qtbase-for-krita): New variable. (krita)[inputs]: Replace qtbase with qtbase-for-krita.
2020-07-23gnu: ungoogled-chromium: Avoid top-level reference to LLD.Marius Bakke
* gnu/packages/chromium.scm (lld-as-ld, lld-wrapper, lld/wrapped): Move into ... (make-lld-wrapper): ... here. New procedure.
2020-07-23gnu: Add mercury.Brett Gilio
* gnu/local.mk (GNU_SYSTEM_MODULES): Add mercury.scm. * gnu/packages/mercury.scm: New file.
2020-07-23gnu: ccache: Update to 3.7.11.Tobias Geerinckx-Rice
* gnu/packages/ccache.scm (ccache): Update to 3.7.11.
2020-07-23gnu: ansible: Update to 2.9.11.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (ansible): Update to 2.9.11.
2020-07-23gnu: rgbds: Update to 0.4.1.Tobias Geerinckx-Rice
* gnu/packages/assembly.scm (rgbds): Update to 0.4.1.
2020-07-23gnu: fio: Update to 3.21.Tobias Geerinckx-Rice
* gnu/packages/benchmark.scm (fio): Update to 3.21.
2020-07-23gnu: warzone2100: Update to 3.4.1.Tobias Geerinckx-Rice
* gnu/packages/games.scm (warzone2100): Update to 3.4.1.
2020-07-23gnu: python-django: Add optional inputs.Efraim Flashner
* gnu/packages/django.scm (python-django)[propagated-inputs]: Add python-argon2-cffi, python-bcrypt.
2020-07-23gnu: python-django: Update to 1.11.29.Efraim Flashner
* gnu/packages/django.scm (python-django): Update to 1.11.29.
2020-07-23gnu: khal: Fix a failing test.Tanguy Le Carrour
* gnu/packages/calendar.scm (khal)[arguments]: Fix a failing test. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-22gnu: polyml: Update to 5.8.1.Brett Gilio
* gnu/packages/sml.scm (polyml): Update to 5.8.1.
2020-07-23gnu: linux-libre: Update to 5.4.53.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.53. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update to 5.4.53.
2020-07-23gnu: linux-libre@5.7: Update to 5.7.10.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.10. (linux-libre-5.7-pristine-source): Update hash. (deblob-scripts-5.7): Update to 5.7.10.
2020-07-23gnu: linux-libre@4.19: Update to 4.19.134.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.134. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Update to 4.19.134.
2020-07-23gnu: linux-libre@4.14: Update to 4.14.189.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.189. (linux-libre-4.14-pristine-source): Update hash. (linux-libre-4.14-source): Remove %linux-libre-fix-atheros-9271-patch. (deblob-scripts-4.14): Update to 4.14.189. (%linux-libre-fix-atheros-9271-patch): Delete variable. * gnu/packages/patches/linux-libre-fix-atheros-9271.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-07-23gnu: linux-libre@4.9: Update to 4.9.231.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.231. (linux-libre-4.9-pristine-source): Update hash. (linux-libre-4.9-source): Remove %linux-libre-fix-atheros-9271-patch. (deblob-scripts-4.9): Update to 4.9.231.
2020-07-23gnu: linux-libre@4.4: Update to 4.4.231.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.231. (linux-libre-4.4-pristine-source): Update hash. (linux-libre-4.4-source): Remove %linux-libre-fix-atheros-9271-patch. (deblob-scripts-4.4): Update to 4.4.231.
2020-07-23gnu: nsd: Update to 4.3.2.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (nsd): Update to 4.3.2.
2020-07-23gnu: wla-dx: Update to 9.11.Tobias Geerinckx-Rice
* gnu/packages/assembly.scm (wla-dx): Update to 9.11.
2020-07-23gnu: sslh: Update to 1.21b.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (sslh): Update to 1.21b.
2020-07-23gnu: ledger: Update to 3.2.1.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (ledger): Update to 3.2.1.
2020-07-22gnu: rdiff-backup: Update to 2.0.3.Eric Bavier
* gnu/packages/backup.scm (rdiff-backup): Update to 2.0.3. [native-inputs]: New field. [inputs]: Use python3 and latest librsync. [arguments]: Remove '#:python' argument. [home-page]: Old url redirects, so use the new url.
2020-07-23gnu: ungoogled-chromium: Enable all release optimizations.Marius Bakke
* gnu/packages/chromium.scm (ungoogled-chromium-snippet): Add substitution to allow using unbundled dependencies in "official" builds. (lld-as-ld, lld-wrapper, lld/wrapped): New variables. (ungoogled-chromium)[arguments]: Add "is_official_build" to #:configure-flags. Remove redundant or unnecessary flags, disable system protobuf. Use llvm-ar and llvm-nm instead of their binutils equivalents. [native-inputs]: Add LLD/WRAPPED. [inputs]: Remove PROTOBUF.
2020-07-23gnu: Clang: Install the CFI blacklist.Marius Bakke
* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add phase to symlink cfi_blacklist.txt from CLANG-RUNTIME.
2020-07-23gnu: ungoogled-chromium: Add VA-API fix for some Intel systems.Marius Bakke
* gnu/packages/chromium.scm (%arch-patches): New variable. (ungoogled-chromium-snippet): Use it.
2020-07-23gnu: Add font-catamaran.Arun Isaac
* gnu/packages/fonts.scm (font-catamaran): New variable.
2020-07-23gnu: jupyter-guile-kernel: Update to f25fb90 and build with Guile 3.Jesse Gibbons
* gnu/packages/guile-xyz.scm (jupyter-guile-kernel): Update to f25fb90. Re-indent package definition (using indent.el) [phases]: Replace /home with /usr/local [inputs]: Use GUILE-3.0 instead of GUILE-2.2, and GUILE-JSON-3 instead of GUILE-JSON-1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-23gnu: guix-jupyter: Correct kernel search location.Jesse Gibbons
gnu/packages/package-management.scm: guix-jupyter: [phases]: Use guile 3.0 instead of 2.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-23guix system: 'reconfigure' disallows downgrades by default.Ludovic Courtès
This is similar to what 9744cc7b4636fafb772c94adb8f05961b5b39f16 did for 'guix pull'. * guix/scripts/system/reconfigure.scm (ensure-forward-reconfigure) (warn-about-backward-reconfigure, channel-relations) (check-forward-update): New procedures. * guix/scripts/system.scm (perform-action): Add #:validate-reconfigure. Call 'check-forward-update' when ACTION is 'reconfigure. (%options, show-help): Add "--allow-downgrades". (%default-options): Add 'validate-reconfigure' key. (process-action): Pass #:validate-reconfigure to 'perform-action'. * doc/guix.texi (Invoking guix system): Document 'guix system describe' more prominently, and document '--allow-downgrades'.
2020-07-23git: 'update-cached-checkout' has a new #:check-out? parameter.Ludovic Courtès
* guix/git.scm (update-cached-checkout): Add #:check-out? parameter and honor it.
2020-07-23git: Factorize 'resolve-reference'.Ludovic Courtès
* guix/git.scm (resolve-reference): New procedure. (switch-to-ref): Use it.
2020-07-23doc: Tweak mcron example.Ludovic Courtès
* doc/guix.texi (Scheduled Job Execution): In example, move '%min-level' definition after 'use-modules'.
2020-07-23doc: Recommend running 'guix git authenticate' when cloning the repo.Ludovic Courtès
* doc/contributing.texi (Building from Git): Adjust instruction and recommend 'guix git authenticate'.
2020-07-22gnu: quadrapassel: Update to 3.36.02.Eric Bavier
* gnu/packages/games.scm (quadrapassel): Update to 3.36.02. [inputs]: Add gsound.