12 , gobject-introspection
18 python3.pkgs.buildPythonApplication rec {
24 src = fetchFromGitLab {
25 domain = "gitlab.gnome.org";
29 hash = "sha256-gt/NKgnCpRoVmLvEJJq2geng4miM2g+YhXYEOm5pPTA=";
50 propagatedBuildInputs = with python3.pkgs; [
57 description = "Info on your IP";
58 mainProgram = "whatip";
59 homepage = "https://gitlab.gnome.org/GabMus/whatip";
60 license = licenses.gpl3Plus;
61 platforms = platforms.linux;
62 maintainers = with maintainers; [ zendo ];