mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
haskellPackages.vivid: Fix build with a small patch
Some library dependency must have stopped re-exporting 'void', so now it needs an extra import line. This package doesn't have any VCS repo.
This commit is contained in:
parent
58f617819c
commit
9bdc0e46de
@ -1997,6 +1997,14 @@ self: super: {
|
||||
# Test suite fails, upstream not reachable for simple fix (not responsive on github)
|
||||
vivid-osc = dontCheck super.vivid-osc;
|
||||
vivid-supercollider = dontCheck super.vivid-supercollider;
|
||||
vivid = overrideCabal (drv: assert drv.version == "0.5.2.0"; {
|
||||
# 2024-10-18: Some library dependency must have stopped
|
||||
# re-exporting 'void', so now it needs an extra import line.
|
||||
# Fixed in 0.5.2.1.
|
||||
postPatch = ''
|
||||
sed -i '/) where/a import Control.Monad (void)' Vivid/GlobalState.hs
|
||||
'';
|
||||
}) super.vivid;
|
||||
|
||||
# Test suite does not compile.
|
||||
feed = dontCheck super.feed;
|
||||
|
@ -6496,7 +6496,6 @@ broken-packages:
|
||||
- visibility # failure in job https://hydra.nixos.org/build/233206672 at 2023-09-02
|
||||
- visual-prof # failure in job https://hydra.nixos.org/build/233250080 at 2023-09-02
|
||||
- vitrea # failure in job https://hydra.nixos.org/build/233252038 at 2023-09-02
|
||||
- vivid # failure in job https://hydra.nixos.org/build/252716916 at 2024-03-16
|
||||
- vk-aws-route53 # failure in job https://hydra.nixos.org/build/233250126 at 2023-09-02
|
||||
- VKHS # failure in job https://hydra.nixos.org/build/233246557 at 2023-09-02
|
||||
- vowpal-utils # failure in job https://hydra.nixos.org/build/233251505 at 2023-09-02
|
||||
|
Loading…
Reference in New Issue
Block a user