release: 1.0.5

fix

fix
This commit is contained in:
Per Stark
2026-06-24 22:02:31 +02:00
parent ba3fd6ed46
commit 99faca05dc
119 changed files with 1057 additions and 700 deletions
+3 -4
View File
@@ -6,8 +6,7 @@
cacert,
writeText,
writeShellScript,
}:
let
}: let
cmakeOverride = writeText "override.cmake" ''
# macOS paths usually start with /Users/*. Unfortunately, clang-cl interprets
# paths starting with /U as macro undefines, so we need to put a -- before the
@@ -110,8 +109,7 @@ let
exec "$real_clang_cl" "$@"
'';
in
{
in {
inherit clangClWrapper;
xwinCargoCache = stdenv.mkDerivation {
@@ -129,6 +127,7 @@ in
buildCommand = ''
set -eo pipefail
export XWIN_ACCEPT_LICENSE=true
export XWIN_HTTP_RETRY=5
export SSL_CERT_FILE="${cacert}/etc/ssl/certs/ca-certificates.crt"
export SSL_CERT_DIR="${cacert}/etc/ssl/certs"
export NIX_SSL_CERT_FILE="${cacert}/etc/ssl/certs/ca-certificates.crt"