Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Games-Solitaire-Verify: init at 0.1400

+14
+14
pkgs/top-level/perl-packages.nix
··· 4062 doCheck = false; 4063 }; 4064 4065 GD = buildPerlPackage rec { 4066 name = "GD-2.53"; 4067 src = fetchurl {
··· 4062 doCheck = false; 4063 }; 4064 4065 + GamesSolitaireVerify = buildPerlModule { 4066 + name = "Games-Solitaire-Verify-0.1400"; 4067 + src = fetchurl { 4068 + url = mirror://cpan/authors/id/S/SH/SHLOMIF/Games-Solitaire-Verify-0.1400.tar.gz; 4069 + sha256 = "0c897c17f23ed6710d0e3ddfb54cce0f00f5b68c55277181adc94a03b7d8c659"; 4070 + }; 4071 + buildInputs = [ TestDifferences ]; 4072 + propagatedBuildInputs = [ ClassXSAccessor ExceptionClass ListMoreUtils MooXlate ]; 4073 + meta = { 4074 + description = "Verify solutions for solitaire games"; 4075 + license = "mit"; 4076 + }; 4077 + }; 4078 + 4079 GD = buildPerlPackage rec { 4080 name = "GD-2.53"; 4081 src = fetchurl {