1 { lib, stdenv, fetchFromGitHub, meson, ninja }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 hash = "sha256-a4nvhJSmZGqu2sdZSPNPjdnkzZ9dSKocL/XG2aDyFw4=";
14 nativeBuildInputs = [ meson ninja ];
17 description = "Simple .INI file parser in C, good for embedded systems";
18 homepage = "https://github.com/benhoyt/inih";
19 changelog = "https://github.com/benhoyt/inih/releases/tag/r${version}";
20 license = licenses.bsd3;
21 maintainers = with maintainers; [ TredwellGit ];
22 platforms = platforms.all;