perlPackages.JSON: fix tests

This commit is contained in:
Jan Malakhovski 2018-03-25 19:44:59 +00:00
parent 9cbddc6955
commit 2f505d6fa7

View File

@ -8093,6 +8093,7 @@ let
preConfigure = ''
substituteInPlace Makefile.PL --replace "exit 0;" ""
'';
buildInputs = [ TestPod ];
meta = {
description = "JSON (JavaScript Object Notation) encoder/decoder";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];