3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #146556 from sikmir/dico

This commit is contained in:
Sandro 2021-11-29 21:05:34 +01:00 committed by GitHub
commit 29922b879e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;