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: 471e36ffb5f1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e8bb9892ac5c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 14, 2021

  1. firefox-wayland: fix screen sharing using pipewire

    After the fedora patches for screen sharing using pipewire got updated
    for Firefox 83 (pipewire was inlined there), the nixpkgs buildInput
    pipewire got stripped from the resulting firefox binary and so firefox
    was unable to actually get the shared stream from the running pipewire
    service.
    
    Adding pipewire to the firefox binary with `patchelf --add-needed`
    makes it atually get the stream from the service.
    
    Fixes: #106812
    (cherry picked from commit 62f20b0)
    
    Picked this from #107699,
    as the original commit was overwritten by a force-push.
    calbrecht authored and erictapen committed Jan 14, 2021
    Copy the full SHA
    e8bb989 View commit details
    Browse the repository at this point in the history