jbig2dec: Move autoreconfHook from buildInputs to nativeBuildInputs

This commit is contained in:
Christian Kampka 2020-08-31 14:45:43 +02:00 committed by Frederik Rietdijk
parent 5aef482f61
commit d489c64463
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
patchShebangs test_jbig2dec.py patchShebangs test_jbig2dec.py
''; '';
buildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];
checkInputs = [ python3 ]; checkInputs = [ python3 ];
doCheck = true; doCheck = true;