openssl: fix build linux with clangStdenv
This commit is contained in:
parent
10b1ba0c93
commit
00a2084a40
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue