cryptography: Drop impure host deps

Nix 1.11 has long come and gone. It seems this is no longer necessary.
This commit is contained in:
toonn 2021-10-11 21:47:03 +02:00 committed by Jonathan Ringer
parent 8e1914d43f
commit 1f8566980d

View File

@ -79,10 +79,6 @@ buildPythonPackage rec {
py.test ${pytestFlags} tests
'';
# IOKit's dependencies are inconsistent between OSX versions, so this is the best we
# can do until nix 1.11's release
__impureHostDeps = [ "/usr/lib" ];
meta = with lib; {
description = "A package which provides cryptographic recipes and primitives";
longDescription = ''