Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-16 14:08:21 +03:00
parent 1978aee9c4
commit 249b59a026

View File

@@ -32,7 +32,7 @@
pkgs.patchelf
];
# patch proot as you described
prootPatched = pkgs.proot.overrideAttrs (_: {
prootPatched = (pkgs.proot.override { enablePython = false; }).overrideAttrs (_: {
postFixup = ''
exe=$out/bin/proot
${pkgs.patchelf}/bin/patchelf \