2 , sgx-azure-dcap-client
6 sgx-azure-dcap-client.overrideAttrs (old: {
7 nativeBuildInputs = old.nativeBuildInputs ++ [
12 patches = (old.patches or []) ++ [
13 ./tests-missing-includes.patch
23 install -D ./src/Linux/tests "$out/bin/tests"
29 wrapProgram "$out/bin/tests" \
30 --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ sgx-azure-dcap-client ]}"