mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Merge pull request #33716 from pbogdan/darktable-lua
darktable: lua support requires lua 5.3
This commit is contained in:
commit
b3b3de67fa
@ -14464,6 +14464,7 @@ with pkgs;
|
||||
|
||||
darktable = callPackage ../applications/graphics/darktable {
|
||||
inherit (gnome2) GConf libglade;
|
||||
lua = lua5_3;
|
||||
pugixml = pugixml.override { shared = true; };
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user