1 { lib, stdenv, fetchurl, pkg-config, python3, wafHook }:
3 stdenv.mkDerivation rec {
8 url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
9 sha256 = "sha256-r/qA3ux4kh+GM15vw/GLgK7+z0JPaldV6fL6DrBxDt8=";
12 nativeBuildInputs = [ pkg-config python3 wafHook ];
15 homepage = "http://drobilla.net/software/serd";
16 description = "A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples";
17 license = licenses.mit;
18 maintainers = [ maintainers.goibhniu ];
19 platforms = platforms.unix;