Skip to content
Snippets Groups Projects
Commit 83bf0e14 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'feature/bdesloges/ci/frama-c-patch-shebangs' into 'master'

[ci] Add patchShebang to frama-c.nix

See merge request frama-c/frama-c!4877
parents 8860ce22 672e5859
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,10 @@ stdenvNoCC.mkDerivation rec { ...@@ -109,6 +109,10 @@ stdenvNoCC.mkDerivation rec {
outputs = [ "out" "build_dir" ]; outputs = [ "out" "build_dir" ];
postPatch = ''
patchShebangs .
'';
preConfigure = '' preConfigure = ''
dune build @frama-c-configure 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