From 0a28867303054bbbe504f1c84a382a201581c059 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 9 Oct 2015 11:19:23 +0200 Subject: haskell-fltkhs: record my fruitless attempts to fix that build --- pkgs/development/haskell-modules/configuration-common.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3aba634a96e..cc11adbb431 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -907,4 +907,12 @@ self: super: { # https://github.com/sol/hpack/issues/53 hpack = dontCheck super.hpack; + # https://github.com/deech/fltkhs/issues/16 + fltkhs = overrideCabal super.fltkhs (drv: { + libraryToolDepends = (drv.libraryToolDepends or []) ++ [pkgs.autoconf]; + librarySystemDepends = (drv.librarySystemDepends or []) ++ [pkgs.fltk13 pkgs.mesa_noglu pkgs.libjpeg]; + broken = true; # linking fails because the build doesn't pull in the mesa libraries + }); + fltkhs-fluid-examples = dontDistribute super.fltkhs-fluid-examples; + } -- cgit 1.4.1