diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-10-06 14:10:18 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-10-08 09:13:55 +0200 |
commit | 26488f63b8e4845cc9ed6e91b0643936b5eaa509 (patch) | |
tree | cb1c599f2daf2c64914c700a408dc0756335d6de /gnu/local.mk | |
parent | 07f2e4993b5b80008273de0bb756659321e74183 (diff) | |
download | guix-26488f63b8e4845cc9ed6e91b0643936b5eaa509.tar guix-26488f63b8e4845cc9ed6e91b0643936b5eaa509.tar.gz |
gnu: pigx-rnaseq: Remove dependency on pandoc-citeproc.
* gnu/packages/patches/pigx-rnaseq-no-citeproc.patch: Add patch.
* gnu/local.mk: Register it.
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[source]: Use it.
[native-inputs]: Add automake/autoconf.
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 71f1a25f83..110980bef0 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1601,6 +1601,7 @@ dist_patch_DATA = \ %D%/packages/patches/pidgin-add-search-path.patch \ %D%/packages/patches/pigx-bsseq-no-citeproc.patch \ %D%/packages/patches/pigx-chipseq-no-citeproc.patch \ + %D%/packages/patches/pigx-rnaseq-no-citeproc.patch \ %D%/packages/patches/pigx-sars-cov2-ww-no-citeproc.patch \ %D%/packages/patches/pinball-system-ltdl.patch \ %D%/packages/patches/pingus-boost-headers.patch \ |