aboutsummaryrefslogtreecommitdiff
path: root/d3.v3.js
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-24 00:03:47 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-24 20:44:35 +0100
commite0a5693533f343423527f6fc79d398e4e4c6d730 (patch)
treeeeb68f3f9e9966ebfe83a52fc7d4fe5e2ccb7cea /d3.v3.js
parent9a4990064f4707d18f0b17962e9438d75968839e (diff)
downloadguix-e0a5693533f343423527f6fc79d398e4e4c6d730.tar.gz
guix-e0a5693533f343423527f6fc79d398e4e4c6d730.zip
gnu: python-hypothesis: Update to 5.3.0.
* gnu/packages/check.scm (python-hypothesis): Update to 5.3.0.
Diffstat (limited to 'd3.v3.js')
0 files changed, 0 insertions, 0 deletions
SetSubstituterEnv]: 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