dico: fix cross-compilation
This commit is contained in:
parent
9c177f0a1f
commit
a5f19b5fa8
1 changed files with 5 additions and 1 deletions
|
@ -12,8 +12,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
nativeBuildInputs = [ groff ];
|
||||
|
||||
buildInputs =
|
||||
[ libtool gettext zlib readline gsasl guile python3 pcre libffi groff ];
|
||||
[ libtool gettext zlib readline gsasl guile python3 pcre libffi ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue