[cpan2nix] perlPackages.DataFormValidator: cleanup
This commit is contained in:
parent
4e7345dc05
commit
c1487299d9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user