[cpan2nix] perlPackages.CatalystViewDownload: cleanup

This commit is contained in:
volth 2018-04-07 07:59:02 +00:00
parent 30cd94523a
commit 67bb9385d4

View File

@ -1658,8 +1658,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/G/GA/GAUDEON/${name}.tar.gz";
sha256 = "1qgq6y9iwfbhbkbgpw9czang2ami6z8jk1zlagrzdisy4igqzkvs";
};
buildInputs = [ TestWWWMechanizeCatalyst Testuseok ];
propagatedBuildInputs = [ CatalystRuntime TextCSV XMLSimple ];
buildInputs = [ CatalystRuntime TestLongString TestSimple13 TestWWWMechanize TestWWWMechanizeCatalyst TextCSV XMLSimple ];
meta = {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
platforms = stdenv.lib.platforms.linux;