dmidecode: set meta.platforms to linux

This commit is contained in:
Domen Kožar 2013-12-12 00:32:13 +01:00
parent 14018c2de1
commit 3e06d3da1d

View file

@ -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;
};
}