Yakuake: hardcode path to konsole
This commit is contained in:
parent
370e40aef5
commit
efb4fe269e
1 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue