Skip to content

Commit

Permalink
overrides: fix patch for imagecodecs (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzx9 committed Sep 15, 2024
1 parent 9a04664 commit a0cbe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ lib.composeManyExtensions [
patchPhase = ''
substituteInPlace setup.py \
--replace-warn "/usr/include/openjpeg-2.3" \
"${pkgs.openjpeg.dev}/include/${pkgs.openjpeg.dev.incDir}
"${pkgs.openjpeg.dev}/include/${pkgs.openjpeg.dev.incDir}"
substituteInPlace setup.py \
--replace-warn "/usr/include/jxrlib" \
"$out/include/libjxr"
Expand Down

0 comments on commit a0cbe91

Please sign in to comment.