about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-04 15:23:24 +0200
committerPeter Simons <simons@cryp.to>2017-07-04 15:50:27 +0200
commit7e3186265787b091b87211ed38310ee6770a16bd (patch)
tree7d0e5980f69a53933a54c0b09de1a094e260c230 /pkgs/development/haskell-modules/configuration-common.nix
parentb9ed1177c8b0a085ca1e05596b0f5cf9386e1da5 (diff)
downloadnixlib-7e3186265787b091b87211ed38310ee6770a16bd.tar
nixlib-7e3186265787b091b87211ed38310ee6770a16bd.tar.gz
nixlib-7e3186265787b091b87211ed38310ee6770a16bd.tar.bz2
nixlib-7e3186265787b091b87211ed38310ee6770a16bd.tar.lz
nixlib-7e3186265787b091b87211ed38310ee6770a16bd.tar.xz
nixlib-7e3186265787b091b87211ed38310ee6770a16bd.tar.zst
nixlib-7e3186265787b091b87211ed38310ee6770a16bd.zip
haskell-tinc: use default versions of cabal-install and cabal2nix
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index abf477189f07..230016d78c8c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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;