diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-10-17 10:30:25 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-10-17 10:30:25 +0800 |
commit | 5f37e56ba41edb1bd47b7b1663aea07078f943d2 (patch) | |
tree | 70ad16abcba63c1fd2173490ced052849aee8c7a /gnu-system.am | |
parent | f43c0e9c44911b1f4b0787fd8da723b32daba43c (diff) | |
download | guix-5f37e56ba41edb1bd47b7b1663aea07078f943d2.tar guix-5f37e56ba41edb1bd47b7b1663aea07078f943d2.tar.gz |
gnu: librsvg: Fix tests.
GLib doesn't allow duplicate test case paths any more.
* gnu/packages/patches/librsvg-tests.patch: New file.
* gnu/packages/gnome.scm (librsvg)[source]: Add patch.
* gnu-system.am (dist_patch_DATA): Add it.
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 ee3c686bb3..36c94d602b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -527,6 +527,7 @@ dist_patch_DATA = \ gnu/packages/patches/libmad-armv7-thumb-pt2.patch \ gnu/packages/patches/libmad-frame-length.patch \ gnu/packages/patches/libmad-mips-newgcc.patch \ + gnu/packages/patches/librsvg-tests.patch \ gnu/packages/patches/libtheora-config-guess.patch \ gnu/packages/patches/libtool-skip-tests2.patch \ gnu/packages/patches/libssh-CVE-2014-0017.patch \ |