mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 18:44:07 +00:00
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:
parent
8e1914d43f
commit
1f8566980d
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user