build-mix: partially revert nixpkgs#25655

This commit is contained in:
Yorick van Pelt 2019-07-02 13:22:17 +02:00
parent 407a106cdc
commit 662fcf6a40
No known key found for this signature in database
GPG Key ID: A36E70F9DC014A15

View File

@ -63,7 +63,7 @@ let
export MIX_ENV=prod
export MIX_NO_DEPS=1
mix compile ${debugInfoFlag}
mix compile ${debugInfoFlag} --no-deps-check
runHook postBuild
''