aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorJohn Darrington <john@darrington.wattle.id.au>2014-01-15 18:50:10 +0100
committerLudovic Courtès <ludo@gnu.org>2014-01-15 21:27:41 +0100
commite7d6f7bfa05a56f2dd1473715f9fea1b5030d529 (patch)
treea8877b469134d4ab008b96d4e290cc7e7f627ae8 /gnu/packages/patches
parent2a5e15c6e1c2ea0847e720df92df9570087673cf (diff)
downloadguix-e7d6f7bfa05a56f2dd1473715f9fea1b5030d529.tar.gz
guix-e7d6f7bfa05a56f2dd1473715f9fea1b5030d529.zip
gnu: pspp: Upgrade to 0.8.2
* gnu/packages/maths.scm (pspp): Update to 0.8.2. * gnu/packages/patches/pspp-tests.patch: Deleted. * gnu-system.am: Removed pspp-tests.patch from the manifest. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/pspp-tests.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/patches/pspp-tests.patch b/gnu/packages/patches/pspp-tests.patch
deleted file mode 100644
index 3e61b68804..0000000000
--- a/gnu/packages/patches/pspp-tests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/tests/output/render-test.c b/tests/output/render-test.c
-index 5f4c1da..e9df96c 100644
---- a/tests/output/render-test.c
-+++ b/tests/output/render-test.c
-@@ -142,7 +142,7 @@ configure_drivers (int width, int length)
- string_map_insert (&options, "left-margin", "0");
- string_map_insert (&options, "right-margin", "0");
- string_map_insert_nocopy (&options, xstrdup ("paper-size"),
-- xasprintf ("%dx%dpt", width * 5, length * 8));
-+ xasprintf ("%dx%dpt", width * 5, length * 16));
- driver = output_driver_create (&options);
- if (driver == NULL)
- exit (EXIT_FAILURE);