mysqlWorkbench: fix after lua upgrade for ZHF

This commit is contained in:
Luca Bruno 2014-09-18 12:00:29 +02:00
parent 634e9ab4f8
commit 979206c0b1

View file

@ -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;
};