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:
parent
a1c0a00dac
commit
62d691b4ca
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue