[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: bs1770gain: Return #t from source snippet.
From: |
guix-commits |
Subject: |
02/04: gnu: bs1770gain: Return #t from source snippet. |
Date: |
Sun, 8 Sep 2019 18:12:54 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2777dc7589a8ecdb05574c574ff86e178594b92a
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Sep 8 19:43:40 2019 +0200
gnu: bs1770gain: Return #t from source snippet.
* gnu/packages/audio.scm (bs1770gain)[source]: Return #t from snippet.
---
gnu/packages/audio.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index df0e5a2..4dbbace 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3223,7 +3223,8 @@ with support for HD extensions.")
"configure.ac"
"configure")
(("https?://bs1770gain[^/]*/")
-
"https://manpages.debian.org/sid/bs1770gain/bs1770gain.1.en.html"))))))
+
"https://manpages.debian.org/sid/bs1770gain/bs1770gain.1.en.html"))
+ #t))))
(build-system gnu-build-system)
(inputs `(("ffmpeg" ,ffmpeg)
("sox" ,sox)))