darktable: lua support requires lua 5.3

https://github.com/NixOS/nixpkgs/issues/33710#issuecomment-356680711

Fixes #33710.
This commit is contained in:
Piotr Bogdan
2018-01-10 19:37:35 +00:00
parent f607771d0f
commit ec5487a4e5
+1
View File
@@ -14453,6 +14453,7 @@ with pkgs;
darktable = callPackage ../applications/graphics/darktable {
inherit (gnome2) GConf libglade;
lua = lua5_3;
pugixml = pugixml.override { shared = true; };
};