Merge pull request #100413 from helsinki-systems/fix/mariadb-perl

pkgs/mariadb: Fix when running without aliases
This commit is contained in:
Aaron Andersen
2020-10-27 08:23:56 -04:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ let # in mariadb # spans the whole file
libExt = stdenv.hostPlatform.extensions.sharedLibrary;
mytopEnv = perl.withPackages (p: with p; [ DataDumper DBDmysql DBI TermReadKey ]);
mytopEnv = perl.withPackages (p: with p; [ DBDmysql DBI TermReadKey ]);
mariadb = server // {
inherit client; # MariaDB Client