summary refs log tree commit diff
path: root/pkgs/test/macos-sierra-shared
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* sierra-shared-test: fix buildDaiderd Jordan2018-01-05
| | | | | Using 500 libraries started failing with clang++: Argument list too long This is enough to reproduce the issue.
* macos-sierra-shared: Make live code and add to nascent Darwin channelJohn Ericson2017-07-31
| | | | Also add appropriate `meta.platforms = ...` to each derivation.
* cc-wrapper-test: Use `$CXX` else the C++ std lib won't be on the include pathJohn Ericson2017-07-31
|
* cc-wrapper-test: Don't use assertJohn Ericson2017-07-31
|
* cc-wrapper-test: Forgot to `extern "C"` now that main is C++John Ericson2017-07-31
|
* cc-wrapper: Beef up sierra tests to actually use functionsJohn Ericson2017-07-31
|
* cc-wrapper: WIP linking hack for mac OSJohn Ericson2017-07-31
Probably best to override Haskell packages set, or anything else linking a lot of libraries, with this.