haskellPackages.language-ats: dontCheck

This commit is contained in:
Marek Fajkus 2019-10-20 16:51:36 +02:00 committed by Peter Simons
parent 7dcc5c717d
commit 35f1e57531

View file

@ -1269,4 +1269,7 @@ self: super: {
});
});
# upstream issue: https://github.com/vmchale/atspkg/issues/12
language-ats = dontCheck super.language-ats;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super