12 version = "unstable-2023-08-10";
15 url = "https://git.openwrt.org/project/uci.git";
16 rev = "5781664d5087ccc4b5ab58505883231212dbedbc";
17 hash = "sha256-8MyFaZdAMh5oMPO/5QyNT+Or57eBL3mamJLblGGoF9g=";
20 hardeningDisable = [ "all" ];
21 cmakeFlags = [ "-DBUILD_LUA=OFF" ];
22 buildInputs = [ libubox ];
29 description = "OpenWrt Unified Configuration Interface";
31 homepage = "https://git.openwrt.org/?p=project/uci.git;a=summary";
32 license = licenses.lgpl21Only;
33 platforms = platforms.all;
34 maintainers = with maintainers; [ mkg20001 ];