commit
9098a52311
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed -i "/QStringList dirs = {/a \"$out/lib\"," \
|
||||||
|
src/lib/albert/src/pluginsystem/extensionmanager.cpp
|
||||||
|
'';
|
||||||
|
|
||||||
fixupPhase = ''
|
fixupPhase = ''
|
||||||
wrapQtProgram $out/bin/albert
|
wrapQtProgram $out/bin/albert
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue