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 @@
|
||||||
("harfbuzz" ,harfbuzz)
|
("harfbuzz" ,harfbuzz)
|
||||||
("json-glib" ,json-glib)
|
("json-glib" ,json-glib)
|
||||||
("libsecret" ,libsecret) ; for secret plugin
|
("libsecret" ,libsecret) ; for secret plugin
|
||||||
("libsoup" ,libsoup)
|
("libsoup" ,libsoup-minimal-2)
|
||||||
("libssh" ,libssh) ; for ssh plugin
|
("libssh" ,libssh) ; for ssh plugin
|
||||||
("libvnc" ,libvnc) ; for vnc plugin
|
("libvnc" ,libvnc) ; for vnc plugin
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
|
|
Reference in a new issue