summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-08-26gexp: 'compiled-modules' defaults to '-O1'.Ludovic Courtès
* guix/gexp.scm (compiled-modules): Add #:optimization-level. [build](optimizations-for-level): New variable. (process-entry): Use it.
2020-08-26gnu: guile: Update to 3.0.4.Ludovic Courtès
* gnu/packages/guile.scm (guile-3.0): Update to 3.0.4. (guile-3.0-latest): Turn into an alias for GUILE-3.0.
2020-08-25gnu: jemalloc: Fix typo.Efraim Flashner
* gnu/packages/jemalloc.scm (jemalloc)[arguments]: Check for the 'x86_64' architecture.
2020-08-16system: Modify GDB skeleton to find debug files for any profile.Maxim Cournoyer
Instead of hard coding the debug directory to that of the user profile, use Guile scripting in combination with a new search path specification on GDB to specify the debug file directories. * gnu/packages/gdb.scm (gdb-9.1): Add a search path specification for the GDB_DEBUG_FILE_DIRECTORY environment variable. * gnu/system/shadow.scm (default-skeletons)[gdbinit]: Derive the value of DEBUG-FILE-DIRECTORY via the GDB_DEBUG_FILE_DIRECTORY environment variable. * doc/guix.texi (Installing Debugging Files): Document it.
2020-08-13gnu: python-lxml: Update to 4.5.2.Morgan Smith
* gnu/packages/xml.scm (python-lxml): Update to 4.5.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-04gnu: bootstrap-gcc: Don't use CPATH search paths.Jakub Kądziołka
This updates the bootstrap-gcc to use the same search path strategy as the main compilers, making the bootstrap environment more similar across architectures, and fixing the bootstrap path on non-x86 architectures again. This is a follow up to commit 7cde865f12dd67e55946a52a21103e71f447eced. * gnu/packages/bootstrap.scm (%bootstrap-gcc)[native-search-paths]: Use C_INCLUDE_PATH and CPLUS_INCLUDE_PATH instead of CPATH.
2020-08-02gnu: libidn: Update to 1.36.Michael Rohleder
* gnu/packages/libidn.scm (libidn): Update to 1.36. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-28gnu: mpfr: Update to 4.1.0.Andreas Enge
* gnu/packages/multiprecision.scm (mpfr): Update to 4.1.0.
2020-07-27gnu: gettext-minimal: Update to 0.21.Tobias Geerinckx-Rice
* gnu/packages/gettext.scm (gettext-minimal): Update to 0.21.
2020-07-27gnu: file: Update to 5.39.Michael Rohleder
* gnu/packages/file.scm (file): Update to 5.39. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-27gnu: openldap: Remove graft.Jakub Kądziołka
* gnu/packages/openldap.scm (openldap): Update to 2.4.50. Remove replacement. (openldap-2.4.50): Remove variable.
2020-07-27gnu: curl: Update to 7.71.1. Remove graft.Jakub Kądziołka
* gnu/packages/curl.scm (curl): Update to 7.71.1. Remove replacement. [arguments]: Don't remove disabled test. (curl-7.71.0): Remove variable.
2020-07-26gnu: nghttp2: Remove graft.Jakub Kądziołka
* gnu/packages/web.scm (nghttp2): Update to 1.41.0. Remove replacement. (nghttp2-1.41): Remove variable.
2020-07-23Merge branch 'master' into core-updatesJakub Kądziołka
Conflicts: gnu/packages/ruby.scm
2020-07-23gnu: glibc-intermediate: Don't include native-gcc in inputs.Jakub Kądziołka
As the comment explains, this is only necessary when building with --enable-obsolete-rpc, which we aren't using anymore. * gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)[inputs]: Remove native-gcc.
2020-07-23gnu: glibc-intermediate: Fixup the pre-configure phase.Jakub Kądziołka
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)[arguments]: Don't patch sunrpc, as it's no longer required. Tweak C_INCLUDE_PATH and CPLUS_INCLUDE_PATH instead of CPATH.
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.