system: locale: Remove canonical-package call.
This is a follow-up of dfc8ccbf5d. Building
locales using the same glibc as the one programs are linked against is
enough.
* gnu/system/locale.scm (%default-locale-libcs): Use the plain glibc package.
			
			
This commit is contained in:
		
							parent
							
								
									dfc8ccbf5d
								
							
						
					
					
						commit
						f30d84d32d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -147,7 +147,7 @@ data format changes between libc versions."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define %default-locale-libcs
 | 
					(define %default-locale-libcs
 | 
				
			||||||
  ;; The libcs for which we build locales by default.
 | 
					  ;; The libcs for which we build locales by default.
 | 
				
			||||||
  (list (canonical-package glibc)))
 | 
					  (list glibc))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define %default-locale-definitions
 | 
					(define %default-locale-definitions
 | 
				
			||||||
  ;; Arbitrary set of locales that are built by default.  They are here mostly
 | 
					  ;; Arbitrary set of locales that are built by default.  They are here mostly
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue