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

Commits on Mar 31, 2018

  1. gflags: build on case-insensitive FSs, add meta

    Darwin machines come with a case-insensitive filesystem by default. The
    gflags package's source contains a file 'BUILD' and the build process
    attempts to create a directory called 'build', which fails on
    case-insensitive filesystems.
    
    Add a prePatch hook to rename the BUILD file (which is for use with an
    unrelated build tool) to something that doesn't conflict with the
    'build' directory. This hook allows this derivation to be built on
    case-insensitive filesystems.
    
    Add metadata to the derivation because previously it had none.
    Dan Lidral-Porter committed Mar 31, 2018
    Copy the full SHA
    66bbee3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Merge pull request #38157 from aperiodic/gflags-darwin-fix

    gflags: fix build on case-insensitive filesystems
    LnL7 committed Apr 1, 2018
    Copy the full SHA
    7a33e57 View commit details
    Browse the repository at this point in the history