mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
[cpan2nix] perlPackages.CatalystViewDownload: cleanup
This commit is contained in:
parent
30cd94523a
commit
67bb9385d4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user