mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
ui: Deduplicate 'show-what-to-build*'.
* guix/ui.scm (show-what-to-build*): New procedure. * guix/scripts/environment.scm (show-what-to-build*): Delete. * guix/scripts/system.scm (show-what-to-build*): Likewise. * build-aux/make-binary-tarball.scm (show-what-to-build*): Likewise.
This commit is contained in:
parent
35481e8be6
commit
4d043ab628
4 changed files with 4 additions and 8 deletions
|
@ -192,9 +192,6 @@ packages."
|
|||
(append-map transitive-inputs packages)))
|
||||
|
||||
;; TODO: Deduplicate these.
|
||||
(define show-what-to-build*
|
||||
(store-lift show-what-to-build))
|
||||
|
||||
(define set-build-options-from-command-line*
|
||||
(store-lift set-build-options-from-command-line))
|
||||
|
||||
|
|
|
@ -67,8 +67,6 @@
|
|||
(store-lift references))
|
||||
(define topologically-sorted*
|
||||
(store-lift topologically-sorted))
|
||||
(define show-what-to-build*
|
||||
(store-lift show-what-to-build))
|
||||
|
||||
|
||||
(define* (copy-item item target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue