Merge pull request #311719 from Aleksanaa/os-prober

os-prober: add mainProgram and platforms
This commit is contained in:
Guillaume Girol 2024-05-15 23:05:42 +02:00 committed by GitHub
commit 4ff112d715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};
}