isabelle: patch zipperposition binary
This commit is contained in:
parent
1278e9de0b
commit
d9d30199ec
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
|||
done
|
||||
'' + (if ! stdenv.isLinux then "" else ''
|
||||
arch=${if stdenv.hostPlatform.system == "x86_64-linux" then "x86_64-linux" else "x86-linux"}
|
||||
for f in contrib/*/$arch/{bash_process,epclextract,nunchaku,SPASS}; do
|
||||
for f in contrib/*/$arch/{bash_process,epclextract,nunchaku,SPASS,zipperposition}; do
|
||||
patchelf --set-interpreter $(cat ${stdenv.cc}/nix-support/dynamic-linker) "$f"
|
||||
done
|
||||
'');
|
||||
|
|
Loading…
Reference in a new issue