mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: texmacs: Add libxcrypt dependency.
* gnu/packages/text-editors.scm (texmacs)[inputs]: Add libxcrypt. Change-Id: I746dde1dda33c7c8b23242442dc2c2cadade07ec
This commit is contained in:
parent
9db4796d80
commit
4a3bf9f60d
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,7 @@ (define-module (gnu packages text-editors)
|
|||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages cpp)
|
||||
#:use-module (gnu packages crates-io)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages curl)
|
||||
#:use-module (gnu packages datastructures)
|
||||
#:use-module (gnu packages documentation)
|
||||
|
@ -984,6 +985,7 @@ (define-public texmacs
|
|||
(list freetype
|
||||
guile-1.8
|
||||
libjpeg-turbo
|
||||
libxcrypt
|
||||
perl
|
||||
python-wrapper
|
||||
qtbase-5
|
||||
|
|
Loading…
Reference in a new issue