Merge pull request #266254 from amjoseph-nixpkgs/pr/jbig2dec/fixcross
jbig2dec: fix cross
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user