Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge #280677: libjxl: fix build with strictDeps = true;

...into staging

+3 -1
+3 -1
pkgs/development/libraries/libjxl/default.nix
··· 32 fetchSubmodules = true; 33 }; 34 35 nativeBuildInputs = [ 36 cmake 37 - gtest 38 pkg-config 39 asciidoc 40 doxygen ··· 64 buildInputs = [ 65 giflib 66 gperftools # provides `libtcmalloc` 67 libjpeg 68 libpng 69 libwebp
··· 32 fetchSubmodules = true; 33 }; 34 35 + strictDeps = true; 36 + 37 nativeBuildInputs = [ 38 cmake 39 pkg-config 40 asciidoc 41 doxygen ··· 65 buildInputs = [ 66 giflib 67 gperftools # provides `libtcmalloc` 68 + gtest 69 libjpeg 70 libpng 71 libwebp