haskellPackages.quick-process: provide git for testsuite compilation

This commit is contained in:
sternenseemann
2026-03-12 13:11:25 +01:00
parent 19e7cce1f4
commit f949e4c7ca
@@ -326,6 +326,9 @@ builtins.intersectAttrs super {
];
}) super.arbtt;
# Needs to execute `git` while compiling the test suite?!
quick-process = addTestToolDepends [ pkgs.buildPackages.git ] super.quick-process;
hzk = appendConfigureFlag "--extra-include-dirs=${pkgs.zookeeper_mt}/include/zookeeper" super.hzk;
# Foreign dependency name clashes with another Haskell package.