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/packages/gnome.scm | |
parent | f43c0e9c44911b1f4b0787fd8da723b32daba43c (diff) | |
download | 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/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fb7fa793ec..5811299d35 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -829,7 +829,9 @@ dealing with different structured file formats.") name "-" version ".tar.xz")) (sha256 (base32 - "00ifd9wjjjsw0ybk5j6qs4yyh66jj34hjmggy6dhrgfy8ksw06k1")))) + "00ifd9wjjjsw0ybk5j6qs4yyh66jj34hjmggy6dhrgfy8ksw06k1")) + (patches + (list (search-patch "librsvg-tests.patch"))))) (build-system gnu-build-system) (arguments `(#:phases |