gnu: guile-present: Install .go files in /site-ccache.
* gnu/packages/gtk.scm (guile-present)[source]: Add 'modules' and 'snippet'.
This commit is contained in:
		
							parent
							
								
									46378df050
								
							
						
					
					
						commit
						b93cde3d8c
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -946,7 +946,14 @@ images onto Cairo surfaces.") | |||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1qam447m05sxxv6x8dlzg7qnyfc4dh8apjw1idpfhpns671gfr6m")) | ||||
|               (patches (search-patches "guile-present-coding.patch")))) | ||||
|               (patches (search-patches "guile-present-coding.patch")) | ||||
|               (modules '((guix build utils))) | ||||
|               (snippet | ||||
|                '(begin | ||||
|                   ;; Install .go files in the right place. | ||||
|                   (substitute* "Makefile.in" | ||||
|                     (("/ccache") "/site-ccache")) | ||||
|                   #t)))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      '(#:phases | ||||
|  |  | |||
		Reference in a new issue