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 32 fetchSubmodules = true; 33 33 }; 34 34 35 + strictDeps = true; 36 + 35 37 nativeBuildInputs = [ 36 38 cmake 37 - gtest 38 39 pkg-config 39 40 asciidoc 40 41 doxygen ··· 64 65 buildInputs = [ 65 66 giflib 66 67 gperftools # provides `libtcmalloc` 68 + gtest 67 69 libjpeg 68 70 libpng 69 71 libwebp