From 8f3ecbd7157aa4bf63069d69280351bd04c85eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 28 Oct 2012 01:58:39 +0200 Subject: tests: Use our own bootstrap tools. * tests/builders.scm (%bootstrap-inputs): Use %BOOT0-INPUTS from the distro. * tests/packages.scm (%bootstrap-inputs): Likewise. * tests/derivations.scm (%coreutils): Alias for %BOOTSTRAP-COREUTILS&CO. --- tests/derivations.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/derivations.scm') diff --git a/tests/derivations.scm b/tests/derivations.scm index 0a785f1b2a..2497fa8ec6 100644 --- a/tests/derivations.scm +++ b/tests/derivations.scm @@ -205,7 +205,11 @@ (define %coreutils - (false-if-exception (nixpkgs-derivation "coreutils"))) + (false-if-exception + (or (package-derivation %store + (@@ (distro packages base) + %bootstrap-coreutils&co)) + (nixpkgs-derivation "coreutils")))) (test-skip (if %coreutils 0 1)) -- cgit v1.2.3