14 python3Packages.buildPythonPackage rec {
15 pname = "iplookup-gtk";
17 pyproject = false; # Built with meson
19 src = fetchFromGitHub {
21 repo = "IPLookup-gtk";
23 hash = "sha256-NqFE6vRdLpnlCzGAUE4iOfLmTnUgX3CHtoXfsbT3zm4=";
39 dependencies = with python3Packages; [
46 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
50 description = "Find info about an IP address";
51 homepage = "https://github.com/Bytezz/IPLookup-gtk";
52 changelog = "https://github.com/Bytezz/IPLookup-gtk/releases/tag/${src.rev}";
53 license = lib.licenses.gpl3Plus;
54 mainProgram = "iplookup";
55 maintainers = with lib.maintainers; [ aleksana ];
56 platforms = lib.platforms.linux;