haskellPackages.jet: allow building with recursive-zipper 0.0.0.1
This commit is contained in:
parent
0b87a7d890
commit
53cd25707b
3 changed files with 4 additions and 3 deletions
|
@ -2126,4 +2126,8 @@ EOT
|
|||
# test suite requires stack to run, https://github.com/dino-/photoname/issues/24
|
||||
photoname = dontCheck super.photoname;
|
||||
|
||||
# Too strict bounds on recursive-zipper
|
||||
# https://github.com/ChrisPenner/jet/issues/1
|
||||
jet = doJailbreak super.jet;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
|
@ -2648,7 +2648,6 @@ broken-packages:
|
|||
- jenga
|
||||
- jenkinsPlugins2nix
|
||||
- jespresso
|
||||
- jet
|
||||
- jet-stream
|
||||
- jinquantities
|
||||
- jml-web-service
|
||||
|
|
|
@ -158598,8 +158598,6 @@ self: {
|
|||
vector vty
|
||||
];
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"jet-stream" = callPackage
|
||||
|
|
Loading…
Reference in a new issue