haskellPackages.poker-eval: obsolete

libpoker-eval is removed from nixpkgs
This commit is contained in:
c0bw3b 2018-11-20 20:53:46 +01:00
parent 2c12a92234
commit db8991b2cb

View file

@ -166283,7 +166283,7 @@ self: {
librarySystemDepends = [ poker-eval ];
description = "Binding to libpoker-eval";
license = stdenv.lib.licenses.publicDomain;
}) {inherit (pkgs) poker-eval;};
}) {poker-eval = null;};
"pokitdok" = callPackage
({ mkDerivation, aeson, base, base64-string, bytestring