···12 nativeBuildInputs = [ cmake pkgconfig ];
1314 # Without this patch cmake fails with a "No known features for CXX compiler"
15- # error
16- patches = [./move-project.patch];
1718 # tells CMake to use this CA bundle file if it is accessible
19 preConfigure = ''export QC_CERTSTORE_PATH=/etc/ssl/certs/ca-certificates.crt'';
···12 nativeBuildInputs = [ cmake pkgconfig ];
1314 # Without this patch cmake fails with a "No known features for CXX compiler"
15+ # error on darwin
16+ patches = stdenv.lib.optional stdenv.isDarwin ./move-project.patch ;
1718 # tells CMake to use this CA bundle file if it is accessible
19 preConfigure = ''export QC_CERTSTORE_PATH=/etc/ssl/certs/ca-certificates.crt'';