Merge pull request #215334 from superherointj/pkg-mariadb-remove-flag-withEmbedded
mariadb: unlink withNuma from withEmbedded
This commit is contained in:
commit
a3982d44a9
1 changed files with 1 additions and 2 deletions
|
@ -179,8 +179,7 @@ let
|
|||
++ lib.optionals withStorageMroonga [ kytea libsodium msgpack zeromq ]
|
||||
++ lib.optionals (lib.versionAtLeast common.version "10.7") [ fmt_8 ];
|
||||
|
||||
propagatedBuildInputs = lib.optionals withEmbedded
|
||||
(lib.optional withNuma numactl);
|
||||
propagatedBuildInputs = lib.optional withNuma numactl;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace scripts/galera_new_cluster.sh \
|
||||
|
|
Loading…
Reference in a new issue