From a480307449fa949ac5624c98e573b28fc3d70a9f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 13 Nov 2014 17:46:57 +0100 Subject: Revert "hydra: Build only non-grafted variants of the packages." This reverts commit 9de1defe790d8baa6a230b2d02e7ba023783b022. Passing #:graft? was not possible because of the use of 'cut' on call sites. --- build-aux/hydra/gnu-system.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build-aux/hydra') diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 06a8048f32..6bcfbf5dc3 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -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)) -- cgit v1.2.3