haskellPackages.hakyll: fix build

This commit is contained in:
Domen Kožar 2017-01-05 10:23:58 +01:00
parent 8f046ce0c0
commit 28c06567f8
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,8 @@ self: super: {
then dontCheck (overrideCabal super.hakyll (drv: {
testToolDepends = [];
}))
else super.hakyll;
# https://github.com/jaspervdj/hakyll/issues/491
else dontCheck super.hakyll;
# Heist's test suite requires system pandoc
heist = overrideCabal super.heist (drv: {

View File

@ -4075,7 +4075,6 @@ dont-distribute-packages:
hakyll-sass: [ i686-linux, x86_64-linux, x86_64-darwin ]
hakyll-series: [ i686-linux, x86_64-linux, x86_64-darwin ]
hakyll-shakespeare: [ i686-linux, x86_64-linux, x86_64-darwin ]
hakyll: [ i686-linux, x86_64-linux, x86_64-darwin ]
halberd: [ i686-linux, x86_64-linux, x86_64-darwin ]
halfs: [ i686-linux, x86_64-linux, x86_64-darwin ]
halipeto: [ i686-linux, x86_64-linux, x86_64-darwin ]