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: 5ceea5705a1c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6805511b625b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 6, 2020

  1. octave: Fix libtool framework link failure on Darwin

    This fix moves linker flags of the form `-framework foo` from dependency_libs to
    inherited_linker_flags, since libtool doesn't understand them.  See #96977 for
    details.
    
    Fixes #96977
    graham33 committed Sep 6, 2020
    Copy the full SHA
    8e4e38c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Merge pull request #96979 from graham33/fix/96977_octave_libtool

    octave: Fix libtool framework link failure on Darwin
    ttuegel committed Sep 7, 2020
    Copy the full SHA
    6805511 View commit details
    Browse the repository at this point in the history