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:
Ludovic Courtès 2014-11-13 17:46:57 +01:00
parent 9de1defe79
commit a480307449
1 changed files with 1 additions and 2 deletions

View File

@ -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))