From cf29810281df54a44f87b3805ab1b71d9d5e86a6 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Thu, 23 Feb 2017 13:13:22 +0300 Subject: [PATCH] haskellPackages.lambdabot: jailbreak --- 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 e1cf22155a58..d9bdf46c0b66 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -859,6 +859,9 @@ self: super: { # https://github.com/lambdabot/lambdabot/issues/158 lambdabot-core = doJailbreak super.lambdabot-core; + # https://github.com/lambdabot/lambdabot/issues/159 + lambdabot = doJailbreak super.lambdabot; + # https://github.com/jswebtools/language-ecmascript/pull/81 language-ecmascript = doJailbreak super.language-ecmascript; }