forked from mirrors/nixpkgs
Merge pull request #64884 from serokell/fix-build-mix
build-mix: re-add --no-deps-check flag
This commit is contained in:
commit
00ef72610c
|
@ -63,7 +63,7 @@ let
|
||||||
export MIX_ENV=prod
|
export MIX_ENV=prod
|
||||||
export MIX_NO_DEPS=1
|
export MIX_NO_DEPS=1
|
||||||
|
|
||||||
mix compile ${debugInfoFlag}
|
mix compile ${debugInfoFlag} --no-deps-check
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue