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