python3Packages.guestfs: platforms are the ones libguestfs supports

This ensures the proper propagation for `lib.meta.availableOn` to work fine.
This commit is contained in:
Raito Bezarius 2023-05-24 17:45:02 +02:00
parent 4e79d6857e
commit 0cde352ef1

View file

@ -20,5 +20,6 @@ buildPythonPackage rec {
description = "Use libguestfs from Python";
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ grahamc ];
inherit (libguestfs.meta) platforms;
};
}