treewide: Fix mysql alias deprecation breakage
62733b37b4 broke evaluation in all
places `pkgs.mysql` was used. Fix this by changing all occurrences to
`pkgs.mariadb`.
(cherry picked from commit 59e0120aa5c1241d48048afa615e25c65d7e366d)
This commit is contained in:
committed by
github-actions[bot]
parent
e3ede71a0f
commit
a60818cacd
@@ -173,7 +173,7 @@ with super;
|
||||
MYSQL_LIBDIR="${pkgs.libmysqlclient}/lib/mysql";
|
||||
};
|
||||
buildInputs = [
|
||||
pkgs.mysql.client
|
||||
pkgs.mariadb.client
|
||||
pkgs.libmysqlclient
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user