gnu: chez-scheme: Remove obsolete snippet.
* gnu/packages/chez.scm (chez-scheme)[source](modules, snippet): Remove.
This commit is contained in:
		
							parent
							
								
									cfd0fd9b2f
								
							
						
					
					
						commit
						7dadffff8d
					
				
					 1 changed files with 1 additions and 8 deletions
				
			
		|  | @ -73,14 +73,7 @@ | |||
|              (commit (string-append "v" version)))) | ||||
|        (sha256 | ||||
|         (base32 "1hagrqdp649n2g0wq2a9gfnz7mjcjakkw7ziplbj3db412bb7kx5")) | ||||
|        (file-name (git-file-name name version)) | ||||
|        (modules '((guix build utils))) | ||||
|        (snippet | ||||
|         ;; Fix compilation with glibc >= 2.26, which removed xlocale.h. | ||||
|         '(begin | ||||
|            (substitute* "c/expeditor.c" | ||||
|              (("xlocale\\.h") "locale.h")) | ||||
|            #t)))) | ||||
|        (file-name (git-file-name name version)))) | ||||
|     (build-system gnu-build-system) | ||||
|     (inputs | ||||
|      `(("ncurses" ,ncurses) | ||||
|  |  | |||
		Reference in a new issue