forked from rarias/nixos-riscv
Patch specinvoke to report execve failure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user