haskellPackages: fix barbly (#70222)

* haskellPackages: fix barbly

Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
This commit is contained in:
Luke Clifton
2019-10-13 14:27:11 +02:00
committed by Peter Simons
co-authored by Dennis Gosnell
parent 676e2684c1
commit fa5eddfae6
2 changed files with 52 additions and 2 deletions
@@ -145,6 +145,8 @@ self: super: {
then addBuildDepend super.halive pkgs.darwin.apple_sdk.frameworks.AppKit
else super.halive;
barbly = addBuildDepend super.barbly pkgs.darwin.apple_sdk.frameworks.AppKit;
# Hakyll's tests are broken on Darwin (3 failures); and they require util-linux
hakyll = if pkgs.stdenv.isDarwin
then dontCheck (overrideCabal super.hakyll (drv: {