inih: add dev output (#482249)

This commit is contained in:
Doron Behar
2026-01-26 13:00:11 +00:00
committed by GitHub
+5
View File
@@ -22,6 +22,11 @@ stdenv.mkDerivation rec {
ninja
];
outputs = [
"out"
"dev"
];
meta = {
description = "Simple .INI file parser in C, good for embedded systems";
homepage = "https://github.com/benhoyt/inih";