mariadb: clean up during the rebuild from merging #33513
This commit is contained in:
parent
729f97ef9b
commit
45f6d97e6e
@ -26,11 +26,9 @@ common = rec { # attributes common to both builds
|
|||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
ncurses openssl zlib pcre jemalloc
|
ncurses openssl zlib pcre jemalloc libiconv
|
||||||
] ++ stdenv.lib.optionals stdenv.isLinux [ libaio systemd ]
|
] ++ stdenv.lib.optionals stdenv.isLinux [ libaio systemd ]
|
||||||
++ stdenv.lib.optionals stdenv.isDarwin [ perl fixDarwinDylibNames cctools CoreServices ]
|
++ stdenv.lib.optionals stdenv.isDarwin [ perl fixDarwinDylibNames cctools CoreServices ];
|
||||||
# FIXME: move libiconv outside isDarwin on staging.
|
|
||||||
++ optional stdenv.isDarwin libiconv;
|
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
sed -i 's,[^"]*/var/log,/var/log,g' storage/mroonga/vendor/groonga/CMakeLists.txt
|
sed -i 's,[^"]*/var/log,/var/log,g' storage/mroonga/vendor/groonga/CMakeLists.txt
|
||||||
@ -184,8 +182,7 @@ connector-c = stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
propagatedBuildInputs = [ openssl zlib ];
|
propagatedBuildInputs = [ openssl zlib ];
|
||||||
# FIXME: move libiconv outside isDarwin on staging.
|
buildInputs = [ libiconv ];
|
||||||
buildInputs = stdenv.lib.optional stdenv.isDarwin libiconv;
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user