gnu: bs1770gain: Return #t from source snippet.
* gnu/packages/audio.scm (bs1770gain)[source]: Return #t from snippet.
This commit is contained in:
parent
a2931b14d3
commit
2777dc7589
|
@ -3223,7 +3223,8 @@ with support for HD extensions.")
|
||||||
"configure.ac"
|
"configure.ac"
|
||||||
"configure")
|
"configure")
|
||||||
(("https?://bs1770gain[^/]*/")
|
(("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)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("ffmpeg" ,ffmpeg)
|
(inputs `(("ffmpeg" ,ffmpeg)
|
||||||
("sox" ,sox)))
|
("sox" ,sox)))
|
||||||
|
|
Loading…
Reference in New Issue