Merge pull request #145117 from helsinki-systems/mariadb-uring
mariadb: add liburing
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ lib, stdenv, fetchurl, fetchFromGitHub, cmake, pkg-config, makeWrapper, ncurses, nixosTests
|
{ lib, stdenv, fetchurl, fetchFromGitHub, cmake, pkg-config, makeWrapper, ncurses, nixosTests
|
||||||
, libiconv, openssl, pcre2, boost, judy, bison, libxml2, libkrb5, linux-pam, curl
|
, libiconv, openssl, pcre2, boost, judy, bison, libxml2, libkrb5, linux-pam, curl
|
||||||
, libaio, libevent, jemalloc, cracklib, systemd, perl
|
, liburing, libevent, jemalloc, cracklib, systemd, perl
|
||||||
, bzip2, lz4, lzo, snappy, xz, zlib, zstd
|
, bzip2, lz4, lzo, snappy, xz, zlib, zstd
|
||||||
, fixDarwinDylibNames, cctools, CoreServices, less
|
, fixDarwinDylibNames, cctools, CoreServices, less
|
||||||
, numactl # NUMA Support
|
, numactl # NUMA Support
|
||||||
@@ -34,7 +34,7 @@ common = rec { # attributes common to both builds
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
ncurses openssl zlib pcre2 libiconv curl
|
ncurses openssl zlib pcre2 libiconv curl
|
||||||
] ++ optionals stdenv.hostPlatform.isLinux [ libaio systemd libkrb5 ]
|
] ++ optionals stdenv.hostPlatform.isLinux [ liburing systemd libkrb5 ]
|
||||||
++ optionals stdenv.hostPlatform.isDarwin [ perl cctools CoreServices ]
|
++ optionals stdenv.hostPlatform.isDarwin [ perl cctools CoreServices ]
|
||||||
++ optional (!stdenv.hostPlatform.isDarwin) [ jemalloc ];
|
++ optional (!stdenv.hostPlatform.isDarwin) [ jemalloc ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user