[cpan2nix] perlPackages.CatalystPluginSessionStateCookie: cleanup

This commit is contained in:
volth 2018-04-07 07:58:48 +00:00
parent fbb529df25
commit 2ceeffaa83

View file

@ -1563,8 +1563,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/M/MS/MSTROUT/${name}.tar.gz";
sha256 = "1rvxbfnpf9x2pc2zgpazlcgdlr2dijmxgmcs0m5nazs0w6xikssb";
};
buildInputs = [ TestMockObject ];
propagatedBuildInputs = [ CatalystRuntime CatalystPluginSession ];
propagatedBuildInputs = [ CatalystPluginSession ];
meta = {
platforms = stdenv.lib.platforms.linux;
};