[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#63517: Fixing lcov usage?
From: |
Ludovic Courtès |
Subject: |
bug#63517: Fixing lcov usage? |
Date: |
Mon, 22 May 2023 17:29:19 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi Luca,
Luca Cirrottola <luca.cirrottola@inria.fr> skribis:
> I want use lcov to generate a coverage report for a C program, but I find out
> I always need to add "findutils" package to my shell in order for "lcov" to
> work. Shouldn't "findutils" be added to the propagated-inputs of "lcov", to
> have it available at runtime?
I took a slightly less intrusive approach:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=88a2871d8f82a7280486c2a30cc9b510ee8b2b5c
Thanks for the bug report & proposal!
Ludo’.