mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
Merge pull request #173648 from pborzenkov/perl-sereal
perlPackages.Sereal: drop TestMemoryGrowth dependency
This commit is contained in:
commit
54731dd0ee
@ -19533,7 +19533,7 @@ let
|
||||
url = "mirror://cpan/authors/id/Y/YV/YVES/Sereal-4.018.tar.gz";
|
||||
sha256 = "0pqygrl88jp2w73jd9cw4k22fhvh5vcwqbiwl9wpxm67ql95cwwa";
|
||||
};
|
||||
buildInputs = [ TestDeep TestLongString TestMemoryGrowth TestWarn ];
|
||||
buildInputs = [ TestDeep TestLongString TestWarn ];
|
||||
propagatedBuildInputs = [ SerealDecoder SerealEncoder ];
|
||||
meta = {
|
||||
homepage = "https://github.com/Sereal/Sereal";
|
||||
|
Loading…
Reference in New Issue
Block a user