aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-01-27 23:20:16 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-01-27 23:21:43 +0100
commit1163349b7009ba60f7e441952a798d5df255db0d (patch)
treeda8ab39f3e6771c02b646567a56acb3fb3b0a5e4 /bootstrap
parentb4639c0ed07552e143c588cf18ec85681db70d9e (diff)
downloadguix-1163349b7009ba60f7e441952a798d5df255db0d.tar.gz
guix-1163349b7009ba60f7e441952a798d5df255db0d.zip
gnu: emacs-skeletor: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-skeletor)[arguments]: Use G-expressions. <#:phases>: Remove unnecessary phase. Remove trailing #T. [propagated-inputs]: Reorder inputs alphabetically.
Diffstat (limited to 'bootstrap')
0 files changed, 0 insertions, 0 deletions
ference 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