nixpkgs/pkgs/development/libraries/kde-frameworks/extra-cmake-modules
Thomas Tuegel 194b23e6db
extra-cmake-modules: Use associative array to recognize paths
Fixes #99308.

Use an associative array to recognize paths that have already been seen by the
host path hook. This takes advantage of fast lookup of associative array keys in
Bash. The previous solution scanned a linear array, which was accidentally
quadratic.
2022-01-17 12:28:16 -06:00
..
default.nix
nix-lib-path.patch kde-frameworks: 5.87 -> 5.89 2021-12-19 05:00:20 +01:00
setup-hook.sh extra-cmake-modules: Use associative array to recognize paths 2022-01-17 12:28:16 -06:00