mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pies: Add libxcrypt dependency.
* gnu/packages/admin.scm (pies)[inputs]: Add libxcrypt. Change-Id: I5b5e38099a7d0999bcb110c3aaeb1fd7f35813a9
This commit is contained in:
parent
c81dcc1777
commit
93f6cf9619
1 changed files with 1 additions and 0 deletions
|
@ -951,6 +951,7 @@ memory, disks, network and processes. It's a Python port and continuation of
|
|||
(("\"/bin/sh\"")
|
||||
(string-append "\"" bash "/bin/sh\"")))))))))
|
||||
(native-inputs (list bison flex))
|
||||
(inputs (list libxcrypt))
|
||||
(home-page "https://www.gnu.org.ua/software/pies/")
|
||||
(synopsis "Program invocation and execution supervisor")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue