Skip to content

Commit 5015dea

Browse files
committedJun 28, 2017
stack2nix: depend on stack binary as well
1 parent 8de4530 commit 5015dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/top-level/all-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ with pkgs;
775775
executableToolDepends = [ makeWrapper ];
776776
postInstall = ''
777777
wrapProgram $out/bin/stack2nix \
778-
--prefix PATH ":" "${git}/bin:${cabal2nix}/bin:${cabal-install}/bin"
778+
--prefix PATH ":" "${git}/bin:${cabal2nix}/bin:${cabal-install}/bin:${stack}/bin"
779779
'';
780780
});
781781

0 commit comments

Comments
 (0)
Please sign in to comment.