Skip to content

Commit

Permalink
python27: don't pin to openssl_1_0_2
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Aug 11, 2017
1 parent 37bd721 commit 90f830a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -6402,7 +6402,6 @@ with pkgs;
python27 = callPackage ../development/interpreters/python/cpython/2.7 {
self = python27;
inherit (darwin) CF configd;
openssl = openssl_1_0_2;
};
python33 = callPackage ../development/interpreters/python/cpython/3.3 {
self = python33;
Expand Down

0 comments on commit 90f830a

Please sign in to comment.