mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
|
||||
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 New Issue
Block a user