stack2nix: cleanup
This commit is contained in:
@@ -858,9 +858,6 @@ self: super: {
|
|||||||
fluid-idl-http-client = markBroken super.fluid-idl-http-client;
|
fluid-idl-http-client = markBroken super.fluid-idl-http-client;
|
||||||
fluid-idl-scotty = markBroken super.fluid-idl-scotty;
|
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.
|
# Work around https://github.com/haskell/c2hs/issues/192.
|
||||||
c2hs = dontCheck super.c2hs;
|
c2hs = dontCheck super.c2hs;
|
||||||
|
|
||||||
|
|||||||
@@ -1013,7 +1013,7 @@ with pkgs;
|
|||||||
executableToolDepends = [ makeWrapper ];
|
executableToolDepends = [ makeWrapper ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/stack2nix \
|
wrapProgram $out/bin/stack2nix \
|
||||||
--prefix PATH ":" "${git}/bin:${cabal2nix}/bin:${cabal-install}/bin:${stack}/bin"
|
--prefix PATH ":" "${git}/bin:${cabal-install}/bin"
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user