From b0f64b04fc379d737b9407fb2b620ded9b1f332d Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Sun, 29 May 2016 18:16:22 -0400 Subject: [PATCH] pandoc: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6d75e77b9a0..ee16ba32312 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -586,7 +586,7 @@ self: super: { test-sandbox-compose = dontCheck super.test-sandbox-compose; # https://github.com/jgm/pandoc/issues/2709 - pandoc = disableSharedExecutables super.pandoc; + pandoc = doJailbreak (disableSharedExecutables super.pandoc); # Tests attempt to use NPM to install from the network into # /homeless-shelter. Disabled.