mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
mysqlWorkbench: fix after lua upgrade for ZHF
This commit is contained in:
parent
634e9ab4f8
commit
979206c0b1
@ -11596,7 +11596,7 @@ let
|
|||||||
lkproof = callPackage ../tools/typesetting/tex/lkproof { };
|
lkproof = callPackage ../tools/typesetting/tex/lkproof { };
|
||||||
|
|
||||||
mysqlWorkbench = newScope gnome ../applications/misc/mysql-workbench {
|
mysqlWorkbench = newScope gnome ../applications/misc/mysql-workbench {
|
||||||
lua = lua5;
|
lua = lua5_1;
|
||||||
inherit (pythonPackages) pexpect paramiko;
|
inherit (pythonPackages) pexpect paramiko;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user