sgx-sdk: create sgx dir and move

This commit is contained in:
Vincent Haupert 2021-11-16 23:26:03 +01:00
parent c9b2fa977b
commit f5fcb87723
4 changed files with 1 additions and 1 deletions

View File

@ -22723,7 +22723,7 @@ with pkgs;
seturgent = callPackage ../os-specific/linux/seturgent { };
sgx-sdk = callPackage ../os-specific/linux/sgx-sdk { };
sgx-sdk = callPackage ../os-specific/linux/sgx/sdk { };
shadow = callPackage ../os-specific/linux/shadow { };