guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]