diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-06-23 10:54:00 +0200 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-07-08 17:05:00 +0200 |
commit | 56e373ef75d161325d4878f8cfaafffa7dba24a5 (patch) | |
tree | 61eab520e4526306959992ba84b174af3e198620 /gnu-system.am | |
parent | 5bdda30b32676528bcfa0a169c30237fabaa4607 (diff) | |
download | guix-56e373ef75d161325d4878f8cfaafffa7dba24a5.tar.gz |
gnu: Add preseq.
* gnu/packages/bioinformatics.scm (preseq): New variable. * gnu/packages/patches/preseq-1.0.2-install-to-PREFIX.patch: New file. * gnu/packages/patches/preseq-1.0.2-link-with-libbam.patch: New file. * gnu-system.am (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 11ae3e630c..59090b5475 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -571,6 +571,8 @@ dist_patch_DATA = \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/polkit-drop-test.patch \ gnu/packages/patches/portaudio-audacity-compat.patch \ + gnu/packages/patches/preseq-1.0.2-install-to-PREFIX.patch \ + gnu/packages/patches/preseq-1.0.2-link-with-libbam.patch \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/pt-scotch-build-parallelism.patch \ gnu/packages/patches/pulseaudio-fix-mult-test.patch \ |