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:
parent
b7620817f6
commit
ba003ec930
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue