mysql-client: fix fallout from removing this alias

Removed in commit 57b25916f32 from PR #192681.
This commit is contained in:
Vladimír Čunát 2022-10-01 16:33:12 +02:00
parent e94718ba34
commit 82517bf14e
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ let
nativeLibs = [ glib gobject-introspection ];
};
cl-mysql = pkg: {
nativeLibs = [ mysql-client ];
nativeLibs = [ mariadb.client ];
};
clsql-postgresql = pkg: {
nativeLibs = [ postgresql.lib ];
@ -44,7 +44,7 @@ let
nativeLibs = [ webkitgtk ];
};
dbd-mysql = pkg: {
nativeLibs = [ mysql-client ];
nativeLibs = [ mariadb.client ];
};
lla = pkg: {
nativeLibs = [ openblas ];

View file

@ -743,7 +743,7 @@ mapAliases ({
mumble_git = throw "'mumble_git' has been renamed to/replaced by 'pkgs.mumble'"; # Converted to throw 2022-09-24
murmur_git = throw "'murmur_git' has been renamed to/replaced by 'pkgs.murmur'"; # Converted to throw 2022-09-24
mutt-with-sidebar = mutt; # Added 2022-09-17
mysql-client = throw "'mysql-client' has been renamed to/replaced by 'hiPrio'"; # Converted to throw 2022-09-24
mysql-client = throw "'mysql-client' has been renamed to/replaced by 'mariadb.client'"; # Converted to throw 2022-09-24
mysql = throw "'mysql' has been renamed to/replaced by 'mariadb'"; # Converted to throw 2022-09-24
mesa_drivers = throw "'mesa_drivers' has been renamed to/replaced by 'mesa.drivers'"; # Converted to throw 2022-09-24