1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

stack2nix: cleanup

This commit is contained in:
Domen Kožar 2018-08-14 11:41:42 +01:00
parent cc671a1374
commit 85f892b988
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
2 changed files with 1 additions and 4 deletions

View file

@ -858,9 +858,6 @@ self: super: {
fluid-idl-http-client = markBroken super.fluid-idl-http-client;
fluid-idl-scotty = markBroken super.fluid-idl-scotty;
# missing dependencies: Glob >=0.7.14 && <0.8, data-fix ==0.0.4
stack2nix = doJailbreak super.stack2nix;
# Work around https://github.com/haskell/c2hs/issues/192.
c2hs = dontCheck super.c2hs;

View file

@ -1013,7 +1013,7 @@ with pkgs;
executableToolDepends = [ makeWrapper ];
postInstall = ''
wrapProgram $out/bin/stack2nix \
--prefix PATH ":" "${git}/bin:${cabal2nix}/bin:${cabal-install}/bin:${stack}/bin"
--prefix PATH ":" "${git}/bin:${cabal-install}/bin"
'';
});