haskellPackages.libnix: dontCheck

This commit is contained in:
Profpatsch 2018-11-19 15:44:32 +01:00
parent d3bdf3fe98
commit 7c75afaf1a

View file

@ -1183,4 +1183,11 @@ self: super: {
# https://github.com/DanielG/cabal-helper/issues/59
cabal-helper = doJailbreak super.cabal-helper;
# TODO(Profpatsch): factor out local nix store setup from
# lib/tests/release.nix and use that for the tests of libnix
# libnix = overrideCabal super.libnix (old: {
# testToolDepends = old.testToolDepends or [] ++ [ pkgs.nix ];
# });
libnix = dontCheck super.libnix;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super