[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73260] Add libguestfs
From: |
Ludovic Courtès |
Subject: |
[bug#73260] Add libguestfs |
Date: |
Mon, 30 Sep 2024 19:08:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Giacomo Leidi <goodoldpaul@autistici.org> skribis:
> * gnu/packages/virtualization.scm (libguestfs): New variable.
>
> Change-Id: I99243550a7a6c9d787fa1a67e54acefd3deeaf1f
[...]
> +(define-public libguestfs
> + (package
> + (inherit libguestfs-minimal)
Rather:
(package/inherit libguestfs-minimal
…)
so that the ‘replacement’ field is inherited too, should it ever be used
in the future.
Could you send updated patches?
Thanks for the great work!
Ludo’.