diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-06-17 16:06:27 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-17 16:13:36 +0200 |
commit | 45d46223f92b0933aaf9b1392a21d09eaa1e2881 (patch) | |
tree | a9d316d8475240105f5b84f2b31bedfb1af97ea6 /po | |
parent | 25c639e2a3b96204950f1ac8a92cb518783f0d61 (diff) | |
download | patches-45d46223f92b0933aaf9b1392a21d09eaa1e2881.tar patches-45d46223f92b0933aaf9b1392a21d09eaa1e2881.tar.gz |
utils: Add 'invoke/quiet'.
* gnu/build/bootloader.scm (G_): Remove.
(open-pipe-with-stderr, invoke/quiet): Move to...
* guix/build/utils.scm: ... here. Use 'let-values' instead of
'define-values' because Guile 2.0 (the bootstrap Guile) doesn't know
about 'define-values'.
* po/guix/POTFILES.in: Remove gnu/build/bootloader.scm, and add
guix/build/utils.scm.
* tests/build-utils.scm: Remove import of (gnu build bootloader).
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 5172345e5a..9c4b6dedb5 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -37,6 +37,7 @@ gnu/installer/timezone.scm gnu/installer/user.scm gnu/installer/utils.scm gnu/packages/bootstrap.scm +guix/build/utils.scm guix/scripts.scm guix/scripts/build.scm guix/discovery.scm @@ -79,6 +80,4 @@ guix/channels.scm guix/profiles.scm guix/git.scm guix/deprecation.scm -gnu/build/bootloader.scm nix/nix-daemon/guix-daemon.cc - |