Merge pull request from orivej/quassel

quassel: fix daemon startup
This commit is contained in:
Peter Hoeg 2017-09-30 10:31:05 +08:00 committed by GitHub
commit 2ee3e7131b
1 changed files with 3 additions and 0 deletions
pkgs/applications/networking/irc/quassel

View File

@ -65,6 +65,9 @@ in with stdenv; mkDerivation rec {
++ edf withKDE "WITH_KDE";
preFixup =
lib.optionalString daemon ''
wrapProgram "$out/bin/quasselcore" --suffix PATH : "${qtbase.bin}/bin"
'' +
lib.optionalString buildClient ''
wrapProgram "$out/bin/quassel${lib.optionalString client "client"}" \
--prefix GIO_EXTRA_MODULES : "${dconf}/lib/gio/modules"