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: 1fd7bf9ee3e7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f21a6940da9a
Choose a head ref
  • 16 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 9, 2017

  1. Configuration menu
    Copy the full SHA
    5eb75ce View commit details
    Browse the repository at this point in the history
  2. install_name_tool: remove

    cctools provides install_name_tool
    matthewbauer committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    a78af29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38fa991 View commit details
    Browse the repository at this point in the history
  4. ibtool: add to toolchain

    - init package
    - add into xcbuild/toolchain.nix
    matthewbauer committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    34422f4 View commit details
    Browse the repository at this point in the history
  5. xcbuild: try to fix sdk not found

    This is an attempt to get rid of the issues with sdk not found in
    xcbuild when building pinentry_mac.
    matthewbauer committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    87e6b2c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. pugixml: fixup darwin

    matthewbauer committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    f1fdc98 View commit details
    Browse the repository at this point in the history
  2. ibtool: use xib2nib src

    matthewbauer committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    bb2eb5b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2017

  1. Configuration menu
    Copy the full SHA
    c90058e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    457570f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6860a6 View commit details
    Browse the repository at this point in the history
  4. ibtool: rename xib2nib

    matthewbauer committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    d697e5c View commit details
    Browse the repository at this point in the history
  5. xib2nib: move nsplist, plistcpp to own folder

    These libraries could be used by other packages so list them in
    all-packages.nix as well.
    matthewbauer committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    1781ec9 View commit details
    Browse the repository at this point in the history
  6. Revert "xcbuild: try to fix sdk not found"

    This reverts commit 87e6b2c.
    matthewbauer committed Apr 12, 2017
    2 Configuration menu
    Copy the full SHA
    3d1d805 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. pinentry_mac: use precompiled .nib's

    sadly, xib2nib hasn't been working like i though. I've just
    precompiled into our modified pinentry_mac. Eventually we can get this
    fixed but it's not as easy as first thought.
    matthewbauer committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    4672fe6 View commit details
    Browse the repository at this point in the history
  2. xib2nib: add meta

    also:
    - NSPlist
    - PlistCpp
    matthewbauer committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    9e5fe77 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24838 from matthewbauer/ibtool

    pinentry_mac: use xcbuild
    copumpkin committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    f21a694 View commit details
    Browse the repository at this point in the history