Merge pull request #33716 from pbogdan/darktable-lua

darktable: lua support requires lua 5.3
This commit is contained in:
adisbladis 2018-01-12 10:44:35 +08:00 committed by GitHub
commit b3b3de67fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14464,6 +14464,7 @@ with pkgs;
darktable = callPackage ../applications/graphics/darktable {
inherit (gnome2) GConf libglade;
lua = lua5_3;
pugixml = pugixml.override { shared = true; };
};