diff options
| author | Nicolas Graves via Guix-patches via <guix-patches@gnu.org> | 2024-11-24 21:16:32 +0100 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:32:34 +0800 |
| commit | bb77adfeb256861713059acb6e9ef96e974b63ba (patch) | |
| tree | 2b32b7ab7ac2cfe941cbc08c308565d37c78b0dc | |
| parent | a3327e6c62986373a8cd978b5424b94bfbdeb217 (diff) | |
gnu: dex: Add lint-hidden-cpe-vendors property.
* gnu/packages/xdisorg.scm (dex)[properties]: Add lint-hidden-cpe-vendors property.
Change-Id: I6fdec79fc2ff0520e74670aff1a37bd74059f14d
Signed-off-by: Zheng Junjie <z572@z572.online>
| -rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 5d1ca227358..574367d9bc7 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -3787,6 +3787,8 @@ applications for Sway and other wlroots-based Wayland compositors.") "@command{dex}, @dfn{DesktopEntry Execution}, is a program to generate and execute @file{.desktop} files of the Application type. It is also an autostarter compliant with the XDG autostart specification.") + (properties + '((lint-hidden-cpe-vendors . ("samsung" "linuxfoundation")))) (license license:gpl3+))) (define-public sx |
