Patch specinvoke to report execve failure

This commit is contained in:
2024-10-08 16:31:07 +02:00
parent ce70726bf6
commit 7e68d432f9
2 changed files with 18 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ in stdenv.mkDerivation {
version = version;
src = tar;
sourceRoot = "tools/src/specinvoke/";
patches = [
./specinvoke-execve.patch
];
# Almost no bugs
preInstall = ''
mkdir -p $out/bin