haskellPackages.MissingH: jailbreak

too strict bound on random
launchpad/nixpkgs/master
sternenseemann 3 years ago
parent 8014f4fe29
commit 99acf0863b
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -1943,4 +1943,8 @@ EOT
'' + (drv.prePatch or "");
});
# Too strict bound on random
# https://github.com/haskell-hvr/missingh/issues/56
MissingH = doJailbreak super.MissingH;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

Loading…
Cancel
Save