diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-12 21:39:09 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-12 22:23:27 +0100 |
commit | 20eb3b7e747b25f5d2c85167158353cc74e09e41 (patch) | |
tree | e360fdc3ba30f7ee3c9e459c66c159d0550b40b7 /gnu/packages/spice.scm | |
parent | f9ea47a978882541063dd0d77c138be881ce0688 (diff) | |
download | patches-20eb3b7e747b25f5d2c85167158353cc74e09e41.tar patches-20eb3b7e747b25f5d2c85167158353cc74e09e41.tar.gz |
gnu: spice: Fix test failure on armhf-linux.
* gnu/packages/patches/spice-fix-test-armhf.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/spice.scm (spice)[source](patches): New field.
Diffstat (limited to 'gnu/packages/spice.scm')
-rw-r--r-- | gnu/packages/spice.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index edc6135fbd..a57e0151ca 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -197,6 +197,7 @@ which allows users to view a desktop computing environment.") (uri (string-append "https://www.spice-space.org/download/releases/" "spice-server/spice-" version ".tar.bz2")) + (patches (search-patches "spice-fix-test-armhf.patch")) (sha256 (base32 "19r999py9v9c7md2bb8ysj809ag1hh6djl1ik8jcgx065s4b60xj")))) |