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: b9bbd039fa1a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 60f71d83dae1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 11, 2018

  1. discord: 0.0.3 -> 0.0.4

    (cherry picked from commit 3ffb413)
    Cray Elliott authored and Cray Elliott committed Jan 11, 2018
    Copy the full SHA
    eae2506 View commit details
    Browse the repository at this point in the history
  2. discord: fix "corrupt install" warnings, misc cleanup

    Few things:
    * Discord binary has RUNPATH not RPATH set
    * patchelf uses RUNPATH if it already exits, so deps end up in RUNPATH
    * RUNPATH isn't searched for plugins or transitive deps
    * ..badness results
    
    Despite this, it currently seems to work-- with the caveat
    that it has a little bar on top complaining about how
    "it looks like your installation is corrupt".
    
    This fixes that warning and does some minor cleanup.
    
    (cherry picked from commit 8753b10)
    dtzWill authored and Cray Elliott committed Jan 11, 2018
    Copy the full SHA
    60f71d8 View commit details
    Browse the repository at this point in the history