gnu: Add missing module to (gnu packages base).
This is a follow-up to commit 42958b5e0f.
Reported by pmikkelsen on IRC.
* gnu/packages/base.scm: Use srfi-1 for alist-delete.
			
			
This commit is contained in:
		
							parent
							
								
									c4fb2b9f4e
								
							
						
					
					
						commit
						911e66f922
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -53,6 +53,7 @@
 | 
				
			||||||
  #:use-module (guix build-system gnu)
 | 
					  #:use-module (guix build-system gnu)
 | 
				
			||||||
  #:use-module (guix build-system trivial)
 | 
					  #:use-module (guix build-system trivial)
 | 
				
			||||||
  #:use-module (ice-9 match)
 | 
					  #:use-module (ice-9 match)
 | 
				
			||||||
 | 
					  #:use-module (srfi srfi-1)
 | 
				
			||||||
  #:export (glibc
 | 
					  #:export (glibc
 | 
				
			||||||
            libiconv-if-needed))
 | 
					            libiconv-if-needed))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue