From fe07c77ff142f8a26ab0c14c65255748aa646a3a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 Feb 2015 12:58:36 +0100 Subject: [PATCH] haskell-gtkglext: drop obsolete override --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8d4a84034f93..c273db7884b4 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;