ipmitool: mark linux only
This commit is contained in:
parent
3890c471de
commit
7fea3e2acc
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||||
description = ''Command-line interface to IPMI-enabled devices'';
|
description = ''Command-line interface to IPMI-enabled devices'';
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
homepage = https://sourceforge.net/projects/ipmitool/;
|
homepage = https://sourceforge.net/projects/ipmitool/;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue