mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: txr: Add missing input.
* gnu/packages/lisp.scm (txr)[inputs]: Add libxcrypt. Change-Id: I35e306f84be9180627365bbdfcd69b1469b9331b
This commit is contained in:
parent
a2c694dc6d
commit
79dc6ae4f3
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@ (define-module (gnu packages lisp)
|
|||
#:use-module (gnu packages boost)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages curl)
|
||||
#:use-module (gnu packages dbm)
|
||||
#:use-module (gnu packages elf)
|
||||
|
@ -1717,6 +1718,7 @@ (define-public txr
|
|||
(inputs
|
||||
(list bash-minimal
|
||||
libffi
|
||||
libxcrypt
|
||||
zlib))
|
||||
(synopsis "General-purpose, multi-paradigm programming language")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue