From 31de7743f8a7e31631e1dfd27b785120578c62ed Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Nov 2018 18:37:07 +0100 Subject: [PATCH] haskell-fltkhs: re-enable the build https://github.com/NixOS/nixpkgs/pull/50828 makes an effort to fix this package. --- pkgs/development/haskell-modules/configuration-common.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ba95e8cced0..e62471772e8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -694,11 +694,6 @@ self: super: { # We cannot build this package w/o the C library from . phash = markBroken super.phash; - # https://github.com/deech/fltkhs/issues/16 - # linking fails because the build doesn't pull in the libGLU_combined libraries - fltkhs = markBroken super.fltkhs; - fltkhs-fluid-examples = dontDistribute super.fltkhs-fluid-examples; - # We get lots of strange compiler errors during the test suite run. jsaddle = dontCheck super.jsaddle;