ospd-openvas: limit platform support

This commit is contained in:
Fabian Affolter 2024-05-22 10:56:51 +02:00
parent 639029c858
commit d051d569ef

View File

@ -47,5 +47,6 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/greenbone/ospd-openvas/releases/tag/v${version}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ fab ];
platforms = platforms.linux;
};
}