aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pdf.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-18 17:48:43 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-18 17:49:31 +0100
commit4de63cf3fc0a831d75cb507456821104f24800c2 (patch)
tree4501976df289a25b2751fdf8e2e25b52c441122f /gnu/packages/pdf.scm
parent61d399c5fb2c50c7a0f34b8000c03ad1f0f44082 (diff)
downloadguix-4de63cf3fc0a831d75cb507456821104f24800c2.tar.gz
guix-4de63cf3fc0a831d75cb507456821104f24800c2.zip
gnu: tor: Update to 0.4.2.7.
* gnu/packages/tor.scm (tor): Update to 0.4.2.7.
Diffstat (limited to 'gnu/packages/pdf.scm')
0 files changed, 0 insertions, 0 deletions
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