mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
beamPackages.mixRelease: symlink mixFodDeps with MIX_DEPS_PATH
(cherry picked from commit 25a4bf11b3)
This commit is contained in:
committed by
github-actions[bot]
parent
9cb344e96d
commit
a9f3c3abbf
@@ -190,7 +190,7 @@ stdenv.mkDerivation (
|
||||
# Symlink deps to build root. Similar to above, but allows for mixFodDeps
|
||||
# Phoenix projects to find javascript assets.
|
||||
${lib.optionalString (mixFodDeps != null) ''
|
||||
ln -s ../deps ./
|
||||
ln -s "$MIX_DEPS_PATH" ./deps
|
||||
''}
|
||||
|
||||
runHook postConfigure
|
||||
|
||||
Reference in New Issue
Block a user