treewide: cleanup phases from last commit

The last commit broken Darwin stdenv. We still need to skip some
phases when Apple provides a Makefile that shouldn’t be used.
This commit is contained in:
Matthew Bauer
2018-05-06 16:07:55 -05:00
parent 295815bec7
commit 9811bf2258
5 changed files with 7 additions and 6 deletions
@@ -1,6 +1,8 @@
{ stdenv, appleDerivation }:
appleDerivation {
dontConfigure = true;
dontBuild = true;
installPhase = ''
mkdir -p $out/include/dispatch $out/include/os