Skip to content
Snippets Groups Projects
Commit 672e5859 authored by Basile Desloges's avatar Basile Desloges
Browse files

[ci] Add patchShebang to frama-c.nix

The script `ivette/api.sh` with a shebang is run when building Frama-C
so a call to `patchShebang` in `frama-c.nix` is necessary so that the
shebang in the script is correctly handled by Nix in all cases.
parent 8860ce22
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,10 @@ stdenvNoCC.mkDerivation rec {
outputs = [ "out" "build_dir" ];
postPatch = ''
patchShebangs .
'';
preConfigure = ''
dune build @frama-c-configure
'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment