From 394d0f2ed947c620213bd75c8c177ef871bf24f0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 7 May 2018 13:01:03 +0200 Subject: [PATCH] haskell-gi-gdkx11: drop obsolete override Closes https://github.com/NixOS/nixpkgs/issues/37724. --- pkgs/development/haskell-modules/configuration-common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7dc1145411b..b74515e9e04 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -422,8 +422,9 @@ self: super: { # https://github.com/evanrinehart/mikmod/issues/1 mikmod = addExtraLibrary super.mikmod pkgs.libmikmod; + # The doctest phase fails because it does not have a proper environment in + # which to run the commands it's ought to test. haskell-gi = dontCheck super.haskell-gi; - gi-gdkx11 = super.gi-gdkx11.override { gdk-x11 = pkgs.gtk3; }; # https://github.com/basvandijk/threads/issues/10 threads = dontCheck super.threads;