mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
build(nix): move pthreads to nativeBuildInputs for windows builds
This commit is contained in:
@@ -122,10 +122,10 @@
|
|||||||
src = pkgs.lib.cleanSource ./.;
|
src = pkgs.lib.cleanSource ./.;
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.perl # Needed to build vendored OpenSSL.
|
pkgs.perl # Needed to build vendored OpenSSL.
|
||||||
|
pkgsWin64.windows.pthreads
|
||||||
];
|
];
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
pkgsWin64.stdenv.cc
|
pkgsWin64.stdenv.cc
|
||||||
pkgsWin64.windows.pthreads
|
|
||||||
];
|
];
|
||||||
auditable = false; # Avoid cargo-auditable failures.
|
auditable = false; # Avoid cargo-auditable failures.
|
||||||
doCheck = false; # Disable test as it requires network access.
|
doCheck = false; # Disable test as it requires network access.
|
||||||
@@ -185,10 +185,10 @@
|
|||||||
src = pkgs.lib.cleanSource ./.;
|
src = pkgs.lib.cleanSource ./.;
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.perl # Needed to build vendored OpenSSL.
|
pkgs.perl # Needed to build vendored OpenSSL.
|
||||||
|
pkgsWin32.windows.pthreads
|
||||||
];
|
];
|
||||||
depsBuildBuild = [
|
depsBuildBuild = [
|
||||||
winCC
|
winCC
|
||||||
pkgsWin32.windows.pthreads
|
|
||||||
];
|
];
|
||||||
auditable = false; # Avoid cargo-auditable failures.
|
auditable = false; # Avoid cargo-auditable failures.
|
||||||
doCheck = false; # Disable test as it requires network access.
|
doCheck = false; # Disable test as it requires network access.
|
||||||
|
|||||||
Reference in New Issue
Block a user