3
0
Fork 0
forked from mirrors/nixpkgs

pandoc: jailbreak

This commit is contained in:
Michael Alan Dorman 2016-05-29 18:16:22 -04:00 committed by Peter Simons
parent 20cf5c9750
commit b0f64b04fc

View file

@ -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.