mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
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:
parent
81cc9bb41d
commit
a8199e79f4
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user