Merge pull request #25151 from zraexy/zraexy-kile

kile: build with okular for embedded viewer
This commit is contained in:
Thomas Tuegel 2017-04-25 09:07:25 -05:00 committed by GitHub
commit 346fd9e844

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 ];
} }