···10101111 makeFlags = "prefix=$(out)";
12121313- meta = {
1313+ meta = with stdenv.lib; {
1414 homepage = http://www.nongnu.org/dmidecode/;
1515 description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
1616+ platforms = platforms.linux;
1617 };
1718}