mysqlWorkbench: fix after lua upgrade for ZHF
This commit is contained in:
parent
634e9ab4f8
commit
979206c0b1
1 changed files with 1 additions and 1 deletions
|
@ -11596,7 +11596,7 @@ let
|
|||
lkproof = callPackage ../tools/typesetting/tex/lkproof { };
|
||||
|
||||
mysqlWorkbench = newScope gnome ../applications/misc/mysql-workbench {
|
||||
lua = lua5;
|
||||
lua = lua5_1;
|
||||
inherit (pythonPackages) pexpect paramiko;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue