mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 22:50:34 +02: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:
@@ -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 New Issue
Block a user