Skip to content

Commit

Permalink
openssl: fix build linux with clangStdenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and teto committed Jan 14, 2020
1 parent 10b1ba0 commit 00a2084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/openssl/default.nix
Expand Up @@ -36,7 +36,7 @@ let

outputs = [ "bin" "dev" "out" "man" ] ++ optional withDocs "doc";
setOutputFlags = false;
separateDebugInfo = stdenv.hostPlatform.isLinux;
separateDebugInfo = stdenv.cc.isGNU;

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

0 comments on commit 00a2084

Please sign in to comment.