diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-03-30 23:36:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-03-30 23:40:20 +0200 |
commit | 402b03e620fc14eda06b4c80121ecbf627c0740d (patch) | |
tree | 8cfc14be34e2c92c67a050a3995fdc3904e380e5 /gnu/local.mk | |
parent | aef81a81b868c6018f907f5855fc0d5fc04e4949 (diff) | |
download | gnu-guix-402b03e620fc14eda06b4c80121ecbf627c0740d.tar gnu-guix-402b03e620fc14eda06b4c80121ecbf627c0740d.tar.gz |
gnu: ruby-concurrent: Work around test failure on ARM.
* gnu/packages/patches/ruby-concurrent-test-arm.patch: New file.
* gnu/packages/ruby.scm (ruby-concurrent)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 69e4b99609..be47e74677 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -913,6 +913,7 @@ dist_patch_DATA = \ %D%/packages/patches/rpm-CVE-2014-8118.patch \ %D%/packages/patches/rsem-makefile.patch \ %D%/packages/patches/ruby-concurrent-ignore-broken-test.patch \ + %D%/packages/patches/ruby-concurrent-test-arm.patch \ %D%/packages/patches/ruby-puma-ignore-broken-test.patch \ %D%/packages/patches/ruby-rack-ignore-failing-test.patch \ %D%/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch\ |