nixpkgs/pkgs/development/tools/build-managers/cmake
Will Dietz 07849e749a cmake: When there is no stdenv.glibc, still fix search paths.
Apply all of the fixups from preConfigure as well!

For testing purposes I added the following assert:

assert (stdenv ? glibc) -> (stdenv.glibc == stdenv.cc.libc);

To ensure behavior in the case there is a 'stdenv.glibc' (linux-only?)
wasn't changed, which passes in the configurations I could think of.

Not including that since it seems like a bad requirement moving forward.
2016-10-13 08:05:37 -05:00
..
2.8.nix cmake: When there is no stdenv.glibc, still fix search paths. 2016-10-13 08:05:37 -05:00
3.2.2-cygwin.patch cygwin: update patch for cmake 3.2.2 2015-06-12 12:17:12 +02:00
default.nix cmake: When there is no stdenv.glibc, still fix search paths. 2016-10-13 08:05:37 -05:00
search-path-3.2.patch cmake: When there is no stdenv.glibc, still fix search paths. 2016-10-13 08:05:37 -05:00
search-path.patch cmake: When there is no stdenv.glibc, still fix search paths. 2016-10-13 08:05:37 -05:00
setup-hook.sh cmake: update setup-hook to take -isystem instead of -I into account 2016-09-08 09:10:00 +02:00