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: f8d156f44fba
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 694aff67f89a
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 23, 2018

  1. mu: fix build for withMug = true (#48830)

    Fixes a following build error:
    
    /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstapp-1.0
    /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstaudio-1.0
    /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstfft-1.0
    /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstpbutils-1.0
    /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstvideo-1.0
    /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstbase-1.0
    /nix/store/xxx-binutils-2.30/bin/ld: cannot find -lgstreamer-1.0
    
    This workaround targets release-18.09 branch and is not needed at master (no
    idea why).
    veprbl authored and xeji committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    694aff6 View commit details
    Browse the repository at this point in the history