diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-12 12:05:50 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-12 12:41:54 +0100 |
commit | 3fc12128c2324defe2945ae7e9914afca17b58fc (patch) | |
tree | db9d62664b05571c0d4c8908945bc7b6f7bff818 /gnu | |
parent | 4992858e21fd56ad19c60febf20f5e02261eaf3f (diff) | |
download | guix-3fc12128c2324defe2945ae7e9914afca17b58fc.tar.gz |
gnu: remmina: Build with libsoup 2.
* gnu/packages/vnc.scm (remmina)[inputs]: Replace libsoup with libsoup-minimal-2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/vnc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm index da81cc53f4..c6b9d0059b 100644 --- a/gnu/packages/vnc.scm +++ b/gnu/packages/vnc.scm @@ -127,7 +127,7 @@ ("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) |