Commit 00a2084a authored by Jörg Thalheim's avatar Jörg Thalheim Committed by Matthieu Coudron
Browse files

openssl: fix build linux with clangStdenv

parent 10b1ba0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;