gnu: pies: Add libxcrypt dependency.

* gnu/packages/admin.scm (pies)[inputs]: Add libxcrypt.

Change-Id: I5b5e38099a7d0999bcb110c3aaeb1fd7f35813a9
This commit is contained in:
宋文武 2024-06-18 11:58:35 +08:00 committed by Ludovic Courtès
parent c81dcc1777
commit 93f6cf9619
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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