pull: Add missing import.
Fixes <https://bugs.gnu.org/34136>. Reported by Pierre Neidhardt <mail@ambrevar.xyz>. Fixes wrong-type-arg crash of "guix pull -p /does-not-exist -l". * guix/scripts/pull.scm: Use (srfi srfi-34).
This commit is contained in:
		
							parent
							
								
									54800977d9
								
							
						
					
					
						commit
						c49b45c917
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -46,6 +46,7 @@ | |||
|   #:use-module ((gnu packages certs) #:select (le-certs)) | ||||
|   #:use-module (srfi srfi-1) | ||||
|   #:use-module (srfi srfi-26) | ||||
|   #:use-module (srfi srfi-34) | ||||
|   #:use-module (srfi srfi-35) | ||||
|   #:use-module (srfi srfi-37) | ||||
|   #:use-module (ice-9 match) | ||||
|  |  | |||
		Reference in a new issue