From 90fad2880dd246bd42533bf6419903935e1f1400 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 25 Nov 2014 22:57:41 +0100 Subject: emacs: Disable build traces produced by the daemon. * emacs/guix-main.scm (process-package-actions, package-source-build-derivation): Pass #:print-build-trace #f to 'set-build-options', to reduce verbosity. --- emacs/guix-main.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/guix-main.scm') diff --git a/emacs/guix-main.scm b/emacs/guix-main.scm index 8ad4dcbdd7..ae3a492249 100644 --- a/emacs/guix-main.scm +++ b/emacs/guix-main.scm @@ -857,6 +857,7 @@ OUTPUTS is a list of package outputs (may be an empty list)." (derivations (list derivation)) (new-profile (derivation->output-path derivation))) (set-build-options store + #:print-build-trace #f #:use-substitutes? use-substitutes?) (show-manifest-transaction store manifest transaction #:dry-run? dry-run?) @@ -908,6 +909,7 @@ GENERATIONS is a list of generation numbers." (let* ((derivation (package-source-derivation store source)) (derivations (list derivation))) (set-build-options store + #:print-build-trace #f #:use-substitutes? use-substitutes?) (show-what-to-build store derivations #:use-substitutes? use-substitutes? -- cgit v1.2.3 nu/packages/gawk.scm?id=1f8ad12a9cdd670e8b2d14c4141bb309b69addcb'>diff
path: root/gnu/packages/gawk.scm
AgeCommit message (Expand)Author
2015-02-27gnu: Remove now unneeded 'localedef' invocations....Ludovic Courtès
2015-01-09build-system/gnu: Patch /usr/bin/file in all 'configure' files....Ludovic Courtès
2015-01-06gnu: gawk: Fix target-system check....Mark H Weaver
2014-11-26gnu: gawk: Build a UTF-8 locale for the tests....Ludovic Courtès
2014-09-13Merge branch 'master' into core-updates...Mark H Weaver
2014-09-13gnu: Adjust synopses as recommended by 'guix lint'....Ludovic Courtès
2014-09-13gnu: Synchronize GNU package descriptions with upstream....Ludovic Courtès
2014-08-29gnu: gawk: Patch /usr/bin/file in extension/configure on MIPS....Mark H Weaver
2014-08-23gnu: Rely on 'file' implicit input and 'patch-usr-bin-file'....Mark H Weaver
2014-08-21Revert "gnu: Add 'file' as a native-input on MIPS for some packages."...Mark H Weaver
2014-08-20gnu: Add 'file' as a native-input on MIPS for some packages....Mark H Weaver
2014-06-18gnu: gawk: Apply work around to build system for MIPS....Mark H Weaver
2014-04-14gnu: gawk: Upgrade to 4.1.1....Ludovic Courtès
2013-12-01gnu: Synchronize descriptions with 'gnumaint'.Ludovic Courtès
2013-10-09Synchronize package descriptions with the Womb....Ludovic Courtès
2013-06-25gnu: gawk: Allow cross-compilation....Ludovic Courtès
2013-06-22gnu: gawk: Upgrade to 4.1.0....Ludovic Courtès
2013-06-21build-system/gnu: Unify with (guix build-system gnu-cross-build)....Ludovic Courtès
2013-06-01gnu: gawk: Refer to the target Bash in io.c....Ludovic Courtès
2013-05-25gnu: gawk: Allow cross-compilation....Ludovic Courtès
2013-04-27gnu: gawk: Update to 4.0.2....Ludovic Courtès
2013-04-17gnu: Use synopses from the Womb....Ludovic Courtès
2013-02-10Re-export `%current-system' from (guix packages)....Ludovic Courtès
2013-01-23packages: Mark the `arguments' field of <package> as thunked....Ludovic Courtès
2013-01-18distro: Change the module name space to (gnu ...)....Ludovic Courtès