Age | Commit message (Expand) | Author |
2020-04-11 | Merge branch 'master' into core-updates | Marius Bakke |
2020-04-10 | gnu: boinc-client: Update to 7.16.6....* gnu/packages/distributed.scm (boinc-client): Update to 7.16.6.
| Tobias Geerinckx-Rice |
2020-04-10 | gnu: ephemeralpg: Update to 2.9....* gnu/packages/databases.scm (ephemeralpg): Update to 2.9.
[arguments]: Remove obsolete work-arounds.
[native-inputs]: Add which.
| Tobias Geerinckx-Rice |
2020-04-10 | gnu: ephemeralpg: Use HTTPS home page....* gnu/packages/databases.scm (ephemeralpg)[source, home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-04-10 | gnu: crispy-doom: Update to 5.7.2....* gnu/packages/games.scm (crispy-doom): Update to 5.7.2.
| Tobias Geerinckx-Rice |
2020-04-10 | gnu: r-powerlaw: Update to 0.70.4....* gnu/packages/cran.scm (r-powerlaw): Update to 0.70.4.
| Tobias Geerinckx-Rice |
2020-04-10 | gnu: burp: Update to 2.3.24....* gnu/packages/backup.scm (burp): Update to 2.3.24.
| Tobias Geerinckx-Rice |
2020-04-10 | gnu: burp: Extend test time-outs....* gnu/packages/backup.scm (burp)[arguments]: Add a new
‘extend-test-time-outs’ phase.
| Tobias Geerinckx-Rice |
2020-04-10 | gnu: libzen: Update to 0.4.38....* gnu/packages/cpp.scm (libzen): Update to 0.4.38.
[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2020-04-10 | gnu: celluloid: Update to 0.19....* gnu/packages/video.scm (celluloid): Update to 0.19.
| Tobias Geerinckx-Rice |
2020-04-10 | gnu: ghc-regex-tdfa: Update home page....* gnu/packages/haskell-xyz.scm (ghc-regex-tdfa)[home-page]: Update.
| Tobias Geerinckx-Rice |
2020-04-10 | gnu: btrfs-progs: Update to 5.6....* gnu/packages/linux.scm (btrfs-progs): Update to 5.6.
| Tobias Geerinckx-Rice |
2020-04-10 | tests: openvswitch: Use the absolute file name of ovs-vsctl....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.
| Marius Bakke |
2020-04-10 | vm: Use virtio network driver....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".
| Marius Bakke |
2020-04-10 | gnu: Add fulcrum....* gnu/packages/finance.scm (fulcrum): New variable.
| TomZ |
2020-04-10 | gnu: emacs-ace-window: Update to 0.10.0...[[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.
| Michael Rohleder |
2020-04-10 | gnu: Add emacs-dired-git-info....* gnu/packages/emacs-xyz.scm (emacs-dired-git-info): New variable.
| John Soo |
2020-04-10 | gnu: Add emacs-diredfl....* gnu/packages/emacs-xyz.scm (emacs-diredfl): New variable.
| John Soo |
2020-04-10 | gnu: pianobar: Update to 2020.04.05....* gnu/packages/music.scm (pianobar): Update to 2020.04.05.
| Lars-Dominik Braun |
2020-04-10 | gnu: mariadb: Fix build on armhf-linux....* gnu/packages/databases.scm (mariadb)[arguments]: When building for
armhf-linux, add phase 'hide-default-gcc'.
[native-inputs]: Distinguish GCC-5.
| Marius Bakke |
2020-04-10 | gnu: aegisub: Fix build with Make 4.3....* 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.
| Marius Bakke |
2020-04-10 | tests: Run guided installation tests from an ISO image....* gnu/tests/install.scm (guided-installation-test): Pass
#:installation-disk-image-file-system-type to 'run-install'.
| Ludovic Courtès |
2020-04-10 | installer: tests: Don't install to a CD/DVD....* gnu/installer/tests.scm (choose-partitioning): Use 'find' to select
the disk.
| Ludovic Courtès |
2020-04-10 | vm: 'system-disk-image' honors #:substitutable? for ISO9660 images....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'.
| Ludovic Courtès |
2020-04-10 | gnu: sdl-pango: Shorten file name of patch....* 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.
| Ludovic Courtès |
2020-04-10 | gnu: akonadi: Shorten file name of patch....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.
| Ludovic Courtès |
2020-04-10 | gnu: binutils: Shorten file names of MinGW patches....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.
| Ludovic Courtès |
2020-04-10 | gnu: spice-gtk: Add an absolute reference for libjpeg in the .la files....* gnu/packages/spice.scm (spice-gtk)[arguments]: Add phase 'patch-la-files.
| Marius Bakke |
2020-04-10 | gnu: installer: Fix issue with "Esperanto" locale....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".
| Mathieu Othacehe |
2020-04-10 | gnu: gnuradio: Fix gnuradio-companion GUI not showing....* gnu/packages/ham-radio.scm (gnuradio)[arguments]: Add 'wrap-glib-or-gtk' and
'wrap-with-GI_TYPELIB_PATH' phases.
| Guillaume Le Vaillant |
2020-04-10 | gnu: xorriso: Build gui frontend....* 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.
| Efraim Flashner |
2020-04-09 | Add missing services/linux.scm to gnu/local.mk....* gnu/local.mk (GNU_SYSTEM_MODULES): Add linux.scm.
| Vagrant Cascadian |
2020-04-10 | gnu: emacs-orgalist: Update to 1.12....* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.12.
[description]: Fix wording.
| Nicolas Goaziou |
2020-04-10 | gnu: xfce: Fix typo....* gnu/packages/xfce.scm (xfce)[inputs]: Re-spell ‘tumlber’.
| Tobias Geerinckx-Rice |
2020-04-10 | services: gnome: Fix ‘gnome’ field name....To match its own documentation & other similar services.
* gnu/services/desktop.scm (gnome-desktop-configuration)[gnome-package]:
Rename to…
[gnome]: …this.
| Tobias Geerinckx-Rice |
2020-04-10 | vm: Transparently compress iso9660 images....* gnu/build/vm.scm (make-iso9660-image): Use the ‘--zisofs’ xorriso
filter at the highest compression settings for supported directories.
| Tobias Geerinckx-Rice |
2020-04-09 | gnu: libssh: Update to 0.9.4 [fixes CVE-2020-1730]....* gnu/packages/ssh.scm (libssh): Update to 0.9.4.
| Leo Famulari |
2020-04-09 | gnu: python-titlecase: Nose is a native input....* gnu/packages/python-xyz.scm (python-titlecase)[propagated-inputs]: Rename to ...
[native-inputs]: ... this.
| Marius Bakke |
2020-04-09 | gnu: Add gqrx....* gnu/packages/ham-radio.scm (gqrx): New variable.
Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
| Guillaume Le Vaillant |
2020-04-09 | gnu: Add gnuradio-iqbalance....* gnu/packages/ham-radio.scm (gnuradio-iqbalance): New variable.
| Guillaume Le Vaillant |
2020-04-09 | gnu: Add libosmo-dsp....* gnu/packages/ham-radio.scm (libosmo-dsp): New variable.
| Guillaume Le Vaillant |
2020-04-09 | gnu: Add gnuradio-osmosdr....* gnu/packages/ham-radio.scm (gnuradio-osmosdr): New variable.
| Guillaume Le Vaillant |
2020-04-09 | gnu: Add gnuradio....* gnu/packages/ham-radio.scm (gnuradio): New variable.
Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
Co-authored-by: Charlie Ritter <chewzerita@posteo.net>
| Guillaume Le Vaillant |
2020-04-09 | gnu: Add codec2....* gnu/packages/audio.scm (codec2): New variable.
| Guillaume Le Vaillant |
2020-04-09 | gnu: Add python-click-plugins....* gnu/packages/python-xyz.scm (python-click-plugins): New variable.
| Guillaume Le Vaillant |
2020-04-10 | gnu: Add python-titlecase....* gnu/packages/python-xyz.scm (python-titlecase): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Christopher Lemmer Webber |
2020-04-09 | gnu: Add xfe....* gnu/packages/disk.scm (xfe): New variable.
| Raghav Gururajan |
2020-04-09 | gnu: Add fox....* gnu/packages/graphics.scm (fox): New variable.
| Raghav Gururajan |
2020-04-09 | gnu: nano: Update to 4.9.2....* gnu/packages/nano.scm (nano): Update to 4.9.2.
| Efraim Flashner |
2020-04-09 | gnu: Remove python2-scikit-image....Some of the packages that this depends upon no longer supports Python 2.
* gnu/packages/python-science.scm (python2-scikit-image): Remove variable.
| Marius Bakke |