mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@
|
||||||
#:use-module (gnu packages admin)
|
#:use-module (gnu packages admin)
|
||||||
#:use-module (gnu packages algebra)
|
#:use-module (gnu packages algebra)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
|
#:use-module (gnu packages crypto)
|
||||||
#:use-module (gnu packages perl))
|
#:use-module (gnu packages perl))
|
||||||
|
|
||||||
(define-public busybox
|
(define-public busybox
|
||||||
|
@ -163,6 +164,7 @@ any small or embedded system.")
|
||||||
(delete-file-recursively (string-append #$output "/usr")))))
|
(delete-file-recursively (string-append #$output "/usr")))))
|
||||||
#:test-target "tests"))
|
#:test-target "tests"))
|
||||||
(native-inputs (list bc))
|
(native-inputs (list bc))
|
||||||
|
(inputs (list libxcrypt))
|
||||||
(synopsis "Many common UNIX utilities in a single executable")
|
(synopsis "Many common UNIX utilities in a single executable")
|
||||||
(description "ToyBox combines tiny versions of many common UNIX utilities
|
(description "ToyBox combines tiny versions of many common UNIX utilities
|
||||||
into a single small executable. It provides a fairly complete environment for
|
into a single small executable. It provides a fairly complete environment for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue