12 stdenv.mkDerivation rec {
14 pname = "xcb-util-xrm";
17 url = "https://github.com/Airblader/xcb-util-xrm/releases/download/v${version}/${pname}-${version}.tar.bz2";
18 sha256 = "118cj1ybw86pgw0l5whn9vbg5n5b0ijcpx295mwahzi004vz671h";
35 description = "XCB utility functions for the X resource manager";
36 homepage = "https://github.com/Airblader/xcb-util-xrm";
37 license = licenses.mit; # X11 variant
38 platforms = with platforms; unix;