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