hdparm: add meta.mainProgram
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
71807aee99
commit
62856d6bd8
1 changed files with 2 additions and 1 deletions
|
@ -11,13 +11,14 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preBuild = ''
|
||||
makeFlagsArray=(sbindir=$out/sbin manprefix=$out)
|
||||
'';
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool to get/set ATA/SATA drive parameters under Linux";
|
||||
homepage = "https://sourceforge.net/projects/hdparm/";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.bsd2;
|
||||
mainProgram = "hdparm";
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue