buildRebar3: fix OTP 28 compatibility (#443648)

This commit is contained in:
Yt
2025-09-17 13:47:59 +00:00
committed by GitHub
@@ -91,7 +91,7 @@ let
buildPhase = ''
runHook preBuild
HOME=. rebar3 bare compile -path ""
HOME=. rebar3 bare compile --paths "."
runHook postBuild
'';