mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
move pthreads to buildInputs
This commit is contained in:
@@ -120,9 +120,11 @@
|
||||
version = manifest.version;
|
||||
strictDeps = true;
|
||||
src = pkgs.lib.cleanSource ./.;
|
||||
buildInputs = [
|
||||
pkgsWin64.windows.pthreads
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
pkgs.perl # Needed to build vendored OpenSSL.
|
||||
pkgsWin64.windows.pthreads
|
||||
];
|
||||
depsBuildBuild = [
|
||||
pkgsWin64.stdenv.cc
|
||||
@@ -183,9 +185,11 @@
|
||||
version = manifest.version;
|
||||
strictDeps = true;
|
||||
src = pkgs.lib.cleanSource ./.;
|
||||
buildInputs = [
|
||||
pkgsWin32.windows.pthreads
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
pkgs.perl # Needed to build vendored OpenSSL.
|
||||
pkgsWin32.windows.pthreads
|
||||
];
|
||||
depsBuildBuild = [
|
||||
winCC
|
||||
|
||||
Reference in New Issue
Block a user