···1011 makeFlags = "prefix=$(out)";
1213- meta = {
14 homepage = http://www.nongnu.org/dmidecode/;
15 description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
016 };
17}
···1011 makeFlags = "prefix=$(out)";
1213+ meta = with stdenv.lib; {
14 homepage = http://www.nongnu.org/dmidecode/;
15 description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
16+ platforms = platforms.linux;
17 };
18}