konsole: wrap with Qt path

This commit is contained in:
Thomas Tuegel 2015-10-27 13:12:27 -05:00
parent be954670f2
commit 19ebf93df3

View File

@ -2,6 +2,7 @@
, lib
, extra-cmake-modules
, kdoctools
, makeQtWrapper
, qtscript
, kbookmarks
, kcompletion
@ -30,6 +31,7 @@ kdeApp {
nativeBuildInputs = [
extra-cmake-modules
kdoctools
makeQtWrapper
];
buildInputs = [
qtscript
@ -56,6 +58,9 @@ kdeApp {
ki18n
kwindowsystem
];
postInstall = ''
wrapQtProgram "$out/bin/konsole"
'';
meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
maintainers = [ lib.maintainers.ttuegel ];