15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-19ZmQdLjfwJwOMoO16rKJYKOnRyt7SQOdkYTxt8WQ2A=";
32 -DCMAKE_INSTALL_DEV_PREFIX=$out .
52 description = "Greenbone Library for helper functions in PostgreSQL";
53 homepage = "https://github.com/greenbone/pg-gvm";
54 changelog = "https://github.com/greenbone/pg-gvm/releases/tag/v${version}";
55 license = lib.licenses.gpl3Only;
56 maintainers = with lib.maintainers; [ tochiaha ];
57 mainProgram = "pg-gvm";
58 platforms = lib.platforms.all;