[cpan2nix] perlPackages.DataFormValidator: cleanup

This commit is contained in:
volth 2018-04-07 07:57:01 +00:00
parent 4e7345dc05
commit c1487299d9

View File

@ -3130,6 +3130,7 @@ let self = _self // overrides; _self = with self; {
description = "Validates user input (usually from an HTML form) based on input profile";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ CGI ];
};
DataGUID = buildPerlPackage rec {