1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 17:20:32 +02:00

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

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