Loading pkgs/by-name/ku/kuzu/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ ninja, python3, fetchFromGitHub, versionCheckHook, }: stdenv.mkDerivation (finalAttrs: { Loading @@ -30,6 +31,12 @@ stdenv.mkDerivation (finalAttrs: { python3 ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgramArg = [ "--version" ]; meta = { changelog = "https://github.com/kuzudb/kuzu/releases/tag/v${finalAttrs.version}"; description = "Embeddable property graph database management system"; Loading Loading
pkgs/by-name/ku/kuzu/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ ninja, python3, fetchFromGitHub, versionCheckHook, }: stdenv.mkDerivation (finalAttrs: { Loading @@ -30,6 +31,12 @@ stdenv.mkDerivation (finalAttrs: { python3 ]; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; versionCheckProgramArg = [ "--version" ]; meta = { changelog = "https://github.com/kuzudb/kuzu/releases/tag/v${finalAttrs.version}"; description = "Embeddable property graph database management system"; Loading