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

View file

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