haskellPackages.yesod-markdown: jailbreak

This commit is contained in:
Pascal Wittmann 2019-04-07 19:46:53 +02:00
parent 6c06fd51d9
commit 4e9ffcff7b
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -1279,4 +1279,7 @@ self: super: {
# Fix build with attr-2.4.48 (see #53716)
xattr = appendPatch super.xattr ./patches/xattr-fix-build.patch;
# Break out of pandoc >=2.0 && <2.7 (https://github.com/pbrisbin/yesod-markdown/pull/65)
yesod-markdown = doJailbreak super.yesod-markdown;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super