openssl: fix merge conflict between b6dabe3 and 6e7ca92

wip/yesman
obadz 8 years ago
parent 3de6e5be50
commit ed01e0ca4f
  1. 2
      pkgs/development/libraries/openssl/default.nix

@ -17,7 +17,7 @@ let
};
patches =
args.patches
(args.patches or [])
++ optional (versionOlder version "1.1.0") ./use-etc-ssl-certs.patch
++ optional stdenv.isCygwin ./1.0.1-cygwin64.patch
++ optional

Loading…
Cancel
Save