hotspot: build against Konsole
When Hotspot does not find konsolepart at runtime, user experience is degraded because the program output goes into a simple text field. Instead of relying on it being leaked in from the system, let it get picked up by the wrapper.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
, kio
|
||||
, kitemmodels
|
||||
, kitemviews
|
||||
, konsole
|
||||
, kparts
|
||||
, kwindowsystem
|
||||
, libelf
|
||||
@@ -43,6 +44,7 @@ mkDerivation rec {
|
||||
kio
|
||||
kitemmodels
|
||||
kitemviews
|
||||
konsole
|
||||
kparts
|
||||
kwindowsystem
|
||||
libelf
|
||||
|
||||
Reference in New Issue
Block a user