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'';
|
||||
license = licenses.bsd3;
|
||||
homepage = https://sourceforge.net/projects/ipmitool/;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user