gnu: tootle: Simplify inputs.
* gnu/packages/mastodon.scm (tootle)[native-inputs]: Simplify.
This commit is contained in:
		
							parent
							
								
									b0d25a7118
								
							
						
					
					
						commit
						f2d304ac98
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -123,10 +123,9 @@ Features include: | |||
|                       (string-append (assoc-ref outputs "out") "/bin/tootle")) | ||||
|              #t))))) | ||||
|     (native-inputs | ||||
|      `(("gettext" ,gettext-minimal) | ||||
|        ("glib:bin" ,glib "bin")     ; for glib-compile-resources | ||||
|        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) | ||||
|        ("pkg-config" ,pkg-config))) | ||||
|      (list gettext-minimal | ||||
|            `(,glib "bin") ; for glib-compile-resources | ||||
|            gsettings-desktop-schemas pkg-config)) | ||||
|     (inputs | ||||
|      (list glib-networking | ||||
|            gtk+ | ||||
|  |  | |||
		Reference in a new issue