reintroduce impure host deps to all derivations

This commit is contained in:
Jude Taylor
2015-11-21 15:51:48 -08:00
parent 69e7f3bb74
commit f5609a4d2a
3 changed files with 14 additions and 2 deletions
@@ -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}";