1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: music: Add lint-hidden-cpe-vendors property.

* gnu/packages/bioinformatics.scm (music)[properties]: Add
lint-hidden-cpe-vendors property.

Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Nicolas Graves 2025-03-07 11:51:54 +01:00 committed by Zheng Junjie
parent d7cad72aca
commit 7d1f5f950f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -10516,7 +10516,8 @@ program for nucleotide and protein sequences.")
"MUSIC is an algorithm for identification of enriched regions at "MUSIC is an algorithm for identification of enriched regions at
multiple scales in the read depth signals from ChIP-Seq experiments.") multiple scales in the read depth signals from ChIP-Seq experiments.")
;; See https://github.com/gersteinlab/MUSIC/issues/6 ;; See https://github.com/gersteinlab/MUSIC/issues/6
(license license:gpl2+)))) (license license:gpl2+)
(properties '((lint-hidden-cpe-vendors . ("apple")))))))
(define-public newick-utils (define-public newick-utils
;; There are no recent releases so we package from git. ;; There are no recent releases so we package from git.