summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-10gnu: meson: Update to 0.55.1.Alexandros Theodotou
* gnu/packages/build-tools.scm (meson): Update to 0.55.1. * gnu/packages/patches/meson-for-build-rpath.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-10utils: 'dump-port' has an optional 'len' parameter.Ludovic Courtès
* guix/build/utils.scm (dump-port): Add optional 'len' parameter and honor it.
2020-09-05.guix-authorizations: Add planglois to the committers.Ludovic Courtès
* .guix-authorizations: Add planglois.
2020-09-01build: ruby-build-system: Remove an extraneous binding.Maxim Cournoyer
* guix/build/ruby-build-system.scm (install): Remove the RUBY-VERSION binding, no longer used. Fix the indentation of a comment.
2020-09-01gnu: ruby-asciidoctor-pdf: Remove obsolete 'replace-git-ls-files phase.Maxim Cournoyer
This phase is made unnecessary by commit a7b1cc333e, which generalizes the fix in the Ruby build system. * gnu/packages/ruby.scm (ruby-asciidoctor-pdf)[phases]{replace-git-ls-files}: Remove.
2020-09-01gnu: ruby-chunky-png: Remove obsolete 'replace-git-ls-files phase.Maxim Cournoyer
This phase is made unnecessary by commit a7b1cc333e, which generalizes the fix in the Ruby build system. * gnu/packages/ruby.scm (ruby-chunky-png)[phases]{replace-git-ls-files}: Remove.
2020-09-01gnu: ruby-standard: Remove obsolete 'replace-git-ls-files phase.Maxim Cournoyer
This phase is made unnecessary by commit a7b1cc333e, which generalizes the fix in the Ruby build system. * gnu/packages/ruby.scm (ruby-standard)[phases]{replace-git-ls-files}: Remove.
2020-09-01gnu: ruby-treetop: Remove obsolete 'replace-git-ls-files phase.Maxim Cournoyer
This phase is made unnecessary by commit a7b1cc333e, which generalizes the fix in the Ruby build system. * gnu/packages/ruby.scm (ruby-treetop)[phases]{replace-git-ls-files}: Remove.
2020-09-01gnu: ruby-asciidoctor: Remove obsolete 'replace-git-ls-files phase.Maxim Cournoyer
This phase is made unnecessary by commit a7b1cc333e, which generalizes the fix in the Ruby build system. * gnu/packages/ruby.scm (ruby-asciidoctor)[phases]{replace-git-ls-files}: Remove.
2020-08-28build: ruby-build-system: Adjust replace-git-ls-files.Maxim Cournoyer
The file names returned by `find ...` instead of `git ls-files...` contains leading './' characters, which can cause problems when the file lists is further processed with regexps, for example, as was discovered while updating the ruby-asciidoctor package in commit 5df1126c3adf557f3a5b386e391e7cb56b9c1d63. * guix/build/ruby-build-system.scm (replace-git-ls-files): Strip the first two characters ("./") of the file names returned by the 'find' command. Fix typo in doc. Simplify '(when (not ...' into '(unless ...'.
2020-08-27gnu: inetutils: Do not refer to canonical coreutils.Mathieu Othacehe
Make sure not to retain a reference to the canonical coreutils package. The Guix System closure size would otherwise be increased by including references to both canonical and non-canonical version of those packages. * gnu/packages/admin.scm (inetutils)[inputs]: Add "coreutils", [arguments]: and point to it with PATHDEF_CP variable.
2020-08-26system: locale: Only use the current glibc.Mathieu Othacehe
Only use the current glibc, as adding glibc-2.29 for compatibility adds ~100MiB to the barebones system closure. * gnu/system/locale.scm (%default-locale-libcs): Remove glibc-2.29.
2020-08-26Merge remote-tracking branch 'origin/master' into core-updatesMathieu Othacehe
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-26system: image: Do not offload image files.Maxim Cournoyer
Image files can be very large (multiple gigabytes), and the process of generating them is primarily I/O bound. As disk access is typically faster than network access, it makes sense build them locally. * gnu/system/image.scm (system-disk-image): Pass the #:local-build? #t parameter to computed-file calls dealing with generating image files. (system-iso9660-image): Likewise.
2020-08-26services: mcron: Validate jobs even in the presence of #:user.Ludovic Courtès
Fixes a bug in 949672c923b6a3953471c446e0b19f30be335572 whereby jobs specifying a #:user not available in the build environment would fail validation. Reported by Maxim Cournoyer. * gnu/services/mcron.scm (job-files)[validated-file]: Add "prologue" file and pass it to 'mcron --schedule'.
2020-08-26gnu: Add ssss.Hendursaga
* gnu/packages/crypto.scm (ssss): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-08-26gnu: guix-data-service: Update to ab68b0f.Ludovic Courtès
* gnu/packages/web.scm (guix-data-service): Update to ab68b0f.
2020-08-26gnu: guix-data-service: Build against the same Guile as 'guix'.Ludovic Courtès
This is a followup to a2991de0f44a5f4db71ddad67e914fe3344a4505. * gnu/packages/web.scm (guix-data-service)[native-inputs]: Change "guile" to match that of GUIX.
2020-08-26gnu: drawpile: Build with libmicrohttpd 0.9.71.Michael Rohleder
* gnu/packages/graphics.scm (drawpile): Update to 2.1.17-1.ed1a75deb. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-08-26gnu: quadrapassel: Update to 3.36.05.Tobias Geerinckx-Rice
* gnu/packages/games.scm (quadrapassel): Update to 3.36.05.
2020-08-26gnu: klavaro: Update to 3.11.Tobias Geerinckx-Rice
* gnu/packages/education.scm (klavaro): Update to 3.11.
2020-08-26gnu: msmtp: Update to 1.8.12.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (msmtp): Update to 1.8.12.
2020-08-25gnu: gnome-chess: Update to 3.37.3.Michael Rohleder
* gnu/packages/games.scm (gnome-chess): Update to 3.37.3. Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-08-26gnu: octave: Remove unneeded 'source' field.Ludovic Courtès
* gnu/packages/maths.scm (octave)[source]: Remove. It had been unnecessary since b66741edc954f0a17f1ef567e8d612cac87c7b6a.
2020-08-26gnu: netcdf-parallel-openmpi: Allow MPI tests to pass.Ludovic Courtès
* gnu/packages/maths.scm (netcdf-parallel-openmpi)[arguments]: Add 'mip-setup' phase.
2020-08-26gnu: hdf5-parallel-openmpi: Update to 1.10.6.Ludovic Courtès
* gnu/packages/maths.scm (hdf5-parallel-openmpi): Inherit from HDF5-1.10.
2020-08-26services: mcron: Validate jobs at build time.Ludovic Courtès
That way, run-time errors in the job specs are caught at build time. * gnu/services/mcron.scm (job-file): Remove. (job-files): New procedure. (mcron-shepherd-services): Adjust accordingly.
2020-08-26gnu: hdf5: Use 'package/inherit' for variants.Ludovic Courtès
* gnu/packages/maths.scm (hdf5-1.10, hdf5-parallel-openmpi): Use 'package/inherit'.
2020-08-26.dir-locals.el: Add indentation rule for 'package/inherit'.Ludovic Courtès
* .dir-locals.el (scheme-mode): Add 'package/inherit'.
2020-08-26gnu: hdf5: Distinguish the default hdf5 version.Ludovic Courtès
* gnu/packages/maths.scm (hdf5): Rename to... (hdf-1.8): ... this. (hdf5-1.10): Adjust accordingly. (hdf5): New variable.
2020-08-26lint: Use 'with-error-handling'.Ludovic Courtès
This improves the error message when unable to access ~/.cache as reported by Jonathan Brielmaier <jonathan.brielmaier@web.de> in <https://bugs.gnu.org/42859>. * guix/scripts/lint.scm (guix-lint): Wrap body in 'with-error-handling'.
2020-08-25gnu: icecat: Update to 68.12.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2020-15663, CVE-2020-15664, and CVE-2020-15669. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-08-25gnu: emacs-org-re-reveal: Update to 3.1.1.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.1.1.
2020-08-25gnu: guix: Update to 1.1.0-21.29d356.Maxim Cournoyer
* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.29d356.
2020-08-25gnu: guix: Update to 1.1.0-20.537080f.Maxim Cournoyer
* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.537080f.
2020-08-25offload: Modify the build-machine record to accept multiple systems.Maxim Cournoyer
* guix/scripts/offload.scm (<build-machine>)[systems]: New field. [system]: Accessor changed to %build-machine-system. Default to #f. * guix/scripts/offload.scm (build-machine-system): Wrap %build-machine-system with a deprecation warning. (build-machine-systems): Access the new systems field or fallback to use build-machine-system, for backward compatibility. (machine-matches?): Adjust. * tests/offload.scm: Add tests... * Makefile.am (SCM_TESTS): ...and register them. * doc/guix.texi (Daemon Offload Setup): Update doc.
2020-08-25gnu: git-lfs: Don't install source.Efraim Flashner
* gnu/packages/version-control.scm (git-lfs)[arguments]: Don't install the sources.
2020-08-25gnu: git-lfs: Update to v2.11.0.Prafulla Giri
* gnu/packages/version-control.scm (git-lfs): Update to v2.11.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-25gnu: git-lfs: Install man pages.Prafulla Giri
* gnu/packages/version-control.scm (git-lfs)[arguments]: Add build phases to build and install man pages. [native-inputs]: Add ronn-ng. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-08-25gnu: polari: Update to 3.36.3.Leo Prikler
* gnu/packages/gnome.scm (polari): Update to 3.36.3.
2020-08-25doc: Fix typo.Tobias Geerinckx-Rice
* doc/guix.texi (Virtualization Services): Fix typo.
2020-08-25services: ganeti-kvmd-service-type: Fix typo in description.Tobias Geerinckx-Rice
* gnu/services/ganeti.scm (ganeti-kvmd-service-type)[description]: Fix typo.
2020-08-25gnu: gnuradio-osmosdr: Update to 0.2.2.Tobias Geerinckx-Rice
* gnu/packages/radio.scm (gnuradio-osmosdr): Update to 0.2.2.
2020-08-25gnu: libcap-ng: Update to 0.7.11.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (libcap-ng): Update to 0.7.11.
2020-08-25gnu: ruby-public-suffix: Update to 4.0.5.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (ruby-public-suffix): Update to 4.0.5.
2020-08-25gnu: ruby-domain-name: Update to 0.5.20190701.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20190701.
2020-08-25gnu: fldigi: Update to 4.1.14.Tobias Geerinckx-Rice
* gnu/packages/radio.scm (fldigi): Update to 4.1.14.
2020-08-25gnu: cuirass: Update to 0.0.1-43.f2984c7.Mathieu Othacehe
Cuirass now depends of "guile-zlib" instead of Guix zlib module. * gnu/packages/ci.scm (cuirass): Update to 0.0.1-43.f2984c7, [inputs]: add "guile-zlib" ... [arguments]: ... and add it to the dependencies.