guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9319cf0e81f5dd2ffb4bb2d76a4e2d3ecb9a1dfe
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Jul 6 16:06:40 2026 +0200

    gnu: spice-gtk: Refresh input.
    
    * gnu/packages/spice.scm (spice-gtk)[propagated-inputs]:
    Replace openssl-1.1 by openssl.
---
 gnu/packages/spice.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index f1e9bdd481..16ed13cc78 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -215,7 +215,7 @@ which allows users to view a desktop computing 
environment.")
            ;; when building GNOME Boxes).
            cyrus-sasl
            gtk+
-           openssl-1.1
+           openssl
            opus
            libcacard
            libjpeg-turbo

Reply via email to