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
|
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
|
||||||
test-sandbox-compose = dontCheck super.test-sandbox-compose;
|
test-sandbox-compose = dontCheck super.test-sandbox-compose;
|
||||||
|
|
||||||
# https://github.com/jgm/pandoc/issues/2036
|
# https://github.com/jgm/pandoc/issues/2190
|
||||||
pandoc = dontCheck super.pandoc;
|
pandoc = disableSharedExecutables super.pandoc;
|
||||||
|
|
||||||
# Broken by GLUT update.
|
# Broken by GLUT update.
|
||||||
Monadius = markBroken super.Monadius;
|
Monadius = markBroken super.Monadius;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user