summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-03-29gnu: emacs-flycheck-grammalecte: Fix location for external executables.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)[inputs]: Add curl. [arguments]: Fix path to all "python", "python3" and "curl" occurrences.
2020-03-29gnu: libreoffice: Update to 6.4.2.2.Marius Bakke
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.2.2.
2020-03-29gnu: qtwebkit: Update to 5.212.0-alpha4.Marius Bakke
* gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha4. [native-inputs]: Change from PYTHON-2.7 to PYTHON.
2020-03-29gnu: msmtp: Don't rely on netcat to send queued messages.Efraim Flashner
* gnu/packages/mail.scm (msmtp)[arguments]: Adjust custom 'install phase to also patch msmtpq to not need netcat.
2020-03-29services: gdm: Add gdm user to 'video' supplementary group.Florian Pelz
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.
2020-03-29gnu: qtbase: Patch the 'moc' executable to cope with GCCs C++ headers.Marius Bakke
* 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.
2020-03-29gnu: libostree: Update to 2020.3.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (libostree): Update to 2020.3.
2020-03-29gnu: libwacom: Update to 1.3.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (libwacom): Update to 1.3.
2020-03-29gnu: mtools: Update to 4.0.24.Tobias Geerinckx-Rice
* gnu/packages/mtools.scm (mtools): Update to 4.0.24.
2020-03-29gnu: igt-gpu-tools: Update home page.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (igt-gpu-tools)[home-page]: Update.
2020-03-29gnu: xfce4-screensaver: Update to 0.1.9.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.9.
2020-03-29gnu: xscreensaver: Update to 5.44.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.44.
2020-03-29gnu: vapoursynth: Update to 49.Tobias Geerinckx-Rice
* gnu/packages/video.scm (vapoursynth): Update to 49.
2020-03-29gnu: zimg: Update source hash.Tobias Geerinckx-Rice
The old and new checkouts differ only in file metadata… * gnu/packages/image.scm (zimg)[source]: Update hash.
2020-03-29gnu: youtube-dl: Update to 2020.03.24.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2020.03.24.
2020-03-29gnu: Remove packages deprecated for over a year.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (intel-gpu-tools): Remove variable. * gnu/packages/algebra.scm (giac-xcas): Likewise.
2020-03-29gnu: igraph: Update to 0.8.1.Tobias Geerinckx-Rice
* gnu/packages/graph.scm (igraph): Update to 0.8.1.
2020-03-29gnu: Order module imports in (gnu packages admin).Tobias Geerinckx-Rice
* gnu/packages/admin.scm: Order module imports alphabetically.
2020-03-29gnu: thefuck: Update to 3.30.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (thefuck): Update to 3.30. [native-inputs]: Add go.
2020-03-29gnu: light: Update to 1.2.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (light): Update to 1.2.2.
2020-03-29gnu: acpica: Update to 20200326.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (acpica): Update to 20200326.
2020-03-29gnu: Add wol.Vincent Legoll
* gnu/packages/networking.scm (wol): New public variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-03-28gnu: coreutils-mesboot: Make variable private.Marius Bakke
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.
2020-03-28gnu: Adjust 'package-for-guile-2.0' for the Guile 3 switch.Marius Bakke
* gnu/packages/guile.scm (package-for-guile-2.0): Rewrite GUILE-3.0 instead of GUILE-2.2.
2020-03-28gnu: Export the deprecated 'libjpeg' variable.Marius Bakke
* gnu/packages/image.scm (libjpeg): Export.
2020-03-28gnu: emacs-csv: Use proper Texinfo markup in description.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-csv)[description]: Use proper Texinfo markup.
2020-03-28Update email address and Savannah handle for Amin Bandali.Amin Bandali
* .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.
2020-03-28gnu: armadillo: Fix typo in description.Nicolas Goaziou
* gnu/packages/maths.scm (armadillo): Fix spaces after "eg.".
2020-03-28gnu: OpenJDK: Build with GNU Make 4.2.Marius Bakke
* gnu/packages/base.scm (gnu-make-4.2): New public variable. * gnu/packages/java.scm (openjdk9, openjdk10, openjdk11, openjdk12)[native-inputs]: Add it.
2020-03-28gnu: gcc-static: Make sure #:modules is not overridden by the inherited GCC.Marius Bakke
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.
2020-03-28gnu: KOrganizer: Fix typo in description.Marius Bakke
* gnu/packages/kde-pim.scm (korganizer)[description]: clanedaring -> calendaring.
2020-03-28gnu: youtube-viewer: Add missing comment.Efraim Flashner
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.
2020-03-28Revert "gnu: gnupg: Use ~/.guix-profile/bin/pinentry by default."Leo Famulari
This commit didn't work: https://issues.guix.gnu.org/issue/24076#13 This reverts commit c7af9d0b5ebaa1fdb08ff5d8a56004998bcd8103.
2020-03-28deploy: Remove use of '~*' in format string.Marius Bakke
...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.
2020-03-28gnu: pagekite: Update to 1.5.0.200327.Alex Griffin
* gnu/packages/networking.scm (pagekite): Update to 1.5.0.200327.
2020-03-28gnu: python-socksipychain: Update to 2.1.1-1.eb5ee87.Alex Griffin
* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.1-1.eb5ee87.
2020-03-28gnu: sbcl-cl-containers: Update to 20200212.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-containers): Update to 20200212.
2020-03-28gnu: lollypop: Update to 1.2.32.Christopher Baines
* gnu/packages/gnome.scm (lollypop): Update to 1.2.32.
2020-03-28gnu: guile-static: Provide a libgc variant with statically built libraries.Marius Bakke
* 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.
2020-03-28gnu: bdw-gc: Fix cross-compilation.Marius Bakke
* gnu/packages/bdw-gc.scm (libgc)[propagated-inputs]: When cross-compiling, add LIBATOMIC-OPS.
2020-03-28gnu: mercurial: Fix test failures with Python 3.8.2.Marius Bakke
* gnu/packages/version-control.scm (mercurial-patch, %mercurial-patches): New variables. (mercurial)[source](patches): Add %MERCURIAL-PATCHES.
2020-03-27gnu: r-curl: Fix patch to respect CURL_CA_BUNDLE.Ricardo Wurmus
Fixes <https://debbugs.gnu.org/40262>. * gnu/packages/cran.scm (r-curl)[arguments]: Ensure CURLOPT_CAINFO actually gets set.
2020-03-27gnu: grammalecte: Update to 1.8.0.Nicolas Goaziou
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.8.0.
2020-03-27gnu: fet: Update to 5.44.0.Nicolas Goaziou
* gnu/packages/education.scm (fet): Update to 5.44.0.
2020-03-27gnu: emacs-flycheck-grammalecte: Update to 1.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Update to 1.0.
2020-03-27gnu: tmate: Update to 2.4.0.Michael Rohleder
* gnu/packages/terminals.scm (tmate): Update to 2.4.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-27gnu: Neofetch: Update to 7.0.0.Michael Rohleder
* gnu/packages/admin.scm (neofetch): Update to 7.0.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-27gnu: libgc: Promote libgc@8 to the default libgc.Marius Bakke
* gnu/packages/bdw-gc.scm (libgc): Update to 8.0.4. [arguments]: Remove #:phases. [inputs]: Remove LIBATOMIC-OPS. (libgc-8.0): Remove variable. (libgc-7): New variable.
2020-03-27gnu: guile: Update to 3.0.2.Marius Bakke
* gnu/packages/guile.scm (guile-3.0): Update to 3.0.2. [source](patches): Remove. * gnu/packages/patches/guile-3.0-crash.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2020-03-27gnu: mailutils: Update to 3.9.Ludovic Courtès
* gnu/packages/mail.scm (mailutils): Update to 3.9. [arguments]: In 'prepare-test-suite' phase, adjust name of the mda 'testsuite' files.