From 3e06d3da1db823a598925aee0f94180bbff73029 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Thu, 12 Dec 2013 00:32:13 +0100 Subject: dmidecode: set meta.platforms to linux --- pkgs/os-specific/linux/dmidecode/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/os-specific/linux/dmidecode/default.nix b/pkgs/os-specific/linux/dmidecode/default.nix index 40564f9f95a..19d4092ba78 100644 --- a/pkgs/os-specific/linux/dmidecode/default.nix +++ b/pkgs/os-specific/linux/dmidecode/default.nix @@ -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; }; } -- cgit 1.4.1