Skip to content

Commit

Permalink
luaPackages.image-nvim: correct magick dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 8, 2024
1 parent 47ac956 commit 1918b60
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/lua-modules/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
, libuv
, libxcrypt
, libyaml
, luajitPackages
, mariadb
, magic-enum
, mpfr
Expand Down Expand Up @@ -150,6 +151,13 @@ with prev;
*/
});

image-nvim = prev.image-nvim.overrideAttrs (oa: {
propagatedBuildInputs = [
lua
luajitPackages.magick
];
});

ldbus = prev.ldbus.overrideAttrs (oa: {
extraVariables = {
DBUS_DIR = "${dbus.lib}";
Expand Down

0 comments on commit 1918b60

Please sign in to comment.