mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
haskell-gtkglext: drop obsolete override
This commit is contained in:
parent
fbaf6dcbb0
commit
fe07c77ff1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user