tomahawk: Pin boost to version 1.55

The dependency of boost propagated by Lucene++ is version 1.55, so this
leads to a segfault during startup because we get mixed library versions
with boost 1.62 and 1.55 in the binary.

I've tested running Tomahawk before and after this change and the change
indeed fixes the problem.

Signed-off-by: aszlig <aszlig@nix.build>
Fixes: #17598, #19238
This commit is contained in:
aszlig 2017-11-21 08:35:33 +01:00
parent 81cc9bb41d
commit a8199e79f4
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691

View File

@ -16935,6 +16935,7 @@ with pkgs;
enableKDE = config.tomahawk.enableKDE or false;
enableTelepathy = config.tomahawk.enableTelepathy or false;
quazip = quazip_qt4;
boost = boost155;
};
topydo = callPackage ../applications/misc/topydo {};