From 9de1defe790d8baa6a230b2d02e7ba023783b022 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 13 Nov 2014 14:21:09 +0100 Subject: hydra: Build only non-grafted variants of the packages. * build-aux/hydra/gnu-system.scm (package->alist): Pass #:graft? #f to PACKAGE-DERIVATION. --- build-aux/hydra/gnu-system.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-aux/hydra') diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 6bcfbf5dc3..06a8048f32 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -70,7 +70,8 @@ #:optional (package-derivation package-derivation)) "Convert PACKAGE to an alist suitable for Hydra." `((derivation . ,(derivation-file-name - (package-derivation store package system))) + (package-derivation store package system + #:graft? #f))) (description . ,(package-synopsis package)) (long-description . ,(package-description package)) (license . ,(package-license package)) -- cgit v1.2.3