Skip to content

Commit

Permalink
network_cmds: fix on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Mar 9, 2018
1 parent 54e2c28 commit c7abef4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ appleDerivation rec {

# "spray" requires some files that aren't compiling correctly in xcbuild.
# "rtadvd" seems to fail with some missing constants.
# We disable spray and rtadvd here for now.
# "traceroute6" and "ping6" require ipsec which doesn't build correctly
patchPhase = ''
substituteInPlace network_cmds.xcodeproj/project.pbxproj \
--replace "7294F0EA0EE8BAC80052EC88 /* PBXTargetDependency */," "" \
--replace "7216D34D0EE89FEC00AE70E4 /* PBXTargetDependency */," ""
--replace "7216D34D0EE89FEC00AE70E4 /* PBXTargetDependency */," "" \
--replace "72CD1D9C0EE8C47C005F825D /* PBXTargetDependency */," "" \
--replace "7216D2C20EE89ADF00AE70E4 /* PBXTargetDependency */," ""
'';

# temporary install phase until xcodebuild has "install" support
Expand Down

0 comments on commit c7abef4

Please sign in to comment.