[cpan2nix] perlPackages.CatalystPluginSessionStateCookie: cleanup
This commit is contained in:
parent
fbb529df25
commit
2ceeffaa83
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue