haskell-gtk: clean up our existing overrides

This commit is contained in:
Peter Simons
2019-10-07 20:51:00 +02:00
parent 6ef33275b8
commit 6d95c7b595
2 changed files with 5 additions and 4 deletions
@@ -691,9 +691,6 @@ self: super: {
# We get lots of strange compiler errors during the test suite run.
jsaddle = dontCheck super.jsaddle;
# Enable have-quartz-gtk flag on Darwin.
gtk = if pkgs.stdenv.isDarwin then appendConfigureFlag super.gtk "-fhave-quartz-gtk" else super.gtk;
# https://github.com/Philonous/hs-stun/pull/1
# Remove if a version > 0.1.0.1 ever gets released.
stunclient = overrideCabal super.stunclient (drv: {