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