mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
isabelle: patch zipperposition binary
This commit is contained in:
parent
1278e9de0b
commit
d9d30199ec
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'' + (if ! stdenv.isLinux then "" else ''
|
'' + (if ! stdenv.isLinux then "" else ''
|
||||||
arch=${if stdenv.hostPlatform.system == "x86_64-linux" then "x86_64-linux" else "x86-linux"}
|
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"
|
patchelf --set-interpreter $(cat ${stdenv.cc}/nix-support/dynamic-linker) "$f"
|
||||||
done
|
done
|
||||||
'');
|
'');
|
||||||
|
Loading…
Reference in New Issue
Block a user