diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-05-26 22:56:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-05-26 22:56:51 +0200 |
commit | 159a5e019767a7f85bef355cfcfc24fd5c7162d6 (patch) | |
tree | 8183ec6bf2f73069b7789875b7292e1400ba1798 /gnu/packages/admin.scm | |
parent | 2ca55f939ca32f506a307a00f07eb2b027cfb812 (diff) |
gnu: isc-dhcp: Specify CPE name.
* gnu/packages/admin.scm (isc-dhcp)[properties]: New field.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 633606e840..d954035edb 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 |