rocksdb, s7, python3, flint, release-cross: mingw_w64_pthreads -> pthreads
This commit is contained in:
parent
8e2c959cdb
commit
bb7c7900e1
@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs =
|
||||
lib.optional enableJemalloc jemalloc
|
||||
++ lib.optional enableLiburing liburing
|
||||
++ lib.optional stdenv.hostPlatform.isMinGW windows.mingw_w64_pthreads;
|
||||
++ lib.optional stdenv.hostPlatform.isMinGW windows.pthreads;
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
||||
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libmpc
|
||||
]
|
||||
++ lib.optional withNrepl notcurses
|
||||
++ lib.optional stdenv.hostPlatform.isMinGW windows.mingw_w64_pthreads;
|
||||
++ lib.optional stdenv.hostPlatform.isMinGW windows.pthreads;
|
||||
|
||||
# The following scripts are modified from [Guix's](https://packages.guix.gnu.org/packages/s7/).
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
openssl
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isMinGW [
|
||||
windows.mingw_w64_pthreads
|
||||
windows.pthreads
|
||||
];
|
||||
|
||||
patches = lib.optionals stdenv.hostPlatform.isMinGW [
|
||||
|
||||
@ -248,7 +248,7 @@ let
|
||||
]
|
||||
++ optionals stdenv.hostPlatform.isMinGW [
|
||||
windows.dlfcn
|
||||
windows.mingw_w64_pthreads
|
||||
windows.pthreads
|
||||
]
|
||||
++ optionals tzdataSupport [
|
||||
tzdata
|
||||
|
||||
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||
ntl
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isMinGW [
|
||||
windows.mingw_w64_pthreads
|
||||
windows.pthreads
|
||||
];
|
||||
|
||||
# We're not using autoreconfHook because flint's bootstrap
|
||||
|
||||
@ -154,8 +154,7 @@ self: super:
|
||||
libxcb = super.libxcb.overrideAttrs (attrs: {
|
||||
# $dev/include/xcb/xcb.h includes pthread.h
|
||||
propagatedBuildInputs =
|
||||
attrs.propagatedBuildInputs or [ ]
|
||||
++ lib.optional stdenv.hostPlatform.isMinGW windows.mingw_w64_pthreads;
|
||||
attrs.propagatedBuildInputs or [ ] ++ lib.optional stdenv.hostPlatform.isMinGW windows.pthreads;
|
||||
configureFlags = [
|
||||
"--enable-xkb"
|
||||
"--enable-xinput"
|
||||
|
||||
@ -109,7 +109,7 @@ let
|
||||
libffi = nativePlatforms;
|
||||
libtool = nativePlatforms;
|
||||
libunistring = nativePlatforms;
|
||||
windows.mingw_w64_pthreads = nativePlatforms;
|
||||
windows.pthreads = nativePlatforms;
|
||||
};
|
||||
|
||||
wasiCommon = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user