Skip to content

Commit 41d70b1

Browse files
committed
rebar3: don't patchShebangs
Fixes building Erlang things.
1 parent b5fefec commit 41d70b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • pkgs/development/tools/build-managers/rebar3

pkgs/development/tools/build-managers/rebar3/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ let
142142

143143
# our patches cause the tests to fail
144144
doCheck = false;
145+
146+
# patchShebangs corrupts the magic escript shebang+zip files
147+
dontPatchShebangs = true;
145148
})
146149
);
147150
in

0 commit comments

Comments
 (0)