Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 81cc9bb41d75
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 73746502d808
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 21, 2017

  1. 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
    aszlig committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    a8199e7 View commit details
    Browse the repository at this point in the history
  2. tomahawk: Mark as unmaintained by upstream

    The upstream commit tomahawk-player/tomahawk@c8389592488c07079f40e7edb91
    changed the project's README to state that the project has been
    abandoned, quote:
    
       This project is essentially abandoned
    
       There is noone working on it. There isn't much sense in adding any
       new issues in the issue tracker unless you want to fix them yourself.
    
    So I'm adding a note in the description and essentially remove my
    maintainership as well.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    7374650 View commit details
    Browse the repository at this point in the history