diff options
author | Fis Trivial <ybbs.daans@hotmail.com> | 2018-01-21 19:32:56 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-23 10:43:37 +0100 |
commit | 457fc22dd3c406d77375eccbd889b15eddb50fba (patch) | |
tree | e3114a4c0b9901c272154831d295eaf175b2a1d3 /gnu/local.mk | |
parent | a893dc2f484f89d9f0ba21d44bdac3b792872781 (diff) | |
download | patches-457fc22dd3c406d77375eccbd889b15eddb50fba.tar patches-457fc22dd3c406d77375eccbd889b15eddb50fba.tar.gz |
gnu: rtags: Fix the bundling issue.
* gnu/packages/patches/rtags-separate-rct.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/code.scm (rtags): Dependencies no longer bundled.
[source]: Use tarball release. Use the patch to link rct.
Substitute corresponding headers.
[native-inputs]: Add new dependencies.
[inputs]: Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 65369bc609..7c2cffa511 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1067,6 +1067,7 @@ dist_patch_DATA = \ %D%/packages/patches/rsync-CVE-2017-17433-fix-tests.patch \ %D%/packages/patches/rsync-CVE-2017-17434-pt1.patch \ %D%/packages/patches/rsync-CVE-2017-17434-pt2.patch \ + %D%/packages/patches/rtags-separate-rct.patch \ %D%/packages/patches/ruby-concurrent-ignore-broken-test.patch \ %D%/packages/patches/ruby-concurrent-test-arm.patch \ %D%/packages/patches/ruby-rack-ignore-failing-test.patch \ |