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>2016-09-10 20:53:28 +0200
committerPeter Simons <simons@cryp.to>2016-09-10 21:00:22 +0200
commit7619f88eb850b4e4b2fc551665cef53839041d43 (patch)
treeb0777444b6ab2f5a89f25fcb21d7d4ef80aaaadd /pkgs/development/haskell-modules/configuration-common.nix
parentd8af0db284074253ccaf38113f50bc7262eda728 (diff)
downloadnixlib-7619f88eb850b4e4b2fc551665cef53839041d43.tar
nixlib-7619f88eb850b4e4b2fc551665cef53839041d43.tar.gz
nixlib-7619f88eb850b4e4b2fc551665cef53839041d43.tar.bz2
nixlib-7619f88eb850b4e4b2fc551665cef53839041d43.tar.lz
nixlib-7619f88eb850b4e4b2fc551665cef53839041d43.tar.xz
nixlib-7619f88eb850b4e4b2fc551665cef53839041d43.tar.zst
nixlib-7619f88eb850b4e4b2fc551665cef53839041d43.zip
haskell-gtk2hs-buildtools: this override does not belong into common
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index bb799b059d37..d174ab28540e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -948,9 +948,6 @@ self: super: {
   # tinc is a new build driver a la Stack that's not yet available from Hackage.
   tinc = self.callPackage ../tools/haskell/tinc {};
 
-  # gtk2hs-buildtools must have Cabal 1.24
-  gtk2hs-buildtools = super.gtk2hs-buildtools.override { Cabal = self.Cabal_1_24_0_0; };
-
   # Tools that use gtk2hs-buildtools now depend on them in a custom-setup stanza
   cairo = addBuildTool super.cairo self.gtk2hs-buildtools;
   pango = (addBuildTool super.pango self.gtk2hs-buildtools).overrideDerivation (drv: {