Skip to content

Commit

Permalink
Merge pull request #266254 from amjoseph-nixpkgs/pr/jbig2dec/fixcross
Browse files Browse the repository at this point in the history
jbig2dec: fix cross
  • Loading branch information
Mindavi authored Dec 6, 2023
2 parents 5860ebf + f4c5149 commit f073095
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/jbig2dec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f073095

Please sign in to comment.