···13 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";
016 platforms = platforms.linux;
17 };
18}
···13 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+ license = licenses.gpl2Plus;
17 platforms = platforms.linux;
18 };
19}