Merge #193914: mysql-client: fix fallout from removing this alias

This commit is contained in:
Vladimír Čunát
2022-10-01 17:27:05 +02:00
2 changed files with 3 additions and 3 deletions
+2 -2
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 ];
+1 -1
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