meld: Fix build on Darwin

Meld’s post install script requires gtk-update-icon-cache program on PATH.
Because Meld is a Python app, it uses strictDeps so we need to explicitly
add the program to nativeBuildInputs.

For some reason, Linux version has the program available, though,
which hides the missing dependency. Perhaps it is propagated by something
but I do not know how to determine it.
wip/yesman
Jan Tojnar 4 years ago
parent 7e359f1ef1
commit b2ff709179
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 1
      pkgs/applications/version-management/meld/default.nix

@ -37,6 +37,7 @@ python3.pkgs.buildPythonApplication rec {
desktop-file-utils
gobject-introspection
wrapGAppsHook
gtk3 # for gtk-update-icon-cache
];
buildInputs = [

Loading…
Cancel
Save