dmidecode: set meta.platforms to linux
This commit is contained in:
parent
14018c2de1
commit
3e06d3da1d
|
@ -10,8 +10,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
makeFlags = "prefix=$(out)";
|
makeFlags = "prefix=$(out)";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.nongnu.org/dmidecode/;
|
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";
|
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 New Issue