mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
jbig2dec: Move autoreconfHook from buildInputs to nativeBuildInputs
This commit is contained in:
parent
5aef482f61
commit
d489c64463
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
patchShebangs test_jbig2dec.py
|
||||
'';
|
||||
|
||||
buildInputs = [ autoreconfHook ];
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
checkInputs = [ python3 ];
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in a new issue