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

Commits on Jun 13, 2020

  1. gstreamer: Fix wrapper quoting

    The bug was that the inner double quotes in "\$("…")" are not actually
    inner like they would be in "$("…")".  We could write "\$(\"…\")", but
    using single quotes on the outside makes everything simpler.
    
    Fixes #63751.
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk authored and FRidh committed Jun 13, 2020
    Copy the full SHA
    c8d064e View commit details
    Browse the repository at this point in the history