diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-07 14:34:48 +0100 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:32:52 +0800 |
| commit | eecd00e7445ab14a8671ea120c703e94378b3045 (patch) | |
| tree | 005ae76ea458e02c72539521203cf5cf412bb110 /gnu/packages | |
| parent | 88f20e34275e8021178a43c1d5ae090f9e84315d (diff) | |
gnu: dash: Add lint-hidden-cpe-vendors property.
* gnu/packages/shells.scm (dash)[properties]: Add lint-hidden-cpe-vendors.
Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/shells.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 2742498f3e3..efcaebfee16 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 |
