perlPackages.JSON: Fix typo.

This commit is contained in:
Shea Levy 2018-03-16 17:53:45 -04:00
parent 545eab2bfa
commit cb88f21b16
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

View File

@ -7654,7 +7654,7 @@ let self = _self // overrides; _self = with self; {
echo "1;" > lib/JSON/backportPP.pm echo "1;" > lib/JSON/backportPP.pm
''; '';
postConfigure = '' postConfigure = ''
cp lib/JSON/backportPP.pm{,orig} cp lib/JSON/backportPP.pm{orig,}
''; '';
buildInputs = [ TestPod ]; buildInputs = [ TestPod ];
meta = { meta = {