guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: ao: Specify CPE name.


From: guix-commits
Subject: 03/04: gnu: ao: Specify CPE name.
Date: Sun, 13 Oct 2019 12:38:51 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c7adcb7cf8c20fed954bfa3897f56cdca34a0f8a
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 13 17:53:51 2019 +0200

    gnu: ao: Specify CPE name.
    
    * gnu/packages/xiph.scm (ao)[properties]: New field.
---
 gnu/packages/xiph.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index bac6ac0..ab41219 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]