From aedd13f79323d2c248eef107e730fce46518b25f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 18 Sep 2015 09:59:08 +0200 Subject: [PATCH] haskell-phash lacks the underlying C library. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 04083a742e31..9d925461bc7f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -904,4 +904,7 @@ self: super: { postUnpack = "rm */Setup.lhs"; }); + # We cannot build this package w/o the C library from . + phash = markBroken super.phash; + }