3
0
Fork 0
forked from mirrors/nixpkgs

haskell-gtk2hs-buildtools: this override does not belong into common

This commit is contained in:
Peter Simons 2016-09-10 20:53:28 +02:00
parent d8af0db284
commit 7619f88eb8

View file

@ -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: {