From a9ebd9efd0d97159acbec848ad5fe06f022c8235 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 30 Jan 2013 16:30:49 +0100 Subject: store: Remove the `fixed?' parameter from `add-to-store'. * guix/store.scm (add-to-store): Remove the `fixed?' parameter from the public interface. * gnu/packages/bootstrap.scm, guix-download.in, guix/derivations.scm, guix/packages.scm, tests/derivations.scm: Update all callers accordingly. --- gnu/packages/bootstrap.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index b0ab70abbc..22ee98879a 100644 --- a/gnu/packages/bootstrap.scm +++ b/gnu/packages/bootstrap.scm @@ -154,7 +154,7 @@ (define %bootstrap-guile (description "Raw build system with direct store access") (build (lambda* (store name source inputs #:key outputs system) (define (->store file) - (add-to-store store file #t #t "sha256" + (add-to-store store file #t "sha256" (or (search-bootstrap-binary file system) (error "bootstrap binary not found" -- cgit v1.2.3