Merge pull request #215334 from superherointj/pkg-mariadb-remove-flag-withEmbedded

mariadb: unlink withNuma from withEmbedded
This commit is contained in:
ajs124 2023-02-15 16:33:15 +01:00 committed by GitHub
commit a3982d44a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,8 +179,7 @@ let
++ lib.optionals withStorageMroonga [ kytea libsodium msgpack zeromq ] ++ lib.optionals withStorageMroonga [ kytea libsodium msgpack zeromq ]
++ lib.optionals (lib.versionAtLeast common.version "10.7") [ fmt_8 ]; ++ lib.optionals (lib.versionAtLeast common.version "10.7") [ fmt_8 ];
propagatedBuildInputs = lib.optionals withEmbedded propagatedBuildInputs = lib.optional withNuma numactl;
(lib.optional withNuma numactl);
postPatch = '' postPatch = ''
substituteInPlace scripts/galera_new_cluster.sh \ substituteInPlace scripts/galera_new_cluster.sh \