diff options
author | Eric Bavier <bavier@member.fsf.org> | 2014-07-02 13:52:12 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2014-07-02 13:52:12 -0500 |
commit | f1fc45a9fd168f3b44f03112815bda83d2c6f3ed (patch) | |
tree | 801094ec20ed0f60b4dbef46c9a9130fe1aa9a72 /gnu/packages/gnome.scm | |
parent | 5becd025107c4af728cfdaef6ddc6b473138e96f (diff) | |
download | guix-f1fc45a9fd168f3b44f03112815bda83d2c6f3ed.tar guix-f1fc45a9fd168f3b44f03112815bda83d2c6f3ed.tar.gz |
gnu: libbonobo: Skip failing test case.
* gnu/packages/patches/libbonobo-activation-test-race.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (libbonobo)[source]: New 'patches' field.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cee0c3476d..1f267c5d01 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -699,7 +699,8 @@ featuring mature C, C++ and Python bindings.") ".") "/" name "-" version ".tar.bz2")) (sha256 - (base32 "0swp4kk6x7hy1rvd1f9jba31lvfc6qvafkvbpg9h0r34fzrd8q4i")))) + (base32 "0swp4kk6x7hy1rvd1f9jba31lvfc6qvafkvbpg9h0r34fzrd8q4i")) + (patches (list (search-patch "libbonobo-activation-test-race.patch"))))) (build-system gnu-build-system) (arguments ;; The programmer kindly gives us a hook to turn off deprecation warnings ... |