dico: fix cross-compilation

main
Nikolay Korotkiy 3 years ago
parent 9c177f0a1f
commit a5f19b5fa8
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
  1. 6
      pkgs/servers/dico/default.nix

@ -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…
Cancel
Save