Skip to content

Commit

Permalink
Remove old devShell.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Aug 17, 2024
1 parent 94e821a commit 8d54fae
Showing 1 changed file with 0 additions and 84 deletions.
84 changes: 0 additions & 84 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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/";

};
}
);
}

0 comments on commit 8d54fae

Please sign in to comment.