TredwellGit 2021-02-11 06:33:27 +00:00
parent b898fe25fd
commit a3aae9ce9d
1 changed files with 2 additions and 8 deletions

View File

@ -2,23 +2,17 @@
stdenv.mkDerivation rec {
pname = "inih";
version = "r52";
version = "r53";
src = fetchFromGitHub {
owner = "benhoyt";
repo = pname;
rev = version;
sha256 = "0lsvm34zabvi1xlximybzvgc58zb90mm3b9babwxlqs05jy871m4";
sha256 = "0dqf5j2sw4hq68rqvxbrsf44ygfzx9ypiyzipk4cvp9aimbvsbc6";
};
nativeBuildInputs = [ meson ninja ];
mesonFlags = [
"-Ddefault_library=shared"
"-Ddistro_install=true"
"-Dwith_INIReader=true"
];
meta = with lib; {
description = "Simple .INI file parser in C, good for embedded systems";
homepage = "https://github.com/benhoyt/inih";