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: b8edfed0e2b3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 021ee7d93be8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 1, 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.
    
    (cherry picked from commit 66bbee3)
    Dan Lidral-Porter authored and LnL7 committed Apr 1, 2018
    Copy the full SHA
    021ee7d View commit details
    Browse the repository at this point in the history