diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-11-20 11:14:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-11-20 15:22:06 +0100 |
commit | b49c5a58dcbc6f10ebeaef7ccb3d24ff59695db8 (patch) | |
tree | 039c972816bd20a731bd54cc2c197968c9e46efb /gnu-system.am | |
parent | c6a24d6e92c730d03dcfcde231fd6e7dece908ca (diff) | |
download | guix-b49c5a58dcbc6f10ebeaef7ccb3d24ff59695db8.tar guix-b49c5a58dcbc6f10ebeaef7ccb3d24ff59695db8.tar.gz |
gnu: preseq: Update to 2.0.
* gnu/packages/bioinformatics.scm (preseq): Update to 2.0.
[source]: Add file-name field, remove patches.
[arguments]: Remove unused build phases, add make flags.
[inputs]: Add smithlab-cpp.
* gnu/packages/patches/preseq-1.0.2-link-with-libbam.patch: Remove file.
* gnu/packages/patches/preseq-1.0.2-install-to-PREFIX.patch: Remove
file.
* gnu-system.am (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index 32d228693b..8a8bf803f9 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -657,8 +657,6 @@ 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 \ |