lol

Yakuake: hardcode path to konsole

authored by

Kirill Elagin and committed by
Thomas Tuegel
efb4fe26 370e40ae

+5 -1
+5 -1
pkgs/applications/misc/yakuake/default.nix
··· 1 - { stdenv, fetchurl, kdelibs, gettext }: 1 + { stdenv, fetchurl, kdelibs, gettext, konsole }: 2 2 3 3 let 4 4 pname = "yakuake"; ··· 15 15 buildInputs = [ kdelibs ]; 16 16 17 17 nativeBuildInputs = [ gettext ]; 18 + 19 + patchPhase = '' 20 + substituteInPlace app/terminal.cpp --replace \"konsolepart\" "\"${konsole}/lib/kde4/libkonsolepart.so\"" 21 + ''; 18 22 19 23 meta = { 20 24 homepage = http://yakuake.kde.org;