mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
mjolnir: fix build on darwin
This commit is contained in:
parent
59ec2e613f
commit
cc69e31283
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
|
||||
runHook preBuild
|
||||
|
||||
ln -s ${nodeDependencies}/lib/node_modules .
|
||||
export HOME=$(mktemp -d)
|
||||
export PATH="${nodeDependencies}/bin:$PATH"
|
||||
npm run build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user