gnu: sugar-toolkit-gtk3: Propagate some inputs.
* gnu/packages/sugar.scm (sugar-toolkit-gtk3)[inputs]: Move gdk-pixbuf, gobject-introspection, and librsvg-for-system from here... [native-inputs]: ...and move gtk+ from here... [propagated-inputs]: ...to here.
This commit is contained in:
		
							parent
							
								
									201793fd07
								
							
						
					
					
						commit
						12c815e985
					
				
					 1 changed files with 10 additions and 5 deletions
				
			
		|  | @ -75,15 +75,21 @@ | ||||||
|                `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))) |                `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))) | ||||||
|     (inputs |     (inputs | ||||||
|      (list alsa-lib |      (list alsa-lib | ||||||
|            gdk-pixbuf |  | ||||||
|            gobject-introspection |  | ||||||
|            libice |            libice | ||||||
|            (librsvg-for-system) |  | ||||||
|            libsm |            libsm | ||||||
|            libx11 |            libx11 | ||||||
|            libxfixes |            libxfixes | ||||||
|            libxi |            libxi | ||||||
|            python |            python)) | ||||||
|  |     (propagated-inputs | ||||||
|  |      ;; The gi typelib files are needed by users of this library. | ||||||
|  |      (list gdk-pixbuf | ||||||
|  |            gobject-introspection | ||||||
|  |            gtk+ | ||||||
|  |            (librsvg-for-system) | ||||||
|  | 
 | ||||||
|  |            ;; This package is used as a Python library by users, so these must | ||||||
|  |            ;; be propagated. | ||||||
|            python-dbus |            python-dbus | ||||||
|            python-decorator |            python-decorator | ||||||
|            python-pygobject |            python-pygobject | ||||||
|  | @ -93,7 +99,6 @@ | ||||||
|            gettext-minimal |            gettext-minimal | ||||||
|            glib |            glib | ||||||
|            (list glib "bin") |            (list glib "bin") | ||||||
|            gtk+ |  | ||||||
|            intltool |            intltool | ||||||
|            libtool |            libtool | ||||||
|            pkg-config)) |            pkg-config)) | ||||||
|  |  | ||||||
		Reference in a new issue