Commit 0cde352e authored by Raito Bezarius's avatar Raito Bezarius
Browse files

python3Packages.guestfs: platforms are the ones libguestfs supports

This ensures the proper propagation for `lib.meta.availableOn` to work fine.
parent 4e79d685
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,5 +20,6 @@ buildPythonPackage rec {
    description = "Use libguestfs from Python";
    license = licenses.lgpl2Plus;
    maintainers = with maintainers; [ grahamc ];
    inherit (libguestfs.meta) platforms;
  };
}