guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ao: Replace "itemize" with "enumerate" in description string


From: John Darrington
Subject: 01/01: gnu: ao: Replace "itemize" with "enumerate" in description string.
Date: Sun, 01 May 2016 16:14:21 +0000

jmd pushed a commit to branch master
in repository guix.

commit 2df092a93dd4a7718834aafadc729ccd9c3f3289
Author: John Darrington <address@hidden>
Date:   Sun May 1 18:11:51 2016 +0200

    gnu: ao: Replace "itemize" with "enumerate" in description string.
    
    * gnu/packages/xiph.scm (ao): Replace "itemize" with "enumerate" in 
description string.
      Apparently Guile cannot yet handle "itemize" when creating HTML.
---
 gnu/packages/xiph.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index d451ec0..244f0c8 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -176,7 +176,7 @@ stereo encoding, and voice activity detection.")
      "Libao is a cross-platform audio library that allows programs to
 output audio using a simple API on a wide variety of platforms.
 It currently supports:
address@hidden
address@hidden
 @item Null output (handy for testing without a sound device),
 @item WAV files,
 @item AU files,
@@ -194,7 +194,7 @@ It currently supports:
 @item NAS (Network Audio Server),
 @item RoarAudio (Modern, multi-OS, networked Sound System),
 @item OpenBSD's sndio.
address@hidden itemize
address@hidden enumerate
 ")
     (license license:gpl2+)
     (home-page "http://www.xiph.org/ao/";)))



reply via email to

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