diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-11 14:15:04 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-11 14:19:53 +0100 |
commit | 9966f98b1b4e17b8a80865ad1e1938aff703bdfe (patch) | |
tree | 1fa995781b6d5f2dd6bd0f5b1de495e41d589520 /gnu/local.mk | |
parent | 5b200dbfb0714016b3731ef288b7821f30ec2524 (diff) | |
download | guix-9966f98b1b4e17b8a80865ad1e1938aff703bdfe.tar.gz |
gnu: Add htslib-for-stringtie.
* gnu/packages/bioinformatics.scm (htslib-for-stringtie): New variable. * gnu/packages/patches/htslib-for-stringtie.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
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 e4f596f0bd..feadac4bad 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1255,6 +1255,7 @@ dist_patch_DATA = \ %D%/packages/patches/hedgewars-network-bsd.patch \ %D%/packages/patches/helm-fix-gcc-9-build.patch \ %D%/packages/patches/http-parser-CVE-2020-8287.patch \ + %D%/packages/patches/htslib-for-stringtie.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ %D%/packages/patches/hueplusplus-mbedtls.patch \ %D%/packages/patches/hurd-cross.patch \ |