mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (define* (package->alist store package system
|
|||
#: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))
|
||||
|
|
Loading…
Reference in a new issue