build-system/python: Add handling of 'propagated-inputs' in
'package-with-explicit-python'. * guix/build-system/python.scm (package-with-explicit-python): Add mapping for 'propagated-inputs'.
This commit is contained in:
		
							parent
							
								
									01480b9e1c
								
							
						
					
					
						commit
						c3ea85d110
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -86,6 +86,8 @@ prepended to the name."
 | 
			
		|||
              arguments)))
 | 
			
		||||
      (inputs
 | 
			
		||||
        (map rewrite (package-inputs p)))
 | 
			
		||||
      (propagated-inputs
 | 
			
		||||
        (map rewrite (package-propagated-inputs p)))
 | 
			
		||||
      (native-inputs
 | 
			
		||||
        (map rewrite (package-native-inputs p))))))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue