mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
Merge pull request #311719 from Aleksanaa/os-prober
os-prober: add mainProgram and platforms
This commit is contained in:
commit
4ff112d715
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user