Skip to content

Commit

Permalink
openssl: revert a workaround that's no longer needed
Browse files Browse the repository at this point in the history
Thanks to python3Minimal.  This reverts part of c203848 NixOS#79738.
  • Loading branch information
vcunat committed Feb 14, 2020
1 parent f651910 commit 5a8000d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/libraries/openssl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ let

outputs = [ "bin" "dev" "out" "man" ] ++ optional withDocs "doc";
setOutputFlags = false;
separateDebugInfo = !(stdenv.hostPlatform.useLLVM or false)
&& stdenv.hostPlatform == stdenv.buildPlatform # unable to fix infinite recursion on stdenv.cc
&& stdenv.cc.isGNU;
separateDebugInfo = !(stdenv.hostPlatform.useLLVM or false) && stdenv.cc.isGNU;

nativeBuildInputs = [ perl ];
buildInputs = stdenv.lib.optional withCryptodev cryptodev;
Expand Down

0 comments on commit 5a8000d

Please sign in to comment.