dico: fix build with libxcrypt
This commit is contained in:
parent
125ec340c8
commit
fd1bcb107a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ fetchurl, lib, stdenv, libtool, gettext, zlib, readline, gsasl
|
||||
, guile, python3, pcre, libffi, groff }:
|
||||
, guile, python3, pcre, libffi, groff, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dico";
|
||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ groff ];
|
||||
|
||||
buildInputs =
|
||||
[ libtool gettext zlib readline gsasl guile python3 pcre libffi ];
|
||||
[ libtool gettext zlib readline gsasl guile python3 pcre libffi libxcrypt ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue