From be954670f25267145322f9301d574f7a58343607 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Tue, 27 Oct 2015 13:08:00 -0500 Subject: [PATCH] kate: wrap with Qt paths --- pkgs/applications/kde-apps-15.08/kate.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/kde-apps-15.08/kate.nix b/pkgs/applications/kde-apps-15.08/kate.nix index b66d015a3bc..91eeb2314a4 100644 --- a/pkgs/applications/kde-apps-15.08/kate.nix +++ b/pkgs/applications/kde-apps-15.08/kate.nix @@ -58,6 +58,10 @@ kdeApp { kwindowsystem plasma-framework ]; + postInstall = '' + wrapQtProgram "$out/bin/kate" + wrapQtProgram "$out/bin/kwrite" + ''; meta = { license = with lib.licenses; [ gpl3 lgpl3 lgpl2 ]; maintainers = [ lib.maintainers.ttuegel ];