Revert "hydra: Build only non-grafted variants of the packages."
This reverts commit 9de1defe79.
Passing #:graft? was not possible because of the use of 'cut' on call
sites.
			
			
This commit is contained in:
		
							parent
							
								
									9de1defe79
								
							
						
					
					
						commit
						a480307449
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -70,8 +70,7 @@
 | 
			
		|||
                         #:optional (package-derivation package-derivation))
 | 
			
		||||
  "Convert PACKAGE to an alist suitable for Hydra."
 | 
			
		||||
  `((derivation . ,(derivation-file-name
 | 
			
		||||
                    (package-derivation store package system
 | 
			
		||||
                                        #:graft? #f)))
 | 
			
		||||
                    (package-derivation store package system)))
 | 
			
		||||
    (description . ,(package-synopsis package))
 | 
			
		||||
    (long-description . ,(package-description package))
 | 
			
		||||
    (license . ,(package-license package))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue