mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: remmina: Build with libsoup 2.
* gnu/packages/vnc.scm (remmina)[inputs]: Replace libsoup with libsoup-minimal-2.
This commit is contained in:
parent
4992858e21
commit
3fc12128c2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ (define-public remmina
|
|||
("harfbuzz" ,harfbuzz)
|
||||
("json-glib" ,json-glib)
|
||||
("libsecret" ,libsecret) ; for secret plugin
|
||||
("libsoup" ,libsoup)
|
||||
("libsoup" ,libsoup-minimal-2)
|
||||
("libssh" ,libssh) ; for ssh plugin
|
||||
("libvnc" ,libvnc) ; for vnc plugin
|
||||
("openssl" ,openssl)
|
||||
|
|
Loading…
Reference in a new issue