15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 hash = "sha256-GDs1m8KoEhJDdCf7kacQMZzCNPoZhESJds6KupQvOkU=";
40 buildInputs = [ pcre2 ];
41 propagatedBuildInputs = [
49 homepage = "http://drobilla.net/software/sord";
50 description = "Lightweight C library for storing RDF data in memory";
51 license = with licenses; [
56 platforms = platforms.unix;