~ruther/guix-local

eecd00e7445ab14a8671ea120c703e94378b3045 — Nicolas Graves 1 year, 4 months ago 88f20e3
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/shells.scm
M gnu/packages/shells.scm => gnu/packages/shells.scm +2 -1
@@ 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