From 5fc89a6778fe9633c680a6f46a91d8ba839113f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sun, 19 Feb 2017 20:29:42 +0100 Subject: [PATCH] language-ecmascript: 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 1f24556a1a2..1a7d928dbdd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -858,4 +858,7 @@ self: super: { # https://github.com/lambdabot/lambdabot/issues/158 lambdabot-core = doJailbreak super.lambdabot-core; + + # https://github.com/jswebtools/language-ecmascript/pull/81 + language-ecmascript = doJailbreak super.language-ecmascript; }