haskell-pandoc: don't use shared linking for executables

The build contains special magic surrounding the build of make-pandoc-man-pages,
and that magic fails in case we link binaries dynamically.
This commit is contained in:
Peter Simons 2015-05-29 10:27:35 +02:00
parent a1c0a00dac
commit 62d691b4ca

View file

@ -675,8 +675,8 @@ self: super: {
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
test-sandbox-compose = dontCheck super.test-sandbox-compose;
# https://github.com/jgm/pandoc/issues/2036
pandoc = dontCheck super.pandoc;
# https://github.com/jgm/pandoc/issues/2190
pandoc = disableSharedExecutables super.pandoc;
# Broken by GLUT update.
Monadius = markBroken super.Monadius;