From 82517bf14e7ddd069a78568fee3ced2e0dbdf470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 1 Oct 2022 16:33:12 +0200 Subject: [PATCH] mysql-client: fix fallout from removing this alias Removed in commit 57b25916f32 from PR #192681. --- pkgs/development/lisp-modules-new/ql.nix | 4 ++-- pkgs/top-level/aliases.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/lisp-modules-new/ql.nix b/pkgs/development/lisp-modules-new/ql.nix index 2c164271984e..8e06ef75a1f6 100644 --- a/pkgs/development/lisp-modules-new/ql.nix +++ b/pkgs/development/lisp-modules-new/ql.nix @@ -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 ]; diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index a2328a1f3f91..be8c0cf615af 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -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