buildRebar3: fix OTP 28 compatibility (#443648)
This commit is contained in:
@@ -91,7 +91,7 @@ let
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
HOME=. rebar3 bare compile -path ""
|
||||
HOME=. rebar3 bare compile --paths "."
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user