dico: fix cross-compilation

This commit is contained in:
Nikolay Korotkiy 2021-11-19 01:18:35 +03:00
parent 9c177f0a1f
commit a5f19b5fa8
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -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;