From 78dcbd3cc683b98cde9116a70aba29952638417d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Aug 2015 15:45:42 +0200 Subject: [PATCH] haskell-dpkg: the build is broken --- 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 193bc6d2dfb..644181db69f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -927,4 +927,7 @@ self: super: { # https://github.com/edwinb/EpiVM/issues/14 epic = addExtraLibraries (addBuildTool super.epic self.happy) [pkgs.boehmgc pkgs.gmp]; + # Upstream has no issue tracker. + dpkg = markBroken super.dpkg; + }