gnu: tcc-wrapper: Use Guile 2.2.
* gnu/packages/c.scm (tcc-wrapper)[inputs]: Switch to GUILE-2.2.
This commit is contained in:
		
							parent
							
								
									7c8b7e35d0
								
							
						
					
					
						commit
						350f50cbd3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,5 +1,5 @@ | ||||||
| ;;; GNU Guix --- Functional package management for GNU | ;;; GNU Guix --- Functional package management for GNU | ||||||
| ;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org> | ;;; Copyright © 2016, 2018 Ludovic Courtès <ludo@gnu.org> | ||||||
| ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net> | ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net> | ||||||
| ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> | ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> | ||||||
| ;;; | ;;; | ||||||
|  | @ -83,7 +83,7 @@ standard.") | ||||||
|     (build-system trivial-build-system) |     (build-system trivial-build-system) | ||||||
|     (native-inputs '()) |     (native-inputs '()) | ||||||
|     (inputs `(("tcc" ,tcc) |     (inputs `(("tcc" ,tcc) | ||||||
|               ("guile" ,guile-2.0))) |               ("guile" ,guile-2.2))) | ||||||
| 
 | 
 | ||||||
|     ;; By default TCC does not honor any search path environment variable. |     ;; By default TCC does not honor any search path environment variable. | ||||||
|     ;; This wrapper adds them. |     ;; This wrapper adds them. | ||||||
|  |  | ||||||
		Reference in a new issue