Merge pull request #25254 from nh2/generic-stack-builder-no-stack-setup-lts-8.3
generic Haskell builder: Don't call `stack setup`.
This commit is contained in:
commit
cd4d91eb11
@ -37,7 +37,6 @@ stdenv.mkDerivation (args // {
|
||||
|
||||
configurePhase = args.configurePhase or ''
|
||||
export STACK_ROOT=$NIX_BUILD_TOP/.stack
|
||||
stack setup
|
||||
'';
|
||||
|
||||
buildPhase = args.buildPhase or "stack build";
|
||||
|
Loading…
Reference in New Issue
Block a user