Merge pull request #266254 from amjoseph-nixpkgs/pr/jbig2dec/fixcross

jbig2dec: fix cross
This commit is contained in:
Rick van Schijndel
2023-12-06 22:10:00 +01:00
committed by GitHub
@@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoconf automake libtool ];
# `autogen.sh` runs `configure`, and expects that any flags needed
# by `configure` (like `--host`) are passed to `autogen.sh`.
configureScript = "./autogen.sh";
nativeCheckInputs = [ python3 ];
doCheck = true;