Skip to content

Instantly share code, notes, and snippets.

@samueldr
Last active March 31, 2019 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/7260b7c76cca40c2713cd4855c0a71d6 to your computer and use it in GitHub Desktop.
Save samueldr/7260b7c76cca40c2713cd4855c0a71d6 to your computer and use it in GitHub Desktop.
# pkgs/top-level/all-packages.nix ~ line 12971
{ #....
vtk = callPackage ../development/libraries/vtk {
inherit (darwin) cf-private libobjc;
inherit (darwin.apple_sdk.libs) xpc;
inherit (darwin.apple_sdk.frameworks) Cocoa CoreServices DiskArbitration
IOKit CFNetwork Security ApplicationServices
CoreText IOSurface ImageIO OpenGL GLUT;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment