diff options
author | Roel Janssen <roel@gnu.org> | 2018-03-29 14:58:15 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-03-30 10:48:01 -0400 |
commit | fdc306879b388b08be63ead6209473c184daa1e0 (patch) | |
tree | a7e7e2e8f0fadaf0b49993d550416157af11c4a6 /gnu/local.mk | |
parent | 183ce9884924794677eefca78cf445ada5551260 (diff) | |
download | guix-fdc306879b388b08be63ead6209473c184daa1e0.tar.gz guix-fdc306879b388b08be63ead6209473c184daa1e0.zip |
gnu: Add delly.
* gnu/packages/bioinformatics.scm (delly): New variable.
* gnu/packages/patches/delly-use-system-libraries.patch: New file.
* gnu/local.mk: Include delly-use-system-libraries.patch.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 0575a2fe32..2705fb37a5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -621,6 +621,7 @@ dist_patch_DATA = \ %D%/packages/patches/cyrus-sasl-CVE-2013-4122.patch \ %D%/packages/patches/dbus-helper-search-path.patch \ %D%/packages/patches/deja-dup-use-ref-keyword-for-iter.patch \ + %D%/packages/patches/delly-use-system-libraries.patch \ %D%/packages/patches/dfu-programmer-fix-libusb.patch \ %D%/packages/patches/diffutils-gets-undeclared.patch \ %D%/packages/patches/diffutils-getopt.patch \ |