tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
perlPackages.JSON: fix tests
Jan Malakhovski
7 years ago
2f505d6f
9cbddc69
+1
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
perl-packages.nix
+1
pkgs/top-level/perl-packages.nix
···
8093
preConfigure = ''
8094
substituteInPlace Makefile.PL --replace "exit 0;" ""
8095
'';
0
8096
meta = {
8097
description = "JSON (JavaScript Object Notation) encoder/decoder";
8098
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
···
8093
preConfigure = ''
8094
substituteInPlace Makefile.PL --replace "exit 0;" ""
8095
'';
8096
+
buildInputs = [ TestPod ];
8097
meta = {
8098
description = "JSON (JavaScript Object Notation) encoder/decoder";
8099
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];