gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir.
* gnu/packages/spice.scm (spice-gtk) [inputs]: Move libjpeg-turbo, lz4, opus, and usbredir to... [propagated-inputs]: ... here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									9f3494fa9c
								
							
						
					
					
						commit
						2a607b27a2
					
				
					 1 changed files with 8 additions and 7 deletions
				
			
		| 
						 | 
					@ -180,22 +180,23 @@ which allows users to view a desktop computing environment.")
 | 
				
			||||||
           gobject-introspection
 | 
					           gobject-introspection
 | 
				
			||||||
           json-glib
 | 
					           json-glib
 | 
				
			||||||
           libepoxy
 | 
					           libepoxy
 | 
				
			||||||
           libjpeg-turbo
 | 
					 | 
				
			||||||
           libxcb
 | 
					           libxcb
 | 
				
			||||||
           lz4
 | 
					 | 
				
			||||||
           mesa
 | 
					           mesa
 | 
				
			||||||
           pulseaudio
 | 
					           pulseaudio))
 | 
				
			||||||
           opus
 | 
					 | 
				
			||||||
           usbredir))
 | 
					 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list gstreamer
 | 
					     (list gstreamer
 | 
				
			||||||
           gst-plugins-base
 | 
					           gst-plugins-base
 | 
				
			||||||
           gst-plugins-good
 | 
					           gst-plugins-good
 | 
				
			||||||
           spice-protocol
 | 
					           spice-protocol
 | 
				
			||||||
           ;; These are required by the pkg-config files.
 | 
					           ;; These are required by the pkg-config files (needed for example
 | 
				
			||||||
 | 
					           ;; when building GNOME Boxes).
 | 
				
			||||||
           gtk+
 | 
					           gtk+
 | 
				
			||||||
 | 
					           openssl-1.1
 | 
				
			||||||
 | 
					           opus
 | 
				
			||||||
 | 
					           libjpeg-turbo
 | 
				
			||||||
 | 
					           lz4
 | 
				
			||||||
           pixman
 | 
					           pixman
 | 
				
			||||||
           openssl-1.1))
 | 
					           usbredir))
 | 
				
			||||||
    (synopsis "Gtk client and libraries for SPICE remote desktop servers")
 | 
					    (synopsis "Gtk client and libraries for SPICE remote desktop servers")
 | 
				
			||||||
    (description "Gtk client and libraries for SPICE remote desktop servers.")
 | 
					    (description "Gtk client and libraries for SPICE remote desktop servers.")
 | 
				
			||||||
    (home-page "https://www.spice-space.org")
 | 
					    (home-page "https://www.spice-space.org")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue