22 stdenv.mkDerivation rec {
26 src = fetchFromGitHub {
30 sha256 = "sha256-Ps8J9JuLKcrowl9wgZ3Wm7JTXyiejQPDr4OV/IvDy+I=";
56 "-DGVM_RUN_DIR=$out/run/gvm"
60 description = "Libraries module for the Greenbone Vulnerability Management Solution";
61 homepage = "https://github.com/greenbone/gvm-libs";
62 license = with licenses; [ gpl2Plus ];
63 maintainers = with maintainers; [ fab ];
64 platforms = platforms.linux;