Skip to content

Commit

Permalink
stack2nix: depend on stack binary as well
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jun 28, 2017
1 parent 8de4530 commit 5015dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -775,7 +775,7 @@ with pkgs;
executableToolDepends = [ makeWrapper ];
postInstall = ''
wrapProgram $out/bin/stack2nix \
--prefix PATH ":" "${git}/bin:${cabal2nix}/bin:${cabal-install}/bin"
--prefix PATH ":" "${git}/bin:${cabal2nix}/bin:${cabal-install}/bin:${stack}/bin"
'';
});

Expand Down

0 comments on commit 5015dea

Please sign in to comment.