[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: ui: Remove 'show-derivation-outputs'.
From: |
Ludovic Courtès |
Subject: |
05/06: ui: Remove 'show-derivation-outputs'. |
Date: |
Mon, 9 Jan 2017 22:33:56 +0000 (UTC) |
civodul pushed a commit to branch wip-gexp-grafts
in repository guix.
commit 74ccf1e68ea979412da4edada55dc6ae69608363
Author: Ludovic Courtès <address@hidden>
Date: Mon Jan 9 23:12:07 2017 +0100
ui: Remove 'show-derivation-outputs'.
* guix/ui.scm (show-derivation-outputs): Remove.
---
guix/ui.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/guix/ui.scm b/guix/ui.scm
index 7d4c437..6b8afe8 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -67,7 +67,6 @@
make-regexp*
string->number*
size->number
- show-derivation-outputs
show-what-to-build
show-what-to-build*
show-manifest-transaction
@@ -548,14 +547,6 @@ error."
(leave (_ "expression ~s does not evaluate to a package~%")
str))))
-(define (show-derivation-outputs derivation)
- "Show the output file names of DERIVATION."
- (format #t "~{~a~%~}"
- (map (match-lambda
- ((out-name . out)
- (derivation->output-path derivation out-name)))
- (derivation-outputs derivation))))
-
(define* (show-what-to-build store drv
#:key dry-run? (use-substitutes? #t)
(mode (build-mode normal)))
- branch wip-gexp-grafts created (now f2abcdf), Ludovic Courtès, 2017/01/09
- 01/06: packages: Factorize computation of the replacement graft., Ludovic Courtès, 2017/01/09
- 03/06: DRAFT store: Add support for build continuations., Ludovic Courtès, 2017/01/09
- 05/06: ui: Remove 'show-derivation-outputs'.,
Ludovic Courtès <=
- 02/06: gexp: Compilers can now provide a procedure returning applicable grafts., Ludovic Courtès, 2017/01/09
- 06/06: DRAFT gexp: Turn grafting into a build continuation., Ludovic Courtès, 2017/01/09
- 04/06: Callers of 'build-derivations' & co. now honor its result., Ludovic Courtès, 2017/01/09