os-prober: add mainProgram and platforms

This commit is contained in:
aleksana 2024-05-15 02:39:27 +08:00
parent 5fd8536a9a
commit 5355c9b903

View File

@ -68,6 +68,8 @@ stdenv.mkDerivation rec {
description = "Utility to detect other OSs on a set of drives";
homepage = "http://packages.debian.org/source/sid/os-prober";
license = licenses.gpl2Plus;
mainProgram = "os-prober";
maintainers = with maintainers; [ symphorien ];
platforms = platforms.linux;
};
}