haskellPackages: fix barbly (#70222)
* haskellPackages: fix barbly Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
This commit is contained in:
committed by
Peter Simons
co-authored by
Dennis Gosnell
parent
676e2684c1
commit
fa5eddfae6
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user