gexp: Honor #:target in 'compiled-modules'.
* guix/gexp.scm (compiled-modules): Pass #:target to 'gexp->derivation'.
This commit is contained in:
		
							parent
							
								
									c19304d2d2
								
							
						
					
					
						commit
						6de3ef0d5e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1708,6 +1708,7 @@ TARGET, a GNU triplet."
 | 
			
		|||
    ;; TODO: Pass MODULES as an environment variable.
 | 
			
		||||
    (gexp->derivation name build
 | 
			
		||||
                      #:system system
 | 
			
		||||
                      #:target target
 | 
			
		||||
                      #:guile-for-build guile
 | 
			
		||||
                      #:local-build? #t
 | 
			
		||||
                      #:env-vars
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue