perlPackages: pkgs.mysql-client -> pkgs.mariadb.client

Fix building with `config.allowAliases = false;`.
This commit is contained in:
Samuel Gräfenstein 2021-03-16 20:10:14 +01:00
parent b1383168fd
commit 06ebe5e6a6
No known key found for this signature in database
GPG Key ID: EF76A063F15C63C8

View File

@ -14866,7 +14866,7 @@ let
url = "mirror://cpan/authors/id/E/ES/ESTRABD/MySQL-Diff-0.60.tar.gz";
sha256 = "5d7080a4bd5714ff9ef536aa774a7adb3c6f0e760215ca6c39d8a3545344f956";
};
propagatedBuildInputs = [ pkgs.mysql-client FileSlurp StringShellQuote ];
propagatedBuildInputs = [ pkgs.mariadb.client FileSlurp StringShellQuote ];
meta = {
homepage = "https://github.com/estrabd/mysqldiff";
description = "Generates a database upgrade instruction set";