summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorLeon Isenberg <leon.isenberg@t-online.de>2017-02-27 23:56:26 +0100
committerLeon Isenberg <leon.isenberg@t-online.de>2017-02-28 16:19:13 +0100
commitb59fd85dd6ed185b0bc347cbd42dc69301cbf784 (patch)
treea4a46d5b4f049425ffc30d7978905e6df89c7180 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent81b43ccd5773445a7e7e590b99b5b760a1401e3b (diff)
downloadnixlib-b59fd85dd6ed185b0bc347cbd42dc69301cbf784.tar
nixlib-b59fd85dd6ed185b0bc347cbd42dc69301cbf784.tar.gz
nixlib-b59fd85dd6ed185b0bc347cbd42dc69301cbf784.tar.bz2
nixlib-b59fd85dd6ed185b0bc347cbd42dc69301cbf784.tar.lz
nixlib-b59fd85dd6ed185b0bc347cbd42dc69301cbf784.tar.xz
nixlib-b59fd85dd6ed185b0bc347cbd42dc69301cbf784.tar.zst
nixlib-b59fd85dd6ed185b0bc347cbd42dc69301cbf784.zip
haskell: ghc710x packages: fix gtk2hs-buildtools
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 2c1888b5eef6..ee0fcccd6331 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -42,6 +42,8 @@ self: super: {
   # Build jailbreak-cabal with the latest version of Cabal.
   jailbreak-cabal = super.jailbreak-cabal.override { Cabal = self.Cabal_1_24_2_0; };
 
+  gtk2hs-buildtools = super.gtk2hs-buildtools.override { Cabal = self.Cabal_1_24_2_0; };
+
   Extra = appendPatch super.Extra (pkgs.fetchpatch {
     url = "https://github.com/seereason/sr-extra/commit/29787ad4c20c962924b823d02a7335da98143603.patch";
     sha256 = "193i1xmq6z0jalwmq0mhqk1khz6zz0i1hs6lgfd7ybd6qyaqnf5f";