mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
feed: disable test suite to fix the build
The test suite does not compile.
This commit is contained in:
parent
1798bb77ab
commit
519c8a6404
@ -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…
Reference in New Issue
Block a user