configd: remove unsupported sandbox profile

This commit is contained in:
Dan Peebles 2017-11-14 10:34:28 -05:00
parent 34fe3e0a49
commit b2f8185695

View file

@ -8,10 +8,6 @@ appleDerivation {
propagatedBuildInputs = [ Security ];
propagatedSandboxProfile = ''
(allow mach-lookup (global-name "com.apple.SystemConfiguration.configd"))
'';
patchPhase = ''
HACK=$PWD/hack
mkdir $HACK