13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 hash = "sha256-S22Szpg6iXeana5t6EpbOtRstthgrJ4Z2cBrf7a9ZBk=";
31 buildInputs = [ pcre ];
32 propagatedBuildInputs = [ serd ];
37 homepage = "http://drobilla.net/software/sord";
38 description = "A lightweight C library for storing RDF data in memory";
39 license = with licenses; [ bsd0 isc ];
40 maintainers = [ maintainers.goibhniu ];
41 platforms = platforms.unix;