jbig2dec: Move autoreconfHook from buildInputs to nativeBuildInputs
This commit is contained in:
parent
5aef482f61
commit
d489c64463
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
patchShebangs test_jbig2dec.py
|
||||
'';
|
||||
|
||||
buildInputs = [ autoreconfHook ];
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
checkInputs = [ python3 ];
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in New Issue