diff options
author | Maxim Cournoyer <[email protected]> | 2025-02-17 23:49:56 +0900 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2025-03-05 14:23:42 +0900 |
commit | 9dd598a90c63fa05a1e81f094f8031aa2ad24588 (patch) | |
tree | 053c99ea0390102e3522d7a95fbb29e076a2587a /gnu/packages/spice.scm | |
parent | 3e9f9af5a9f326332ac8f7de7c10374976258c49 (diff) |
gnu: spice-gtk: Propagate cyrus-sasl.
For pkg-config resolution.
* gnu/packages/spice.scm (spice-gtk) [inputs]: Move cyrus-sasl to...
[propagated-inputs]: ... here.
Change-Id: I47213ba575182352d08ed34be3af0f6f72f9eb32
Diffstat (limited to 'gnu/packages/spice.scm')
-rw-r--r-- | gnu/packages/spice.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index dbf428747b..24d42fb011 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -195,7 +195,6 @@ which allows users to view a desktop computing environment.") vala)) (inputs (list bash-minimal - cyrus-sasl glib-networking gobject-introspection json-glib @@ -214,6 +213,7 @@ which allows users to view a desktop computing environment.") spice-protocol ;; These are required by the pkg-config files (needed for example ;; when building GNOME Boxes). + cyrus-sasl gtk+ openssl-1.1 opus |