pkgs/mariadb: Fix when running without aliases

DataDumper is an alias to `null` in top-level/perl-packages.nix since
it's included as part of perl.
This commit is contained in:
Janne Heß 2020-10-13 15:18:31 +02:00
parent b7620817f6
commit ba003ec930
No known key found for this signature in database
GPG key ID: 69165158F05265DF

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