guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: wpa-supplicant: Add 'cpe-name' property.


From: guix-commits
Subject: 01/04: gnu: wpa-supplicant: Add 'cpe-name' property.
Date: Tue, 5 Mar 2019 17:09:03 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 107b081ef795c856d4c866192d343fb81dc89111
Author: Ludovic Courtès <address@hidden>
Date:   Mon Mar 4 21:43:49 2019 +0100

    gnu: wpa-supplicant: Add 'cpe-name' property.
    
    * gnu/packages/admin.scm (wpa-supplicant-minimal)[properties]: New
    field.
---
 gnu/packages/admin.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f425c29..cc687a1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès 
<address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2014, 2015, 2016, 2018 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014, 2015, 2016, 2017, 2018 Eric Bavier <address@hidden>
@@ -1143,7 +1143,9 @@ WLAN driver.
 This package provides the 'wpa_supplicant' daemon and the 'wpa_cli' command.")
 
     ;; In practice, this is linked against Readline, which makes it GPLv3+.
-    (license license:bsd-3)))
+    (license license:bsd-3)
+
+    (properties `((cpe-name . "wpa_supplicant")))))
 
 (define-public wpa-supplicant
   (package (inherit wpa-supplicant-minimal)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]