GNU bug report logs - #76819
[PATCH v7 00/35] Add lint-hidden-cpe-vendors property

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 7 Mar 2025 18:36:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 76819 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#76819] [PATCH v7 24/35] gnu: music: Add lint-hidden-cpe-vendors property.
Date: Fri,  7 Mar 2025 19:38:53 +0100
* 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.