diff options
-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 f75a168948..48bbe12920 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -636,7 +636,7 @@ address of one of the participants.") (inputs `(("avahi" ,avahi) ("boost" ,boost) - ("libsndfile" ,libsndfile) + ("libsndfile" ,libsndfile/fixed) ("libxi" ,libxi) ("mesa" ,mesa) ; avoid bundled ("openssl" ,openssl) |