perlPackages.Deliantra: init at 2.01

This commit is contained in:
B. Kelly 2019-08-09 21:52:40 -04:00 committed by Rebecca Kelly
parent 9a8e5e3b67
commit 17325b20e6

View File

@ -5598,6 +5598,19 @@ let
};
};
Deliantra = buildPerlPackage rec {
pname = "Deliantra";
version = "2.01";
src = fetchurl {
url = "mirror://cpan/authors/id/M/ML/MLEHMANN/${pname}-${version}.tar.gz";
sha256 = "2716d9b1f05627d60942ce0634b9c1a25109b164818285d45b609ae8596e2b17";
};
propagatedBuildInputs = [ AnyEvent CompressLZF JSONXS commonsense ];
meta = {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
DevelCaller = buildPerlPackage {
pname = "Devel-Caller";
version = "2.06";