reintroduce impure host deps to all derivations
This commit is contained in:
@@ -100,7 +100,7 @@ let
|
||||
(allow file-read* (subpath "/System/Library/Frameworks/${name}.framework"))
|
||||
'';
|
||||
|
||||
__propagatedImpureHostDeps = "/System/Library/Frameworks/${name}.framework/${name}";
|
||||
__propagatedImpureHostDeps = [ "/System/Library/Frameworks/${name}.framework/${name}" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Apple SDK framework ${name}";
|
||||
|
||||
Reference in New Issue
Block a user