nixpkgs/pkgs/tools/system/plan9port
Jason Felice 83c1e8c319 plan9port: use C compiler from Nix
The install script was escaping the Nix environment on Mac OS by using
`xcrun -sdk macos clang` as its C compiler.  Using the Nix compiler
required declaring the necessary frameworks as inputs and patching
build scripts to assume MacOS 10.12 (and not try to detect).

So cached derivations prior to this would probably not work on all
intended target machines.

This *might* also fix installCheck on Darwin on Hydra.

Other minor fixes:

* Disable parallel building due to a race with a missing y.tab.h
* Use NIX_CFLAGS_COMPILE/NIX_LDFLAGS instead of trying to synthesize
  something like them.
* X11 dependencies aren't used on Darwin when the windowing system
  is correctly detected
2019-08-09 16:29:51 -04:00
..
builder.sh plan9port: use C compiler from Nix 2019-08-09 16:29:51 -04:00
darwin-cfframework.patch plan9port: use C compiler from Nix 2019-08-09 16:29:51 -04:00
darwin-sw_vers.patch plan9port: use C compiler from Nix 2019-08-09 16:29:51 -04:00
default.nix plan9port: use C compiler from Nix 2019-08-09 16:29:51 -04:00
tmpdir.patch plan9port: use C compiler from Nix 2019-08-09 16:29:51 -04:00