feed: disable test suite to fix the build

The test suite does not compile.
This commit is contained in:
Peter Simons 2021-03-12 15:37:30 +01:00
parent 1798bb77ab
commit 519c8a6404

View File

@ -1658,4 +1658,7 @@ self: super: {
})
];
# Test suite does not compile.
feed = dontCheck super.feed;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super