feed: disable test suite to fix the build

The test suite does not compile.
wip/yesman
Peter Simons 3 years ago
parent 1798bb77ab
commit 519c8a6404
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

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

Loading…
Cancel
Save