Unverified Commit 4ff112d7 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

Merge pull request #311719 from Aleksanaa/os-prober

os-prober: add mainProgram and platforms
parents 1863d9cf 5355c9b9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}