libsForQt5.qca-qt5: fix darwin build

This commit is contained in:
Stéphan Kochen
2021-05-17 20:01:20 +02:00
parent 11d75bc234
commit b9efe88a98
2 changed files with 0 additions and 21 deletions
@@ -14,10 +14,6 @@ stdenv.mkDerivation rec {
dontWrapQtApps = true;
# Without this patch cmake fails with a "No known features for CXX compiler"
# error on darwin
patches = lib.optional stdenv.isDarwin ./move-project.patch ;
# tells CMake to use this CA bundle file if it is accessible
preConfigure = "export QC_CERTSTORE_PATH=/etc/ssl/certs/ca-certificates.crt";