Skip to content

Commit

Permalink
Merge #280677: libjxl: fix build with strictDeps = true;
Browse files Browse the repository at this point in the history
...into staging
  • Loading branch information
vcunat committed Mar 12, 2024
2 parents e28c20b + 92ed43b commit 7404692
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/libraries/libjxl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};

strictDeps = true;

nativeBuildInputs = [
cmake
gtest
pkg-config
asciidoc
doxygen
Expand Down Expand Up @@ -64,6 +65,7 @@ stdenv.mkDerivation rec {
buildInputs = [
giflib
gperftools # provides `libtcmalloc`
gtest
libjpeg
libpng
libwebp
Expand Down

0 comments on commit 7404692

Please sign in to comment.