Age | Commit message (Collapse) | Author |
|
|
|
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.3.
|
|
* gnu/packages/patches/python-pycrypto-time-clock.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-crypto.scm (python-pycrypto)[source](patches): Add it.
|
|
* gnu/packages/python-xyz.scm (python-dnspython): Update to 1.16.0.
|
|
* gnu/packages/python-web.scm (python-flask): Update to 1.1.2.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[native-inputs]: Move
PYTHON ...
[inputs]: ... here.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3): Update to
0.0.0-2.f65f454.
[arguments]: Rewrite phases to use the new BB_PYTHON3_* variables. Add
#:modules and #:imported-modules.
|
|
* gnu/packages/qt.scm (python-pyqtwebengine)[arguments]: Add (guix build
python-build-system) to #:modules. Adjust #:imported-modules accordingly.
Rewrite #:phases to use it instead of rolling their own, or hard-coding.
|
|
* gnu/packages/rpc.scm (grpc-1.16.1)[arguments]: Add phase to rename custom
gettid() function.
|
|
* gnu/packages/python-xyz.scm (python-gevent): Update to 1.5.0.
[arguments]: Split the unbundling and include path adjustments intwo two
phases. Enable previously failing test; disable two others. Use a format
string instead of DISPLAY when writing skipped_tests.txt.
|
|
* gnu/packages/telephony.scm (spandsp)[native-inputs]: Note that the
LIBJPEG-TURBO dependency comes via LIBTIFF.
|
|
* gnu/packages/finance.scm (python-duniterpy): Update to 0.57.0.
|
|
* gnu/packages/games.scm (tennix): New variable.
|
|
* gnu/packages/ham-radio.scm: Rename to 'radio.scm'.
* gnu/packages/sdr.scm: Remove file.
(liquid-dsp): Move to ...
* gnu/packages/radio.scm (liquid-dsp): ... here.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove 'ham-radio.scm' and 'sdr.scm'. Add
'radio.scm'.
|
|
Relevant only ‘[i]f bubblewrap is installed in setuid mode and the
kernel supports unprivileged user namespaces’.
Bubblewrap is not setuid by default on Guix System.
* gnu/packages/virtualization.scm (bubblewrap): Update to 0.4.1.
|
|
* 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/linphone.scm (linphoneqt): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/telephony.scm (spandsp)[native-inputs]: Add libjpeg-turbo.
|
|
* gnu/packages/linphone.scm (liblinphone)[arguments]<#:configure-flags]: Add
-DENABLE_STRICT=NO.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
Previous, things like 'ld-wrapper-boot0' would be memoized with
(mlambda () …). However, the definition of 'ld-wrapper-boot0' depends
on the result of (%boot0-inputs), which is itself a function
of (%current-system). Thus, if one first calls:
(parameterize ((%current-system "x86_64-linux"))
(ld-wrapper-boot0))
then, in all subsequent calls to 'ld-wrapper-boot0', the value
of (%current-system) would be ignored because the result is already
memoized. Concretely, 'ld-wrapper-boot0' would always have the
dependencies it has on x86_64-linux, even though they are different than
those on armhf-linux, say ("bash-mesboot" vs. "bootstrap-binaries").
Fixes <https://bugs.gnu.org/40482>.
Reported by Marius Bakke <mbakke@fastmail.com>.
* gnu/packages/commencement.scm (define/system-dependent): New macro.
(linux-libre-headers-boot0, hurd-core-headers-boot0, ld-wrapper-boot0)
(gcc-boot0-intermediate-wrapped, gcc-boot0-wrapped, ld-wrapper-boot3):
Define using 'define/system-dependent' instead of 'define' + 'mlambda'.
Adjust users so they no longer look like procedure calls.
* tests/guix-build.sh: Add test.
|
|
|
|
* 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/packages/databases.scm (mariadb)[arguments]: When building for
armhf-linux, add phase 'hide-default-gcc'.
[native-inputs]: Distinguish GCC-5.
|
|
* gnu/packages/patches/aegisub-make43.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/video.scm (aegisub)[source](patches): Add it.
|
|
* 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'.
|