Merge pull request #323087 from eth3lbert/darwin-lcov

lcov: fix build on Darwin
This commit is contained in:
Jörg Thalheim 2024-06-28 09:22:36 +02:00 committed by GitHub
commit 062fe8f258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,9 +16,8 @@ let
perlPackages.DevelCover
perlPackages.GD
perlPackages.JSONXS
perlPackages.MemoryProcess
perlPackages.PathTools
];
] ++ lib.optionals (!stdenv.isDarwin) [ perlPackages.MemoryProcess ];
in
stdenv.mkDerivation rec {
pname = "lcov";