[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"; url = "mirror://cpan/authors/id/G/GA/GAUDEON/${name}.tar.gz";
sha256 = "1qgq6y9iwfbhbkbgpw9czang2ami6z8jk1zlagrzdisy4igqzkvs"; sha256 = "1qgq6y9iwfbhbkbgpw9czang2ami6z8jk1zlagrzdisy4igqzkvs";
}; };
buildInputs = [ TestWWWMechanizeCatalyst Testuseok ]; buildInputs = [ CatalystRuntime TestLongString TestSimple13 TestWWWMechanize TestWWWMechanizeCatalyst TextCSV XMLSimple ];
propagatedBuildInputs = [ CatalystRuntime TextCSV XMLSimple ];
meta = { meta = {
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;