1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://savannah/dmidecode/dmidecode-${version}.tar.xz";
9 sha256 = "sha256-5Axl8+w9r+Ma2DSaTvGpcSLTj2UATtZldeGo1XXdi64=";
14 "CC=${stdenv.cc.targetPrefix}cc"
18 homepage = "https://www.nongnu.org/dmidecode/";
19 description = "Tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
20 license = licenses.gpl2Plus;
21 platforms = platforms.linux;