aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/avahi.scm
diff options
context:
space:
mode:
authorguy fleury iteriteka <gfleury@disroot.org>2020-04-15 15:07:29 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2020-04-15 15:15:27 +0200
commit141262f266ab702c856f634889d4130ae661e79f (patch)
tree679803b8819ad5cd24e28bd63ce3c01e34088cc6 /gnu/services/avahi.scm
parentdfe277a5ce60d487fe44840506206fea8507bc69 (diff)
downloadguix-141262f266ab702c856f634889d4130ae661e79f.tar.gz
guix-141262f266ab702c856f634889d4130ae661e79f.zip
gnu: Add gtkd.
* gnu/packages/dlang.scm (gtkd): New variable.
Diffstat (limited to 'gnu/services/avahi.scm')
0 files changed, 0 insertions, 0 deletions
gent'. (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