Loading pkgs/development/libraries/openssl/default.nix +0 −5 Original line number Diff line number Diff line Loading @@ -186,11 +186,6 @@ let "--openssldir=/.$(etc)/etc/ssl" ) ] # Tell build system it's cross environment. This allows to skip tests # that would fail when libc is different. Otherwise, run the tests. ++ lib.optional ( !lib.systems.equals stdenv.buildPlatform stdenv.hostPlatform ) "--cross-compile-prefix=${lib.getBin stdenv.cc}/bin/" ++ lib.optionals withCryptodev [ "-DHAVE_CRYPTODEV" "-DUSE_CRYPTODEV_DIGESTS" Loading Loading
pkgs/development/libraries/openssl/default.nix +0 −5 Original line number Diff line number Diff line Loading @@ -186,11 +186,6 @@ let "--openssldir=/.$(etc)/etc/ssl" ) ] # Tell build system it's cross environment. This allows to skip tests # that would fail when libc is different. Otherwise, run the tests. ++ lib.optional ( !lib.systems.equals stdenv.buildPlatform stdenv.hostPlatform ) "--cross-compile-prefix=${lib.getBin stdenv.cc}/bin/" ++ lib.optionals withCryptodev [ "-DHAVE_CRYPTODEV" "-DUSE_CRYPTODEV_DIGESTS" Loading