aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xiph.scm
diff options
context:
space:
mode:
authorRoel Janssen <roel@gnu.org>2018-04-28 01:45:32 +0200
committerRoel Janssen <roel@gnu.org>2018-04-28 01:45:32 +0200
commit169fa0d813f5c79bc2c0d986d298bcc2eff3106a (patch)
treee2fb97d5831a6770d27367197284319b6772a887 /gnu/packages/xiph.scm
parent6a71d454de3d75b5abc74d09c38ff6ba9b2f0f9a (diff)
downloadguix-169fa0d813f5c79bc2c0d986d298bcc2eff3106a.tar.gz
guix-169fa0d813f5c79bc2c0d986d298bcc2eff3106a.zip
gnu: gnome-terminal: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.28.1.
Diffstat (limited to 'gnu/packages/xiph.scm')
0 files changed, 0 insertions, 0 deletions
tore::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