mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: libfilezilla: Add libxcrypt dependency.
* gnu/packages/ftp.scm (libfilezilla)[inputs]: Add libxcrypt. Change-Id: I8deb94c215467c44a5b58ca3fca19ae140b4af9e
This commit is contained in:
parent
8e549fe615
commit
991f1a5f6c
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ (define-module (gnu packages ftp)
|
|||
#:use-module (gnu packages autotools)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages gettext)
|
||||
#:use-module (gnu packages glib)
|
||||
|
@ -190,7 +191,7 @@ (define-public libfilezilla
|
|||
`(#:configure-flags
|
||||
(list "--disable-static")))
|
||||
(native-inputs
|
||||
(list cppunit gettext-minimal pkg-config))
|
||||
(list cppunit gettext-minimal libxcrypt pkg-config))
|
||||
(inputs
|
||||
(list gnutls nettle))
|
||||
(home-page "https://lib.filezilla-project.org")
|
||||
|
|
Loading…
Reference in a new issue