diff options
author | Andreas Enge <andreas@enge.fr> | 2013-11-17 18:30:50 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-11-18 21:12:27 +0100 |
commit | f39298004162b94447a301d582e3f73892c99953 (patch) | |
tree | d1bc93e8b5cb0ddb326c07ebca1b0d7748079a7f /gnu-system.am | |
parent | c42a4b76c400fd8cf30e145061637c70a2b12a02 (diff) | |
download | guix-f39298004162b94447a301d582e3f73892c99953.tar guix-f39298004162b94447a301d582e3f73892c99953.tar.gz |
gnu: pspp: Add input cairo.
* gnu/packages/maths.scm (pspp): Add cairo and further necessary inputs.
* gnu/packages/patches/pspp-tests.patch: New file, thanks to
John Darrington <john@darrington.wattle.id.au>.
* gnu-system.am (dist_patch_DATA): Register patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 20d3e67662..3b300ffaf1 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -255,6 +255,7 @@ dist_patch_DATA = \ gnu/packages/patches/perl-no-sys-dirs.patch \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/procps-make-3.82.patch \ + gnu/packages/patches/pspp-tests.patch \ gnu/packages/patches/pulseaudio-test-timeouts.patch \ gnu/packages/patches/python-fix-dbm.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ |