summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/native-x11-and-opengl
Commit message (Collapse)AuthorAge
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* darwin x11/opengl: only copy subset of files (close #1165)Eric Kow2013-11-07
| | | | | | | | | | | | | Copy only the pc files related to X11 and OpenGL. This should allow us to build our own version of libraries like cairo without having the native ones be accidentally dynamically linked in to things that depend on them. Before this patch if we `dyldinfo -dylibs libpangocairo` we can see that it was dynamically linked against the OS X (but seemingly built against include files from the nix one, as we would get a runtime complaint about missing symbols)
* Move "darwin-native-x11-and-opengl" package into the "os-specific" hierarchy.Peter Simons2013-01-30