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: 63f515a3df7a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 15e0b23f4892
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 17, 2020

  1. signal-desktop: use autoPatchelfHook, wrap properly (#77850)

    Most prominently we don't use `phases` because of #28910.
    This is also problematic when using wrapGAppsHook.
    In order to use wrapGAppsHook's automatic wrapping
    (this was done manually before because there was no fixupPhase)
    we need to install signal at lib/Signal instead of just into libexec.
    That's because it would try to wrap .so files.
    worldofpeace authored and primeos committed Jan 17, 2020
    Copy the full SHA
    15e0b23 View commit details
    Browse the repository at this point in the history