GNU bug report logs -
#76819
[PATCH v7 00/35] Add lint-hidden-cpe-vendors property
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/bioinformatics.scm (music)[properties]: Add
lint-hidden-cpe-vendors property.
---
gnu/packages/bioinformatics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 42ffcba037..5e9773ce93 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10211,7 +10211,8 @@ (define-public music
"MUSIC is an algorithm for identification of enriched regions at
multiple scales in the read depth signals from ChIP-Seq experiments.")
;; See https://github.com/gersteinlab/MUSIC/issues/6
- (license license:gpl2+))))
+ (license license:gpl2+)
+ (properties '((lint-hidden-cpe-vendors . ("apple")))))))
(define-public newick-utils
;; There are no recent releases so we package from git.
--
2.48.1
This bug report was last modified 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.