haskell-tinc: use default versions of cabal-install and cabal2nix

This commit is contained in:
Peter Simons 2017-07-04 15:23:24 +02:00
parent b9ed1177c8
commit 7e31862657

View file

@ -670,7 +670,7 @@ self: super: {
haste-compiler = markBroken (self.callPackage ../tools/haskell/haste/haste-compiler.nix { inherit overrideCabal; super-haste-compiler = super.haste-compiler; });
# tinc is a new build driver a la Stack that's not yet available from Hackage.
tinc = self.callPackage ../tools/haskell/tinc {};
tinc = self.callPackage ../tools/haskell/tinc { inherit (pkgs) cabal-install cabal2nix; };
# Tools that use gtk2hs-buildtools now depend on them in a custom-setup stanza
cairo = addBuildTool super.cairo self.gtk2hs-buildtools;