Commit 5355c9b9 authored by aleksana's avatar aleksana
Browse files

os-prober: add mainProgram and platforms

parent 5fd8536a
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;
  };
}