dmidecode: set meta.platforms to linux
This commit is contained in:
parent
14018c2de1
commit
3e06d3da1d
1 changed files with 2 additions and 1 deletions
|
@ -10,8 +10,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = "prefix=$(out)";
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://www.nongnu.org/dmidecode/;
|
||||
description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue