perlPackages.JSON: fix tests

This commit is contained in:
Jan Malakhovski
2018-08-11 09:35:19 +00:00
parent 9cbddc6955
commit 2f505d6fa7
+1
View File
@@ -8093,6 +8093,7 @@ let
preConfigure = '' preConfigure = ''
substituteInPlace Makefile.PL --replace "exit 0;" "" substituteInPlace Makefile.PL --replace "exit 0;" ""
''; '';
buildInputs = [ TestPod ];
meta = { meta = {
description = "JSON (JavaScript Object Notation) encoder/decoder"; description = "JSON (JavaScript Object Notation) encoder/decoder";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];