Merge pull request #25151 from zraexy/zraexy-kile
kile: build with okular for embedded viewer
This commit is contained in:
commit
346fd9e844
@ -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 ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user