diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8d4a84034f9..c273db7884b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -49,9 +49,6 @@ self: super: { yices-easy = dontDistribute super.yices-easy; yices-painless = dontDistribute super.yices-painless; - # This package overrides the one from pkgs.gnome. - gtkglext = super.gtkglext.override { inherit (pkgs.gnome) gtkglext; }; - # The test suite refers to its own library with an invalid version constraint. presburger = dontCheck super.presburger;