mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Merge pull request #323087 from eth3lbert/darwin-lcov
lcov: fix build on Darwin
This commit is contained in:
commit
062fe8f258
@ -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