dolphin: wrap with Qt paths

This commit is contained in:
Thomas Tuegel 2015-10-27 12:10:37 -05:00
parent b4b2e7c23d
commit fc4468e40a

View File

@ -2,6 +2,7 @@
, lib
, extra-cmake-modules
, kdoctools
, makeQtWrapper
, kinit
, kcmutils
, kcoreaddons
@ -31,6 +32,7 @@ kdeApp {
nativeBuildInputs = [
extra-cmake-modules
kdoctools
makeQtWrapper
];
buildInputs = [
kinit
@ -58,6 +60,9 @@ kdeApp {
ktexteditor
kwindowsystem
];
postInstall = ''
wrapQtProgram "$out/bin/dolphin"
'';
meta = {
license = with lib.licenses; [ gpl2 fdl12 ];
maintainers = [ lib.maintainers.ttuegel ];