mailutils: fix build with multiple mariadb outputs

This commit is contained in:
Thomas Tuegel 2020-09-09 09:52:46 -05:00
parent f72d7dcf77
commit 26265555f5
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -18,9 +18,6 @@ stdenv.mkDerivation rec {
*/Makefile{.in,.am}
sed -i 's:/usr/lib/mysql:${libmysqlclient}/lib/mysql:' configure.ac
sed -i 's/0\.18/0.19/' configure.ac
sed -i -e 's:mysql/mysql.h:mysql.h:' \
-e 's:mysql/errmsg.h:errmsg.h:' \
sql/mysql.c
'';
nativeBuildInputs = [