Skip to content

Instantly share code, notes, and snippets.

@Pitometsu
Created October 10, 2019 17:12
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 Pitometsu/5e546b18423629a9848e237266db52e6 to your computer and use it in GitHub Desktop.
Save Pitometsu/5e546b18423629a9848e237266db52e6 to your computer and use it in GitHub Desktop.
macos-ld-fix = stdenv.mkDerivation {
name = "macos-ld-fix";
src = null;
unpackPhase = "true";
dontBuild = true;
installPhase = ''
mkdir -p $out/opt/local/lib
'';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment