guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: isc-dhcp: Specify CPE name.


From: Ludovic Courtès
Subject: 02/07: gnu: isc-dhcp: Specify CPE name.
Date: Thu, 26 May 2016 21:59:02 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 159a5e019767a7f85bef355cfcfc24fd5c7162d6
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 26 22:56:51 2016 +0200

    gnu: isc-dhcp: Specify CPE name.
    
    * gnu/packages/admin.scm (isc-dhcp)[properties]: New field.
---
 gnu/packages/admin.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 633606e..d954035 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -619,7 +619,8 @@ connection alive.")
        "ISC's Dynamic Host Configuration Protocol (DHCP) distribution provides 
a
 reference implementation of all aspects of DHCP, through a suite of DHCP
 tools: server, client, and relay agent.")
-      (license license:isc))))
+      (license license:isc)
+      (properties '((cpe-name . "dhcp"))))))
 
 (define-public libpcap
   (package



reply via email to

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