Age | Commit message (Collapse) | Author |
|
* gnu/packages/vpn.scm (openconnect): Update to 8.08.
[propagated-inputs]: Use gnutls-3.6.13.
* gnu/packages/tls.scm (gnutls-3.6.13): Export it.
|
|
* gnu/packages/games.scm (supertux): Update to 0.6.1.1.
|
|
* gnu/packages/syncthing.scm (syncthing): Update to 1.4.2.
|
|
* gnu/packages/version-control.scm (tig): Update to 2.5.1.
[arguments]: #:test-target is correct even if all #:tests? can't run.
|
|
* gnu/packages/textutils.scm (dbacl): Update to 1.14.1.
[source]: Add patch to fix build with current glibc.
[arguments]: (Try to) bootstrap only once.
* gnu/packages/patches/dbacl-include-locale.h.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/video.scm (libdca): Update to 0.0.7.
[native-inputs]: Add autoconf, automake, and libtool.
|
|
* gnu/packages/xfce.scm (thunar): Update to 1.8.14.
|
|
* gnu/packages/distributed.scm (boinc-client): Update to 7.16.6.
|
|
* gnu/packages/databases.scm (ephemeralpg): Update to 2.9.
[arguments]: Remove obsolete work-arounds.
[native-inputs]: Add which.
|
|
* gnu/packages/databases.scm (ephemeralpg)[source, home-page]: Use HTTPS.
|
|
* gnu/packages/games.scm (crispy-doom): Update to 5.7.2.
|
|
* gnu/packages/cran.scm (r-powerlaw): Update to 0.70.4.
|
|
* gnu/packages/backup.scm (burp): Update to 2.3.24.
|
|
* gnu/packages/backup.scm (burp)[arguments]: Add a new
‘extend-test-time-outs’ phase.
|
|
* gnu/packages/cpp.scm (libzen): Update to 0.4.38.
[source]: Hard-code NAME.
|
|
* gnu/packages/video.scm (celluloid): Update to 0.19.
|
|
* gnu/packages/haskell-xyz.scm (ghc-regex-tdfa)[home-page]: Update.
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 5.6.
|
|
This fixes a regression introduced in 8b9cad01e9619f53dc5a65892ca6a09ca5de3447
where ovs-vsctl would no longer be available in PATH.
* gnu/tests/networking.scm (run-openvswitch-test): Qualify "ovs-vsctl"
invocation by ungexping the OPENVSWITCH variable instead of assuming it's
available on PATH.
|
|
This fixes a regression introduced in 8e53fe2b91d2776bc1529e7b34967c8f1d9edc32
where 'guix system vm' would no longer be using virtio.
* gnu/system/vm.scm (common-qemu-options): Add "-nic user,model=virtio-net-pci".
|
|
* gnu/packages/finance.scm (fulcrum): New variable.
|
|
[[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-04-05T22:27:27+0200 using RSA]]
* gnu/packages/emacs-xyz.scm (emacs-ace-window) Update to 0.10.0.
From c3dc065f9247c98ba90fbf3ec9c51abb06417269 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sun, 5 Apr 2020 22:15:50 +0200
Subject: [PATCH] gnu: emacs-ace-window: Update to 0.10.0
* gnu/packages/emacs-xyz.scm (emacs-ace-window) Update to 0.10.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-dired-git-info): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-diredfl): New variable.
|
|
* gnu/packages/music.scm (pianobar): Update to 2020.04.05.
|
|
* gnu/tests/install.scm (guided-installation-test): Pass
#:installation-disk-image-file-system-type to 'run-install'.
|
|
* gnu/installer/tests.scm (choose-partitioning): Use 'find' to select
the disk.
|
|
This is a followup to a328f66a9e16d7bae765d8bc088e4a97037e6e2b.
* gnu/system/vm.scm (iso9660-image): Add #:substitutable? and pass it to
'expression->derivation-in-linux-vm'.
(system-disk-image): Pass #:substitutable? to 'iso9660-image'.
|
|
* gnu/packages/patches/sdl-pango-fix-explicit-SDLPango_CopyFTBitmapTo.patch:
Rename to...
* gnu/packages/patches/sdl-pango-header-guard.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/sdl.scm (sdl-pango):
Likewise.
|
|
This ensures we stay below the POSIX tar file name length limit.
* gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch:
Rename to...
* gnu/packages/patches/akonadi-not-relocatable.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kde-pim.scm (akonadi): Likewise.
|
|
This ensures we stay below the POSIX tar file name length limit.
* gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch:
Rename to...
* gnu/packages/patches/binutils-mingw-w64-deterministic.patch: ... this.
* gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch:
Rename to...
* gnu/packages/patches/binutils-mingw-w64-timestamp.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/cross-base.scm (cross-binutils): Likewise.
|
|
According to glibc manual, locale are under the following form:
language[_territory[.codeset]][@modifier]
The esperanto locale "epo" does not have a territory. Modify run-command to
take this into account.
Reported by Alex Sassmannshausen here:
https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00192.html.
* gnu/installer/utils.scm (run-command): Handle locale without territory such
as "epo".
|
|
* gnu/packages/ham-radio.scm (gnuradio)[arguments]: Add 'wrap-glib-or-gtk' and
'wrap-with-GI_TYPELIB_PATH' phases.
|
|
* gnu/packages/cdrom.scm (xorriso)[outputs]: Add gui.
[arguments]: Add custom phase to install gui files to separate output
and wrap the binary.
[inputs]: Add tk.
|
|
* gnu/local.mk (GNU_SYSTEM_MODULES): Add linux.scm.
|
|
* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.12.
[description]: Fix wording.
|
|
* gnu/packages/xfce.scm (xfce)[inputs]: Re-spell ‘tumlber’.
|
|
To match its own documentation & other similar services.
* gnu/services/desktop.scm (gnome-desktop-configuration)[gnome-package]:
Rename to…
[gnome]: …this.
|
|
* gnu/build/vm.scm (make-iso9660-image): Use the ‘--zisofs’ xorriso
filter at the highest compression settings for supported directories.
|
|
* gnu/packages/ssh.scm (libssh): Update to 0.9.4.
|
|
* gnu/packages/python-xyz.scm (python-titlecase)[propagated-inputs]: Rename to ...
[native-inputs]: ... this.
|
|
* gnu/packages/ham-radio.scm (gqrx): New variable.
Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/ham-radio.scm (gnuradio-iqbalance): New variable.
|
|
* gnu/packages/ham-radio.scm (libosmo-dsp): New variable.
|
|
* gnu/packages/ham-radio.scm (gnuradio-osmosdr): New variable.
|
|
* gnu/packages/ham-radio.scm (gnuradio): New variable.
Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
Co-authored-by: Charlie Ritter <chewzerita@posteo.net>
|
|
* gnu/packages/audio.scm (codec2): New variable.
|
|
* gnu/packages/python-xyz.scm (python-click-plugins): New variable.
|
|
* gnu/packages/python-xyz.scm (python-titlecase): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/disk.scm (xfe): New variable.
|