6 , gobject-introspection
9 stdenv.mkDerivation rec {
14 url = "https://www.sonarnerd.net/src/focal/src/${pname}_${version}.tar.gz";
15 sha256 = "sha256-iyKNmg6sf+mxlY/4vt5lKdrKfJzkoCYU2j1O8uwk8K4=";
18 nativeBuildInputs = [ pkg-config gobject-introspection ];
20 buildInputs = [ glib ];
23 mkdir -p $out/share/doc/${pname}
24 cp ./AUTHORS $out/share/doc/${pname}
25 cp ./README $out/share/doc/${pname}
29 homepage = "https://www.sonarnerd.net/src/";
30 description = "GMPRIS GDBus bindings GDBus bindings generated from the GMPRIS XML spec files";
31 license = licenses.lgpl21;
32 maintainers = with maintainers; [ lovesegfault ];