pandoc: jailbreak

This commit is contained in:
Michael Alan Dorman
2016-05-31 22:09:57 +02:00
committed by Peter Simons
parent 20cf5c9750
commit b0f64b04fc
@@ -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.