perlPackages.BotTrainingMegaHAL: init at 0.03
This commit is contained in:
parent
3abaea6d64
commit
9bcae99cad
@ -1284,6 +1284,22 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
BotTrainingMegaHAL = buildPerlPackage {
|
||||||
|
pname = "Bot-Training-MegaHAL";
|
||||||
|
version = "0.03";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/A/AV/AVAR/Bot-Training-MegaHAL-0.03.tar.gz";
|
||||||
|
sha256 = "956072aff04f216e5c3b8196965b5d80d4d47695d77ecaabd56e59d65f22bf60";
|
||||||
|
};
|
||||||
|
buildInputs = [ FileShareDirInstall ];
|
||||||
|
propagatedBuildInputs = [ BotTraining ];
|
||||||
|
meta = {
|
||||||
|
homepage = "http://metacpan.org/release/Bot-Training-MegaHAL";
|
||||||
|
description = "Provide megahal.trn via Bot::Training";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
BSDResource = buildPerlPackage {
|
BSDResource = buildPerlPackage {
|
||||||
pname = "BSD-Resource";
|
pname = "BSD-Resource";
|
||||||
version = "1.2911";
|
version = "1.2911";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user