mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: toybox: Add libxcrypt dependency.
* gnu/packages/busybox.scm (toybox)[inputs]: Add libxcrypt. Change-Id: I57f69e62e98ecc8f64d8411780488a26274ade85
This commit is contained in:
parent
f87a1be260
commit
164b204413
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ (define-module (gnu packages busybox)
|
|||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages algebra)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages perl))
|
||||
|
||||
(define-public busybox
|
||||
|
@ -163,6 +164,7 @@ (define-public toybox
|
|||
(delete-file-recursively (string-append #$output "/usr")))))
|
||||
#:test-target "tests"))
|
||||
(native-inputs (list bc))
|
||||
(inputs (list libxcrypt))
|
||||
(synopsis "Many common UNIX utilities in a single executable")
|
||||
(description "ToyBox combines tiny versions of many common UNIX utilities
|
||||
into a single small executable. It provides a fairly complete environment for
|
||||
|
|
Loading…
Reference in a new issue