mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-27 12:46:43 +01:00
gnu: libring: Fix build
* gnu/packages/jami.scm (libring)[inputs]: Use jsoncpp-with-pkg-version instead of jsoncpp.
This commit is contained in:
parent
03f99e14ed
commit
161d1a94af
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ (define-public libring
|
|||
("eudev" ,eudev)
|
||||
("ffmpeg" ,ffmpeg-jami)
|
||||
("jack" ,jack-1)
|
||||
("jsoncpp" ,jsoncpp)
|
||||
("jsoncpp" ,jsoncpp-with-pkg-version)
|
||||
("libarchive" ,libarchive)
|
||||
("libgit2" ,libgit2)
|
||||
("libnatpmp" ,libnatpmp)
|
||||
|
|
Loading…
Reference in a new issue