diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-02-18 06:14:49 -0500 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-02-18 15:51:01 +0100 |
commit | 26db713f0c6f0bcfae94167e2a66d8aececdc03b (patch) | |
tree | 35bf81661f1d42ec3102803b9353231275604599 /gnu/packages/telephony.scm | |
parent | 9a38f39ec0b51864b126fc48218c3e27ca6d98eb (diff) |
gnu: libtgvoip: Replace libopusenc with opus.
* gnu/packages/telephony.scm (libtgvoip) [inputs]: Replace libopusenc with opus.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
Diffstat (limited to 'gnu/packages/telephony.scm')
-rw-r--r-- | gnu/packages/telephony.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index 48e30abfc3..df6df83dd2 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -886,8 +886,8 @@ Initiation Protocol (SIP) and a multimedia framework.") (build-system gnu-build-system) (inputs `(("alsa-lib" ,alsa-lib) - ("libopusenc" ,libopusenc) ("openssl" ,openssl) + ("opus" ,opus) ("pulseaudio" ,pulseaudio))) (arguments `(#:phases |