mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
ui: Remove 'show-derivation-outputs'.
* guix/ui.scm (show-derivation-outputs): Remove.
This commit is contained in:
parent
0c8491cbbe
commit
ca9050d517
1 changed files with 0 additions and 9 deletions
|
@ -67,7 +67,6 @@ (define-module (guix ui)
|
|||
make-regexp*
|
||||
string->number*
|
||||
size->number
|
||||
show-derivation-outputs
|
||||
show-what-to-build
|
||||
show-what-to-build*
|
||||
show-manifest-transaction
|
||||
|
@ -548,14 +547,6 @@ (define (read/eval-package-expression str)
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue