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

* gnu/packages/kerberos.scm (mit-krb5)[properties]: New field.
This commit is contained in:
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

View file

@ -93,7 +93,8 @@ (define-public mit-krb5
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