propagate nothing for Kernel.framework since it exposes no library
This commit is contained in:
parent
4cd86cb068
commit
32cb70bb07
|
@ -100,7 +100,7 @@ let
|
|||
(allow file-read* (subpath "/System/Library/Frameworks/${name}.framework"))
|
||||
'';
|
||||
|
||||
__propagatedImpureHostDeps = [ "/System/Library/Frameworks/${name}.framework/${name}" ];
|
||||
__propagatedImpureHostDeps = stdenv.lib.optional (name != "Kernel") "/System/Library/Frameworks/${name}.framework/${name}";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Apple SDK framework ${name}";
|
||||
|
|
Loading…
Reference in New Issue