kile: build with okular for embedded viewer

kile: build with okular for embedded viewer
This commit is contained in:
zraexy 2017-04-23 08:00:40 -08:00
parent 5565728670
commit a667897e04

View File

@ -17,6 +17,7 @@
, kparts , kparts
, ktexteditor , ktexteditor
, kwindowsystem , kwindowsystem
, okular
, poppler , poppler
}: }:
@ -48,6 +49,7 @@ let
kparts kparts
ktexteditor ktexteditor
kwindowsystem kwindowsystem
okular.unwrapped
poppler poppler
qtscript qtscript
]; ];
@ -64,5 +66,5 @@ kdeWrapper
{ {
inherit unwrapped; inherit unwrapped;
targets = [ "bin/kile" ]; targets = [ "bin/kile" ];
paths = [ konsole.unwrapped ]; paths = [ konsole.unwrapped okular.unwrapped ];
} }