bug#18747: Fixed-output derivations are not substituted

2015-07-02 Thread Ludovic Courtès
Fixed in 4a6aeb6. Note that there are still a few cases, in guix/*download.scm, where we haven’t yet reintroduced #:local-build? #t. We’ll do that when daemons with the fix are more widely deployed. Ludo’.

bug#18747: Fixed-output derivations are not substituted

2014-10-16 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Initially #:local-build? (aka. ‘preferLocalBuild’) meant “avoid > offloading this derivation”, but Nix commit 55586527 (June 2013) changed > it to “avoid offloading *or substituting* this derivation”, which I > somehow overlooked for all this time. The re

bug#18747: Fixed-output derivations are not substituted

2014-10-16 Thread Ludovic Courtès
I just realized that this is fixed by just removing #:local-build? #t from (guix download). Initially #:local-build? (aka. ‘preferLocalBuild’) meant “avoid offloading this derivation”, but Nix commit 55586527 (June 2013) changed it to “avoid offloading *or substituting* this derivation”, which I s

bug#18747: Fixed-output derivations are not substituted

2014-10-16 Thread Ludovic Courtès
With current ‘master’, fixed-output derivations are not substituted, even though a substitute is available: --8<---cut here---start->8--- $ guix build -S acct The following file will be downloaded: /gnu/store/0sszdqmiqmb4mzbgs8h2185fh7p8bfd2-acct-6.6.1.tar.gz