summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorBryan Tan <bryantan@technius.net>2025-05-26 15:05:49 -0700
committerBryan Tan <bryantan@technius.net>2025-05-26 15:19:38 -0700
commit7101805a348c7eca98ece49bea0d9d202f7089e3 (patch)
treedb23bbcf13f9221bdde8d83fe5c4ef5606239423 /pkgs/development/python-modules/rangehttpserver
parent8c00e8f75283bf91e5bfb2939ab9aa876e2cf461 (diff)
emscripten: patch bugs involving EM_CACHE permissions
As a workaround for https://github.com/NixOS/nixpkgs/issues/282509, packages built with `emscriptenStdenv` need to set the `EM_CACHE` environment variable to a folder in the build directory, so that emscripten uses a copy of the sysroot cache instead of attempting to write to the sysroot in the Nix store. However, due to the bug https://github.com/emscripten-core/emscripten/issues/24404, the copied cache has the same permission bits as the (readonly) one in the Nix store, resulting in "Permission Denied" errors. This bug has since been fixed in upstream emscripten, so we can backport the relevant patches.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions