hackagePackages: Fix build for butcher (-> brittany as well)
This commit is contained in:
parent
1277acca9b
commit
9d79dc5fb8
@ -1314,4 +1314,7 @@ self: super: {
|
|||||||
# The old LTS-13.x version does not compile.
|
# The old LTS-13.x version does not compile.
|
||||||
ip = self.ip_1_5_0;
|
ip = self.ip_1_5_0;
|
||||||
|
|
||||||
|
# Needs deque >= 0.3, but latest version on stackage is 2.7
|
||||||
|
butcher = super.butcher.override { deque = self.deque_0_4_2_3; };
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -3220,7 +3220,6 @@ broken-packages:
|
|||||||
- bricks-rendering
|
- bricks-rendering
|
||||||
- bricks-syntax
|
- bricks-syntax
|
||||||
- brillig
|
- brillig
|
||||||
- brittany
|
|
||||||
- broadcast-chan
|
- broadcast-chan
|
||||||
- broadcast-chan-conduit
|
- broadcast-chan-conduit
|
||||||
- broadcast-chan-pipes
|
- broadcast-chan-pipes
|
||||||
@ -3256,7 +3255,6 @@ broken-packages:
|
|||||||
- Buster
|
- Buster
|
||||||
- buster-gtk
|
- buster-gtk
|
||||||
- buster-network
|
- buster-network
|
||||||
- butcher
|
|
||||||
- butter
|
- butter
|
||||||
- butterflies
|
- butterflies
|
||||||
- bv-sized
|
- bv-sized
|
||||||
|
Loading…
x
Reference in New Issue
Block a user