~ruther/guix-local

159a5e019767a7f85bef355cfcfc24fd5c7162d6 — Ludovic Courtès 9 years ago 2ca55f9
gnu: isc-dhcp: Specify CPE name.

* gnu/packages/admin.scm (isc-dhcp)[properties]: New field.
1 files changed, 2 insertions(+), 1 deletions(-)

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