Age | Commit message (Collapse) | Author |
|
This doesn't have an noticeable impact on the run time of
'guix system build desktop.tmp --no-grafts -d'.
* guix/gexp.scm (lower-inputs): Use 'mapm/accumulate-builds' instead of 'mapm'.
|
|
* guix/scripts/build.scm (options->derivations): Use
'map/accumulate-builds' instead of 'append-map'.
|
|
* guix/store.scm (<unresolved>): New record type.
(build-accumulator, map/accumulate-builds, mapm/accumulate-builds): New
procedures.
* tests/store.scm ("map/accumulate-builds", "mapm/accumulate-builds"):
New tests.
|
|
* gnu/bootloader/grub.scm (grub-minimal-bootloader): New variable.
|
|
* gnu/packages/bootloaders.scm (grub-minimal): New variable.
|
|
* gnu/packages/web.scm (nghttp2)[inputs]: Remove jemalloc for the Hurd.
|
|
* gnu/packages/tls.scm (gnutls)[inputs]: Remove net-tools for the
Hurd.
|
|
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Remove net-tools,
iproute on the Hurd.
|
|
* gnu/base/coreutils.scm (coreutils)[arguments]: Use make-flags to mark some
tests XFAIL_TESTS on the Hurd.
|
|
* gnu/packages/guile.scm (guile-2.0)[arguments]: Remove failing/hanging tests
on the Hurd.
|
|
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)[inputs]: Add curl.
[arguments]: Fix path to all "python", "python3" and "curl" occurrences.
|
|
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.2.2.
|
|
* gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha4.
[native-inputs]: Change from PYTHON-2.7 to PYTHON.
|
|
* gnu/packages/mail.scm (msmtp)[arguments]: Adjust custom 'install phase
to also patch msmtpq to not need netcat.
|
|
This makes it possible to use gdm with the 'uvesafb' kernel module.
See <https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00389.html>.
* gnu/services/xorg.scm (%gdm-accounts): Set supplementary groups.
|
|
* gnu/packages/patches/qtbase-moc-ignore-gcc-macro.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/qt.scm (qtbase)[source](patches): Add it.
|
|
* gnu/packages/package-management.scm (libostree): Update to 2020.3.
|
|
* gnu/packages/xdisorg.scm (libwacom): Update to 1.3.
|
|
* gnu/packages/mtools.scm (mtools): Update to 4.0.24.
|
|
* gnu/packages/admin.scm (igt-gpu-tools)[home-page]: Update.
|
|
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.9.
|
|
* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.44.
|
|
* gnu/packages/video.scm (vapoursynth): Update to 49.
|
|
The old and new checkouts differ only in file metadata…
* gnu/packages/image.scm (zimg)[source]: Update hash.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2020.03.24.
|
|
* gnu/packages/admin.scm (intel-gpu-tools): Remove variable.
* gnu/packages/algebra.scm (giac-xcas): Likewise.
|
|
* gnu/packages/graph.scm (igraph): Update to 0.8.1.
|
|
* gnu/packages/admin.scm: Order module imports alphabetically.
|
|
* gnu/packages/admin.scm (thefuck): Update to 3.30.
[native-inputs]: Add go.
|
|
* gnu/packages/linux.scm (light): Update to 1.2.2.
|
|
* gnu/packages/admin.scm (acpica): Update to 20200326.
|
|
* gnu/packages/networking.scm (wol): New public variable.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
|
|
This fixes a test failure in tests/graph.scm because the package does not use
glibc, yet is part of the public packages.
* gnu/packages/commencement.scm (coreutils-mesboot): Use DEFINE instead of
DEFINE-PUBLIC.
|
|
* gnu/packages/guile.scm (package-for-guile-2.0): Rewrite GUILE-3.0 instead of
GUILE-2.2.
|
|
* gnu/packages/image.scm (libjpeg): Export.
|
|
* gnu/packages/emacs-xyz.scm (emacs-csv)[description]: Use proper Texinfo
markup.
|
|
* .mailmap, gnu/local.mk, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/fonts.scm, gnu/packages/fpga.scm, gnu/packages/lean.scm,
gnu/packages/maths.scm, gnu/packages/pulseaudio.scm: Update my email address.
* build-aux/git-authenticate.scm: Update my Savannah handle.
|
|
* gnu/packages/maths.scm (armadillo): Fix spaces after "eg.".
|
|
* gnu/packages/base.scm (gnu-make-4.2): New public variable.
* gnu/packages/java.scm (openjdk9, openjdk10, openjdk11,
openjdk12)[native-inputs]: Add it.
|
|
This fixes a regression introduced by 56c833ea287f8f6d3c72f8bddc314960c0164d64
and 25bc0f34c6c059394f546f29a203c2cb9b7cdcf6 where #:modules became ineffective.
* gnu/packages/make-bootstrap.scm (%gcc-static)[arguments]: Prepend the
required modules to those inherited from GCC-5. While at it, do not splice in
the inherited arguments.
|
|
* gnu/packages/kde-pim.scm (korganizer)[description]: clanedaring -> calendaring.
|
|
This is a follow-up to 315b98b9eb71e1a56de6a49ffbfed0af3c92be7e.
* gnu/packages/video.scm (youtube-viewer)[arguments]: Add comment
explaining why we don't install the gtk3 variant.
|
|
This commit didn't work:
https://issues.guix.gnu.org/issue/24076#13
This reverts commit c7af9d0b5ebaa1fdb08ff5d8a56004998bcd8103.
|
|
...since 'msgfmt' fails to interpret it. Reported by Vagrant Cascadian
in <https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00340.html>.
See also <https://bugs.gnu.org/37505>.
* guix/scripts/deploy.scm (show-what-to-deploy): Use ~d instead of ~* when
displaying machines that will be deployed.
|
|
* gnu/packages/networking.scm (pagekite): Update to 1.5.0.200327.
|
|
* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.1-1.eb5ee87.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-containers): Update to 20200212.
|
|
* gnu/packages/gnome.scm (lollypop): Update to 1.2.32.
|
|
* gnu/packages/bdw-gc.scm (libgc/static-libs): New public variable.
* gnu/packages/make-bootstrap.scm (%guile-static)[propagated-inputs]: Change
from LIBGC to LIBGC/STATIC-LIBS.
|
|
* gnu/packages/bdw-gc.scm (libgc)[propagated-inputs]: When cross-compiling,
add LIBATOMIC-OPS.
|