diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-13 17:53:51 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-13 18:35:59 +0200 |
commit | c7adcb7cf8c20fed954bfa3897f56cdca34a0f8a (patch) | |
tree | 964591e69914b9df27a5462f5ee69c413fdeea66 /gnu | |
parent | 068d0a1c345104983a9b43f5e2cf4f7e70ab3c07 (diff) | |
download | guix-c7adcb7cf8c20fed954bfa3897f56cdca34a0f8a.tar guix-c7adcb7cf8c20fed954bfa3897f56cdca34a0f8a.tar.gz |
gnu: ao: Specify CPE name.
* gnu/packages/xiph.scm (ao)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xiph.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index bac6ac0d4d..ab41219feb 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -230,6 +230,7 @@ It currently supports: @end enumerate ") (license license:gpl2+) + (properties '((cpe-name . "libao"))) (home-page "https://www.xiph.org/ao/"))) (define flac |