gnu: mit-krb5: Add ‘cpe-name’.

* gnu/packages/kerberos.scm (mit-krb5)[properties]: New field.
master
Tobias Geerinckx-Rice 2017-07-13 00:07:54 +02:00
parent 674d4e1380
commit 5e57867491
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ authentication for client/server applications by using secret-key
cryptography.")
(license (license:non-copyleft "file://NOTICE"
"See NOTICE in the distribution."))
(home-page "http://web.mit.edu/kerberos/")))
(home-page "http://web.mit.edu/kerberos/")
(properties '((cpe-name . "kerberos")))))
(define-public shishi
(package