haskellPackages.pandoc-cli: Mark broken until we bump stackage
This commit is contained in:
@@ -138,6 +138,8 @@ self: super: {
|
|||||||
# https://github.com/techtangents/ablist/issues/1
|
# https://github.com/techtangents/ablist/issues/1
|
||||||
ABList = dontCheck super.ABList;
|
ABList = dontCheck super.ABList;
|
||||||
|
|
||||||
|
pandoc-cli = throwIfNot (versionOlder super.pandoc.version "3.0.0") "pandoc-cli contains the pandoc executable starting with 3.0, this needs to be considered now." (markBroken (dontDistribute super.pandoc-cli));
|
||||||
|
|
||||||
# sse2 flag due to https://github.com/haskell/vector/issues/47.
|
# sse2 flag due to https://github.com/haskell/vector/issues/47.
|
||||||
# Jailbreak is necessary for QuickCheck dependency.
|
# Jailbreak is necessary for QuickCheck dependency.
|
||||||
vector = doJailbreak (if pkgs.stdenv.isi686 then appendConfigureFlag "--ghc-options=-msse2" super.vector else super.vector);
|
vector = doJailbreak (if pkgs.stdenv.isi686 then appendConfigureFlag "--ghc-options=-msse2" super.vector else super.vector);
|
||||||
|
|||||||
Reference in New Issue
Block a user