From eecd00e7445ab14a8671ea120c703e94378b3045 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 7 Mar 2025 14:34:48 +0100 Subject: [PATCH] gnu: dash: Add lint-hidden-cpe-vendors property. * gnu/packages/shells.scm (dash)[properties]: Add lint-hidden-cpe-vendors. Signed-off-by: Zheng Junjie --- gnu/packages/shells.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 2742498f3e32c8de94de032573073df7dc28bb4c..efcaebfee16d84722bb219380c7d9487297ae937 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -120,7 +120,8 @@ as small as possible, often without sacrificing speed. It is faster than the GNU Bourne-Again Shell (@command{bash}) at most scripted tasks. Dash is a direct descendant of NetBSD's Almquist Shell (@command{ash}).") (license (list license:bsd-3 - license:gpl2+)))) ; mksignames.c + license:gpl2+)) ; mksignames.c + (properties '((lint-hidden-cpe-vendors . ("plotly")))))) (define-public fish (package