darktable: lua support requires lua 5.3
https://github.com/NixOS/nixpkgs/issues/33710#issuecomment-356680711 Fixes #33710.
This commit is contained in:
@@ -14453,6 +14453,7 @@ with pkgs;
|
||||
|
||||
darktable = callPackage ../applications/graphics/darktable {
|
||||
inherit (gnome2) GConf libglade;
|
||||
lua = lua5_3;
|
||||
pugixml = pugixml.override { shared = true; };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user