Yakuake: hardcode path to konsole

This commit is contained in:
Kirill Elagin 2015-03-16 21:54:06 +03:00 committed by Thomas Tuegel
parent 370e40aef5
commit efb4fe269e

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, kdelibs, gettext }:
{ stdenv, fetchurl, kdelibs, gettext, konsole }:
let
pname = "yakuake";
@ -16,6 +16,10 @@ stdenv.mkDerivation {
nativeBuildInputs = [ gettext ];
patchPhase = ''
substituteInPlace app/terminal.cpp --replace \"konsolepart\" "\"${konsole}/lib/kde4/libkonsolepart.so\""
'';
meta = {
homepage = http://yakuake.kde.org;
description = "Quad-style terminal emulator for KDE";