haskellPackages.generic-optics: Fix build

This commit is contained in:
Malte Brandy
2021-05-14 23:57:55 +02:00
parent 814c7e8ce3
commit 8c4331f13a
3 changed files with 4 additions and 3 deletions
@@ -1918,4 +1918,8 @@ EOT
network = self.network-bsd;
}) "-f-_old_network";
# 2021-05-14: Testsuite is failing.
# https://github.com/kcsongor/generic-lens/issues/133
generic-optics = dontCheck super.generic-optics;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super