mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
lcov: fix build on Darwin
Since `Memory-Process` is not listed as supported on Darwin, and according to https://github.com/linux-test-project/lcov/issues/238#issuecomment-1709020564, it's not required as a dependency. Therefore, it's safe to remove `Memory-Process` from the perlDeps on Darwin and get it working again. Co-authored-by: Reno Dakota <170618376+paparodeo@users.noreply.github.com>
This commit is contained in:
parent
33be72b31b
commit
88feb757e7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user