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
commit 7298f524e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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