haskellPackages.poker-eval: obsolete
libpoker-eval is removed from nixpkgs
This commit is contained in:
parent
2c12a92234
commit
db8991b2cb
1 changed files with 1 additions and 1 deletions
|
@ -166283,7 +166283,7 @@ self: {
|
||||||
librarySystemDepends = [ poker-eval ];
|
librarySystemDepends = [ poker-eval ];
|
||||||
description = "Binding to libpoker-eval";
|
description = "Binding to libpoker-eval";
|
||||||
license = stdenv.lib.licenses.publicDomain;
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
}) {inherit (pkgs) poker-eval;};
|
}) {poker-eval = null;};
|
||||||
|
|
||||||
"pokitdok" = callPackage
|
"pokitdok" = callPackage
|
||||||
({ mkDerivation, aeson, base, base64-string, bytestring
|
({ mkDerivation, aeson, base, base64-string, bytestring
|
||||||
|
|
Loading…
Reference in a new issue