7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
14 repo = "kcare-uchecker";
15 rev = "refs/tags/v${version}";
16 hash = "sha256-SST143oi0O9PcJbw4nxHwHNY6HkIGi1WMBzveUYVhJs=";
20 # Switch to poetry-core, https://github.com/cloudlinux/kcare-uchecker/pull/52
22 name = "switch-poetry-core.patch";
23 url = "https://github.com/cloudlinux/kcare-uchecker/commit/d7d5ab75efa6a355b3dd3190c1edbaba8110c885.patch";
24 hash = "sha256-YPPw6M7MGN8nguAvAwjmz0VEYm0RD98ZkoVIq9SP3sA=";
28 nativeBuildInputs = with python3.pkgs; [
32 nativeCheckInputs = with python3.pkgs; [
37 pythonImportsCheck = [
42 description = "Simple tool to detect outdated shared libraries";
43 homepage = "https://github.com/cloudlinux/kcare-uchecker";
44 changelog = "https://github.com/cloudlinux/kcare-uchecker/releases/tag/v${version}";
45 license = licenses.gpl2Only;
46 maintainers = with maintainers; [ fab ];
47 mainProgram = "uchecker";