summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
2020-04-20gnu: java-fest-test: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-fest-test)[source]: Download using git-fetch.
2020-04-20gnu: java-fest-util: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-fest-util)[source]: Download using git-fetch.
2020-04-20gnu: graphene: Update to 1.10.0.Efraim Flashner
* gnu/packages/gtk.scm (graphene): Update to 1.10.0. [build-system]: Switch to meson-build-system. [arguments]: Update configure-flags to not install tests. [inputs]: Remove python2. Move gobject-introspection ... [native-inputs]: ... to here. Remove autoconf, automake, libtool, which.
2020-04-20gnu: sparql-query: Sort inputs alphabetically.Efraim Flashner
* gnu/packages/databases.scm (sparql-query)[inputs]: Sort alphabetically.
2020-04-20gnu: sparql-query: Don't use unstable tarball.Efraim Flashner
* gnu/packages/databases.scm (sparql-query)[source]: Download using git-fetch.
2020-04-19gnu: mu: Update to 1.4.Pierre Langlois
* gnu/packages/mail.scm (mu): Update to 1.4. [arguments]: Remove 'fix-date-tests phase. Add 'patch-bin-sh-in-tests phase. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-04-19services: Add 'simulated-wifi-service-type'.Ludovic Courtès
* gnu/services/networking.scm (simulated-wifi-shepherd-services): New procedure. (simulated-wifi-service-type): New variable. * doc/guix.texi (Networking Services): Document it.
2020-04-19services: Add 'hostapd-service-type'.Ludovic Courtès
* gnu/services/networking.scm (<hostapd-configuration>): New record type. (hostapd-configuration-file, hostapd-shepherd-services): New procedures. (hostapd-service-type): New variable. * doc/guix.texi (Networking Services): Document it.
2020-04-19gnu: php: Update to 7.4.5.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.4.5.
2020-04-19Revert "gnu: libxfce4util: Update to 4.15.0."Danny Milosavljevic
This reverts commit c0bff513a41a12b446565f3c0de06343acbb6e23.
2020-04-19gnu: emacs-org-superstar: Update to 1.2.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.2.1.
2020-04-19gnu: Add notification-daemon.Raghav Gururajan
* gnu/packages/gnome.scm (notification-daemon): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-19gnu: Add trezord-udev-rules.Martin Becze
* gnu/packages/finance.scm (trezord-udev-rules): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-19installer: connman: Fix Wifi connection.Mathieu Othacehe
Issue reported by SergioBG here: https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00432.html. Due to default buffering mode, the installer was reading from the pipe without having actually written a command before. * gnu/installer/connman.scm (connman-connect-with-auth): Set pipe buffering mode to 'line.
2020-04-19services: sddm: Have sddm provision xorg-server.Efraim Flashner
* gnu/services/sddm.scm (sddm-shepherd-service)[shepherd-service]: Have sddm provision 'xorg-server like the other display managers.
2020-04-18gnu: python-cython: Update to 0.29.16.Efraim Flashner
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.16.
2020-04-18gnu: qrcodegen-cpp: Update to 1.6.0.Efraim Flashner
* gnu/packages/aidc.scm (qrcodegen-cpp): Update to 1.6.0.
2020-04-18gnu: vim-asyncrun: Update to 2.7.5.Efraim Flashner
* gnu/packages/vim.scm (vim-asyncrun): Update to 2.7.5.
2020-04-18gnu: libavif: Update to 0.7.1.Leo Famulari
* gnu/packages/image.scm (libavif): Update to 0.7.1. [arguments]: Run the test suite.
2020-04-18gnu: Add node-semver.Giacomo Leidi
* gnu/packages/node-xyz.scm (node-semver): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-04-18gnu: chess: Update to 6.2.6.Efraim Flashner
* gnu/packages/games.scm (chess): Update to 6.2.6.
2020-04-18gnu: chess: Set upstream name and ftp-directory.Efraim Flashner
* gnu/packages/games.scm (chess)[properties]: New field. Add upstream-name and ftp-directory.
2020-04-18installer: Fix backtrace display.Mathieu Othacehe
The 'syslog' macro cannot be resolved in the pre-unwind-handler context. Failed to resolve 'syslog' in this context resulted in the swallowing of all installation errors. Fixes 5c04b00cf463a543b8ffc9eb55991f6b4cc145dd. * gnu/installer.scm (installer-program): Use (gnu installer utils) module.
2020-04-17gnu: Use the test-only time zone database where appropriate.Leo Famulari
* gnu/packages/backup.scm (duplicity)[inputs]: Remove tzdata. [native-inputs]: Add tzdata-for-tests. * gnu/packages/finance.scm (ledger): Likewise. * gnu/packages/compression.scm (lhasa)[native-inputs]: Use tzdata-for-tests. * gnu/packages/cran.scm (r-rstan)[native-inputs]: Likewise. * gnu/packages/databases.scm (mongodb)[native-inputs]: Likewise. * gnu/packages/kde-frameworks.scm (kdelibs4support)[native-inputs]: Likewise.
2020-04-17gnu: trezord: Update to 2.0.29.Martin Becze
* gnu/packages/finance.scm (trezord): Update to 2.0.29. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17gnu: fulcrum: Update to 1.1.0TomZ
* gnu/packages/finance.scm (fulcrum): Update to 1.1.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17services: account: Have 'user-processes' depend on 'user-homes'.Ludovic Courtès
Until now, 'user-homes' happened to start right after 'user-processes' and before services that depend on a home directory but the dependency was not explicit. This addresses it. * gnu/system/shadow.scm (account-service-type): Extend USER-PROCESSES-SERVICE-TYPE.
2020-04-17services: Move 'user-processes' to (gnu services shepherd).Ludovic Courtès
* gnu/services/base.scm (%do-not-kill-file) (user-processes-shepherd-service, user-processes-service-type): Move to... * gnu/services/shepherd.scm: ... here.
2020-04-17gnu: linux-libre: Update to 5.4.33.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.33. (linux-libre-5.4-pristine-source): Update hash.
2020-04-17gnu: linux-libre@5.6: Update to 5.6.5.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.5. (linux-libre-5.6-pristine-source): Update hash.
2020-04-17gnu: linux-libre@4.19: Update to 4.19.116.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.116. (linux-libre-4.19-pristine-source): Update hash.
2020-04-17gnu: ungoogled-chromium: Update to 81.0.4044.113-0.b484ad4 [fixes ↵Marius Bakke
CVE-2020-6457]. * gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.113. (%chromium-origin): Update hash.
2020-04-17gnu: python-pygenometracks: Update to 3.3.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-pygenometracks): Update to 3.3. [arguments]: Add phase "relax-requirements"; disable tests. [propagated-inputs]: Remove python-configparser and python-hicexplorer; add python-gffutils, python-pysam, and python-tqdm.
2020-04-17gnu: Add python-hicmatrix.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-hicmatrix): New variable.
2020-04-17gnu: python-cooler: Update to 0.8.7.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-cooler): Update to 0.8.7. [propagated-inputs]: Add python-asciitree, python-numpy, python-pyyaml, and python-simplejson. [native-inputs]: Remove python-nose, python-numpydoc, and python-sphinx; add python-pytest.
2020-04-17gnu: python-pybigwig: Update to 0.3.17.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-pybigwig): Update to 0.3.17.
2020-04-17gnu: python-tables: Update to 3.6.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-tables): Update to 3.6.1. [arguments]: Adjust use-gcc phase.
2020-04-17gnu: python-podcastparser: Run tests.Pierre Langlois
* gnu/packages/gpodder.scm (python-podcastparser)[native-inputs]: Add python-coverage. [arguments]: Replace 'check phase and invoke "nosetests". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17gnu: gpodder: Run tests.Pierre Langlois
* gnu/packages/gpodder.scm (gpodder)[native-inputs]: Add python-coverage and python-minimock. [arguments]: Replace the 'check phase and invoke "make unittest". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17gnu: gpodder: Update to 3.10.15.Pierre Langlois
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.15. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17gnu: dovecot: Add libunwind input for arm.Pierre Langlois
* gnu/packages/mail.scm (dovecot)[inputs]: Add libunwind when targetting arm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17gnu: khard: Move propagated-inputs to inputs.Efraim Flashner
As a package one would install we can rely on wrapping the package and not propagating inputs to make it work correctly. * gnu/packages/mail.scm (khard)[propagated-inputs]: Move all python packages ... [inputs]: ... to here.
2020-04-17gnu: khal: Move propagated inputs to inputs.Efraim Flashner
As a package one would install we can rely on wrapping the package and not propagating inputs to make it work correctly. * gnu/packages/calendar.scm (khal)[propagated-inputs]: Move all python packages... [inputs]: ... to here.
2020-04-17gnu: khal: Fix build with python-urwid-2.1.0.Efraim Flashner
* gnu/packages/calendar.scm (khal)[source]: Download upstream patch to fix compatibility with newer python-urwid.
2020-04-17gnu: diffoscope.scm: Add missing import.Christopher Baines
This follows on from 2d9886f7e8838d6aeb0cfb20a2a49fc7d8fb233c. * gnu/packages/diffoscope.scm: Import (gnu packages maths).
2020-04-16gnu: diffoscope: Update to 141.Vagrant Cascadian
* gnu/packages/diffoscope (diffoscope): Update to 141. [arguments]: Add phase add-known-tools. [native-inputs]: Add hdf5.
2020-04-16gnu: disorderfs: Update to 0.5.9.Vagrant Cascadian
* gnu/packages/file-systems (disorderfs): Update to 0.5.9.
2020-04-17gnu: python-jedi: Fix test failure on some file systems.Marius Bakke
Reported by sirgazil on #guix. * gnu/packages/patches/python-jedi-sort-project-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-jedi)[source](patches): Add it. [arguments]: Run tests more verbosely while at it.
2020-04-16gnu: xournalpp: Remove outdated comments.Nicolas Goaziou
* gnu/packages/pdf.scm (xournalpp): Remove outdated comments. This is a followup to 9cb2f28c5a737576ec28099d69aa35ff687e7778.
2020-04-16gnu: wireshark: Update to 3.2.3.Nicolas Goaziou
* gnu/packages/networking.scm (wireshark): Update to 3.2.3.