diff options
| author | Eric Bavier | 2016-05-18 01:02:02 -0500 |
|---|---|---|
| committer | Eric Bavier | 2016-09-09 00:45:14 -0500 |
| commit | a2319d2c8f4507b48e40e13ab56dbcfae3b2c533 (patch) | |
| tree | 870f3912ae682c959c1bb8902a198b7df2952e01 /gnu/local.mk | |
| parent | 1fa3e33604f859a760c6b7605ff2cd725b609c30 (diff) | |
gnu: Add Swish-e.
* gnu/packages/search.scm (swish-e): New variable.
* gnu/packages/patches/swish-e-search.patch,
gnu/packages/patches/swish-e-format-security.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 45a400985..7d14f8c84 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -797,6 +797,8 @@ dist_patch_DATA = \ %D%/packages/patches/soprano-find-clucene.patch \ %D%/packages/patches/steghide-fixes.patch \ %D%/packages/patches/superlu-dist-scotchmetis.patch \ + %D%/packages/patches/swish-e-search.patch \ + %D%/packages/patches/swish-e-format-security.patch \ %D%/packages/patches/synfig-build-fix.patch \ %D%/packages/patches/t1lib-CVE-2010-2642.patch \ %D%/packages/patches/t1lib-CVE-2011-0764.patch \ |