nixos/wyoming/{faster-whisper,piper}: drop download directory (#376447)
[NixPkgs.git] / pkgs / by-name / dr / drogon / fix_find_package.patch
blob49754b9fa2201800aa5e6bed07722206baed1ce8
1 diff --git i/test.sh w/test.sh
2 index 4796ff11..a6627fec 100755
3 --- i/test.sh
4 +++ w/test.sh
5 @@ -148,7 +148,7 @@ function do_drogon_ctl_test()
6 -DCMAKE_POLICY_DEFAULT_CMP0091=NEW \
7 -DCMAKE_CXX_STANDARD=17"
8 fi
9 - cmake .. $cmake_gen
10 + cmake .. $cmake_gen -DDrogon_DIR=$out/lib/cmake/Drogon -DTrantor_DIR=$out/lib/cmake/Trantor
12 if [ $? -ne 0 ]; then
13 echo "Failed to run CMake for example project"