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.
This commit is contained in:
Jan Tojnar 2020-10-02 17:16:23 +02:00
parent 7e359f1ef1
commit b2ff709179
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

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