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

Commits on Sep 11, 2019

  1. macvim: work around ibtool issue

    It seems that /usr/bin/ibtool marks stdin/stdout/stderr as nonblocking,
    which can cause the subsequent build phase to fail when it tries to
    write to stdout. I don't know why this problem just started happening
    for me, but preventing ibtool from inheriting fds fixes the problem.
    lilyball committed Sep 11, 2019
    Copy the full SHA
    7f481e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Merge pull request #68528 from lilyball/macvim-ibtool-fix

    macvim: work around ibtool issue
    matthewbauer committed Sep 17, 2019
    Copy the full SHA
    cda7025 View commit details
    Browse the repository at this point in the history