Merge pull request #17314 from ryantrinkle/ghcjs-cabal-3494
ghcjs: work around haskell/cabal#3494
This commit is contained in:
commit
92d21f1115
@ -97,6 +97,8 @@ in mkDerivation (rec {
|
|||||||
--replace "@CC@" "${stdenv.cc}/bin/cc"
|
--replace "@CC@" "${stdenv.cc}/bin/cc"
|
||||||
'';
|
'';
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
export HOME="$TMP"
|
||||||
|
|
||||||
local topDir=$out/lib/ghcjs-${version}
|
local topDir=$out/lib/ghcjs-${version}
|
||||||
mkdir -p $topDir
|
mkdir -p $topDir
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user