From 080b28054ad9a57d3f2d6f411d62c837c0fbb084 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Wed, 1 Mar 2017 15:39:13 +0100 Subject: [PATCH] haskellPackages.DPutils: fix build --- 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 fc0edb9e6f3f..2a8ae386b8f4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -868,4 +868,7 @@ self: super: { # https://github.com/jswebtools/language-ecmascript/pull/81 language-ecmascript = doJailbreak super.language-ecmascript; + + # https://github.com/choener/DPutils/pull/1 + DPutils = doJailbreak super.DPutils; }