From 8d54fae02136eea7706d3b1d8b3547a61df7bd19 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 17 Aug 2024 16:29:34 +0200 Subject: Remove old devShell. --- flake.nix | 84 --------------------------------------------------------------- 1 file changed, 84 deletions(-) diff --git a/flake.nix b/flake.nix index 42ba837..a675910 100644 --- a/flake.nix +++ b/flake.nix @@ -915,90 +915,6 @@ }; }; - devShells.default = - with pkgs; - mkShell rec { - nativeBuildInputs = [ pkg-config ]; - - preConfigure = '' - cp ${boringssl}/lib/lib_boringssl.a standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni/ - ''; - - buildInputs = [ - # # gradle2nix - # libresslShim - gdb - ant - jdk17 - pkg-config - global-platform-pro - gradle - # libraries to test - (opensslBuilder { }) - libressl - # glibc - boringssl - libtomcrypt - libtommath - botan2 - cryptopp - - # libraries' dependencies - cmake - ninja - gawk - automake - go - gtest - libunwind - autoconf - libb64 - - # clang - libgcrypt - libgpg-error - mbedtls - nasm - libtool - perl - - wolfssl - nettle - # libressl - - customPkgs.ipp-crypto - - gmp - libgpg-error - wget - libconfig - ]; - - LD_LIBRARY_PATH = - with pkgs; - pkgs.lib.makeLibraryPath [ - libtommath - libtomcrypt - botan2 - cryptopp - (opensslBuilder { }) - boringssl - libgcrypt - libgpg-error - nettle - gmp - libgpg-error - libconfig - wolfcryptjni - ]; - - BORINGSSL_CFLAGS = "${boringssl.dev.outPath}/include"; - WOLFCRYPT_LIB_PATH = "${wolfcryptjni}/lib"; - - IPP_CRYPTO_HEADER = "${customPkgs.ipp-crypto.dev}/include"; - IPP_CRYPTO_LIB = "${customPkgs.ipp-crypto}/lib/"; - - }; } ); } -- cgit v1.2.3-70-g09d2