summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * gnu: libffi: Fix building on powerpc.•••* gnu/packages/libffi.scm (libffi)[inputs]: New field. [arguments]: Add 'apply-patch' phase when targeting PowerPC. * gnu/packages/patches/libffi-3.3-powerpc-fixes.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Efraim Flashner2020-11-073-3/+160
| * tests: mpd: Remove race condition; use default MPD configuration.•••* gnu/tests/audio.scm (%mpd-os): Use the default 'mpd-configuration'. (run-mpd-test)[test]("mpd listening"): New test. ("mpc connect"): Use 'system*' and 'test-equal'. Ludovic Courtès2020-11-061-5/+8
| * services: mpd: Fix daemon startup.•••Until now it would wait for a PID file that'd never come. * gnu/services/audio.scm (mpd-shepherd-service): Add 'requirement'. Remove #:pid-file from 'start'. (mpd-service-activation): Create the ".mpd" directory since that's what the daemon expects. Ludovic Courtès2020-11-061-2/+2
| * services: mpd: Always create the "mpd" user account.•••* gnu/services/audio.scm (%mpd-accounts): New variable. (mpd-service-type)[extensions]: Add ACCOUNT-SERVICE-TYPE extension. Ludovic Courtès2020-11-061-0/+21
| * ui: Add missing format argument in 'warn-about-load-error'.•••* guix/ui.scm (warn-about-load-error): Add missing argument to 'warning'. Ludovic Courtès2020-11-061-0/+1
| * tests: Test "guix system search .".•••This is a followup to 0c5d0c57d370b34f3ba677838deaa8baf7bca58a. * tests/guix-system.sh: Run "guix system search .". Ludovic Courtès2020-11-061-0/+3
| * tests: docker-system: Increase VM memory.•••The test was failing with ENOSPC. * gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'memory-size'. (%test-docker-system): Change 'locale-libcs' for the OS passed to 'system-docker-image'. Ludovic Courtès2020-11-061-3/+8
| * services: mpd: Do not eagerly look for a user.•••Running 'guix system search mpd' would throw a backtrace because the mpd-shepherd-service service start Gexp contained an unquoted call to 'getpwnam', which would look for a missing 'mpd' user and fail. * gnu/services/audio.scm (mpd-shepherd-service): gexp-unquote only the relevant variable rather than the whole expression. Maxim Cournoyer2020-11-061-4/+4
| * Update NEWS.Ludovic Courtès2020-11-051-0/+78
* | gnu: sbcl-cffi-libffi: Fix building on ARM hardware.•••* gnu/packages/lisp-xyz.scm (sbcl-cffi-libffi-bootstrap)[arguments]: Add phase to adapt code to changes in libffi. Efraim Flashner2020-11-111-1/+7
* | gnu: sbcl-cffi-grovel: End all phases with #t.•••* gnu/packages/lisp-xyz.scm (sbcl-cffi-grovel)[arguments]: End custom 'install-headers phase with #t. Efraim Flashner2020-11-111-1/+2
* | gnu: python-matplotlib: Remove unused input.•••* gnu/packages/python-xyz.scm (python-matplotlib)[inputs]: Remove IMAGEMAGICK. Marius Bakke2020-11-111-2/+0
* | gnu: i3lock-fancy: Fix defunct substitution.•••* gnu/packages/wm.scm (i3lock-fancy)[arguments]: Fix faulty regular expression. Marius Bakke2020-11-111-1/+1
* | gnu: i3lock-fancy: Inputs are not native.•••* gnu/packages/wm.scm (i3lock-fancy)[native-inputs]: Move everything ... [inputs]: ... here. Marius Bakke2020-11-111-1/+1
* | gnu: a2ps: Remove unused input.•••* gnu/packages/pretty-print.scm (a2ps)[inputs]: Remove IMAGEMAGICK. Marius Bakke2020-11-111-3/+1
* | gnu: fbida: Remove unused input.•••* gnu/packages/pdf.scm (fbida)[inputs]: Remove IMAGEMAGICK. Marius Bakke2020-11-111-2/+0
* | gnu: caja-extensions: Remove unused input.•••* gnu/packages/mate.scm (caja-extensions)[inputs]: Remove IMAGEMAGICK. Marius Bakke2020-11-111-1/+0
* | gnu: mgba: Remove unused input.•••* gnu/packages/emulators.scm (mgba)[inputs]: Remove IMAGEMAGICK. Marius Bakke2020-11-111-2/+0
* | gnu: networking.scm: Remove unused module import.•••* gnu/packages/networking.scm: Don't import (gnu packages version-control). Marius Bakke2020-11-111-1/+0
* | gnu: emacs.scm: Remove unused module import.•••* gnu/packages/emacs.scm: Don't import (gnu packages imagemagick). Marius Bakke2020-11-111-1/+0
* | gnu: python-libtmux: Update to 0.8.5.•••* gnu/packages/tmux.scm (python-libtmux): Update to 0.8.5. [arguments]: Set LANG to make the test suite pass. Tobias Geerinckx-Rice2020-11-111-2/+4
* | gnu: evisum: Update to 0.5.7.•••* gnu/packages/enlightenment.scm (evisum): Update to 0.5.7. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: xfce4-screensaver: Update to 0.1.11.•••* gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.11. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: xfce4-weather-plugin: Update to 0.10.2.•••* gnu/packages/xfce.scm (xfce4-weather-plugin): Update to 0.10.2. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: linux-libre 4.4: Update to 4.4.243.•••* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.243. (linux-libre-4.4-pristine-source): Update hash. Leo Famulari2020-11-111-2/+2
* | gnu: linux-libre 4.9: Update to 4.9.243.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.243. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari2020-11-111-2/+2
* | gnu: linux-libre 4.14: Update to 4.14.206.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.206. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari2020-11-111-2/+2
* | gnu: linux-libre 4.19: Update to 4.19.157.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.157. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari2020-11-111-2/+2
* | gnu: linux-libre 5.4: Update to 5.4.77.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.77. (deblob-scripts-5.4, linux-libre-5.4-pristine-source): Update hashes. Leo Famulari2020-11-111-3/+3
* | gnu: linux-libre: Update to 5.9.8.•••* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.8. (deblob-scripts-5.9, linux-libre-5.9-pristine-source): Update hashes. Leo Famulari2020-11-111-3/+3
* | gnu: eid-mw: Don't try to bootstrap twice.•••* gnu/packages/security-token.scm (eid-mw)[arguments]: Replace the build system's ‘bootstrap’ phase instead of creating another one. Tobias Geerinckx-Rice2020-11-111-1/+1
* | gnu: eid-mw: Update to 5.0.8.•••* gnu/packages/security-token.scm (eid-mw): Update to 5.0.8. [arguments]: Add a ‘remove-failing-test’ phase. [inputs]: Add autoconf-archive and libassuan. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Raphaël Mélotte2020-11-111-3/+16
* | gnu: eid-mw: Build reproducibly.•••* gnu/packages/security-token.scm (eid-mw)[arguments]: Add a "make-reproducible" phase to set build date to the epoch. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Raphaël Mélotte2020-11-111-1/+7
* | gnu: python-aiosmtpd: Update to 1.2.2.•••* gnu/packages/mail.scm (python-aiosmtpd): Update to 1.2.2. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: chatty: Update to 0.1.17.•••* gnu/packages/messaging.scm (chatty): Update to 0.1.17. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: perl-list-moreutils-xs: Update to 0.430.•••* gnu/packages/perl.scm (perl-list-moreutils-xs): Update to 0.430. Tobias Geerinckx-Rice2020-11-111-3/+2
* | gnu: perl-list-moreutils: Update to 0.430.•••* gnu/packages/perl.scm (perl-list-moreutils): Update to 0.430. Tobias Geerinckx-Rice2020-11-111-3/+2
* | gnu: perl-libintl-perl: Update to 1.32.•••* gnu/packages/perl.scm (perl-libintl-perl): Update to 1.32. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: perl-text-format: Update to 0.62.•••* gnu/packages/perl.scm (perl-text-format): Update to 0.62. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: perl-moox-handlesvia: Update to 0.001009.•••* gnu/packages/perl.scm (perl-moox-handlesvia): Update to 0.001009. Tobias Geerinckx-Rice2020-11-111-4/+3
* | gnu: perl-moox-file-configdir: Update to 0.008.•••* gnu/packages/perl.scm (perl-moox-file-configdir): Update to 0.008. Tobias Geerinckx-Rice2020-11-111-3/+2
* | gnu: perl-clone-pp: Update to 1.08.•••* gnu/packages/perl.scm (perl-clone-pp): Update to 1.08. Tobias Geerinckx-Rice2020-11-111-3/+2
* | gnu: perl-class-c3: Update to 0.35.•••* gnu/packages/perl.scm (perl-class-c3): Update to 0.35. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: perl-algorithm-c3: Update to 0.11.•••* gnu/packages/perl.scm (perl-algorithm-c3): Update to 0.11. Tobias Geerinckx-Rice2020-11-111-3/+2
* | gnu: mpd: Update to 0.22.3.•••* gnu/packages/mpd.scm (mpd): Update to 0.22.3. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: setzer: Update to 0.3.6.•••* gnu/packages/gnome.scm (setzer): Update to 0.3.6. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: tome4: Prepare for cross-compilation.•••* gnu/packages/games.scm (tome4)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice2020-11-111-1/+3
* | gnu: tome4: Update to 1.7.2.•••* gnu/packages/games.scm (tome4): Update to 1.7.2. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: acpica: Update to 20200925.•••* gnu/packages/admin.scm (acpica): Update to 20200925. Tobias Geerinckx-Rice2020-11-111-2/+2
* | gnu: telepathy-idle: Update to 0.2.2.•••* gnu/packages/freedesktop.scm (telepathy-idle): Update to 0.2.2. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, and libootl. Tobias Geerinckx-Rice2020-11-111-9/+14