Skip to content

Commit

Permalink
Enable mkWrapper again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jeffery committed Aug 9, 2023
1 parent caefbb0 commit cbbef76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nix/ccf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ in
# arrow-cpp
# sgx-dcap
openenclave
# makeWrapper
makeWrapper
];

cmakeFlags = [
Expand All @@ -66,10 +66,10 @@ in
postInstall = ''
# wrapProgram $out/bin/cchost \
# --suffix LD_LIBRARY_PATH ':' "''${az-dcap}/lib:''${sgx-psw}/lib:''${sgx-dcap}/lib"
#
# wrapProgram $out/bin/keygenerator.sh \
# --prefix PATH ':' "${openssl}/bin"
#
# ${toRemove}
wrapProgram $out/bin/keygenerator.sh \
--prefix PATH ':' "${openssl}/bin"
${toRemove}
'';
}

0 comments on commit cbbef76

Please sign in to comment.