aboutsummaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-11 11:45:21 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-11 11:45:21 +0100
commit2e7f7b8a2fe7c5c9c44de62a1b46a352ba430619 (patch)
tree74c80cb1cceb0230b5f7b15259a4470baee5e4d8 /gnu/services
parentab144d871b067b4717663d5b9e729fd511850728 (diff)
downloadguix-2e7f7b8a2fe7c5c9c44de62a1b46a352ba430619.tar.gz
guix-2e7f7b8a2fe7c5c9c44de62a1b46a352ba430619.zip
gnu: r-targets: Update to 1.4.1.
* gnu/packages/cran.scm (r-targets): Update to 1.4.1. Change-Id: Ifc7b526b2f0b198875111a17568f40f660a1ac9d
Diffstat (limited to 'gnu/services')
0 files changed, 0 insertions, 0 deletions
>...* nix/libstore/local-store.hh (RunningSubstituter): Remove. (LocalStore)[runningSubstituter]: Change to unique_ptr<Agent>. [setSubstituterEnv, didSetSubstituterEnv]: Remove. [getLineFromSubstituter, getIntLineFromSubstituter]: Take an 'Agent'. * nix/libstore/local-store.cc (LocalStore::~LocalStore): Remove reference to 'runningSubstituter'. (LocalStore::setSubstituterEnv, LocalStore::startSubstituter): Remove. (LocalStore::getLineFromSubstituter): Adjust to 'run' being an 'Agent'. (LocalStore::querySubstitutablePaths): Spawn substituter agent if needed. Adjust to 'Agent' interface. (LocalStore::querySubstitutablePathInfos): Likewise. * nix/libstore/build.cc (SubstitutionGoal::tryToRun): Remove call to 'setSubstituterEnv' and add 'setenv' call for "_NIX_OPTIONS" instead. (SubstitutionGoal::finished): Remove 'readLine' call for 'dummy'. * guix/scripts/substitute.scm (%allow-unauthenticated-substitutes?): Remove second argument to 'make-parameter'. (process-query): Call 'warn-about-missing-authentication' when (%allow-unauthenticated-substitutes?) is #t. (guix-substitute): Wrap body in 'parameterize'. Set 'guix-warning-port' too. No longer exit when 'substitute-urls' returns the empty list. No longer print newline initially. * tests/substitute.scm (test-quit): Parameterize 'current-error-port' to account for the port changes in 'guix-substitute'. Ludovic Courtès