Yakuake: hardcode path to konsole
This commit is contained in:
parent
370e40aef5
commit
efb4fe269e
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, kdelibs, gettext }:
|
{ stdenv, fetchurl, kdelibs, gettext, konsole }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "yakuake";
|
pname = "yakuake";
|
||||||
@ -16,6 +16,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
nativeBuildInputs = [ gettext ];
|
nativeBuildInputs = [ gettext ];
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace app/terminal.cpp --replace \"konsolepart\" "\"${konsole}/lib/kde4/libkonsolepart.so\""
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://yakuake.kde.org;
|
homepage = http://yakuake.kde.org;
|
||||||
description = "Quad-style terminal emulator for KDE";
|
description = "Quad-style terminal emulator for KDE";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user