1 { lib, stdenv, cmake, fetchgit, pkg-config, libubox }:
5 version = "unstable-2023-08-10";
8 url = "https://git.openwrt.org/project/uci.git";
9 rev = "5781664d5087ccc4b5ab58505883231212dbedbc";
10 hash = "sha256-8MyFaZdAMh5oMPO/5QyNT+Or57eBL3mamJLblGGoF9g=";
13 hardeningDisable = [ "all" ];
14 cmakeFlags = [ "-DBUILD_LUA=OFF" ];
15 buildInputs = [ libubox ];
16 nativeBuildInputs = [ cmake pkg-config ];
19 description = "OpenWrt Unified Configuration Interface";
21 homepage = "https://git.openwrt.org/?p=project/uci.git;a=summary";
22 license = licenses.lgpl21Only;
23 platforms = platforms.all;
24 maintainers = with maintainers; [ mkg20001 ];