16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 sha256 = "0krwwydyvb9224r884y1mlmzyxhlfrcqw73vi1j8787rl0gl5a2i";
30 url = "https://git.alpinelinux.org/aports/plain/community/libsmbios/fixes.patch?id=bdc4f67889c958c1266fa5d0cab71c3cd639122f";
31 sha256 = "aVVc52OovDYvqWRyKcRAi62daa9AalkKvnVOGvrTmRk=";
45 buildInputs = [ python3 ];
47 configureFlags = [ "--disable-graphviz" ];
49 enableParallelBuilding = true;
53 cp -a src/include/smbios_c $out/include/
54 cp -a out/public-include/smbios_c $out/include/
57 # remove forbidden reference to $TMPDIR
59 patchelf --shrink-rpath --allowed-rpath-prefixes "$NIX_STORE" "$out/sbin/smbios-sys-info-lite"
63 homepage = "https://github.com/dell/libsmbios";
64 description = "Library to obtain BIOS information";
65 license = with licenses; [