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

Commits on Dec 16, 2020

  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
    calbrecht committed Dec 16, 2020
    Copy the full SHA
    5a7530e View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Merge pull request #106815 from mayflower/firefox-pipewire-fix-106812

    firefox-wayland: fix ScreenCast #106812
    mweinelt committed Dec 25, 2020
    1
    Copy the full SHA
    445cb38 View commit details
    Browse the repository at this point in the history