23 stdenv.mkDerivation rec {
24 pname = "gnome-nettool";
28 url = "mirror://gnome/sources/gnome-nettool/${lib.versions.major version}/gnome-nettool-${version}.tar.xz";
29 hash = "sha256-pU8p7vIDiu5pVRyLGcpPdY5eueIJCkvGtWM9/wGIdR8=";
33 # Fix build with meson 0.61
34 # https://gitlab.gnome.org/GNOME/gnome-nettool/-/merge_requests/3
36 url = "https://gitlab.gnome.org/GNOME/gnome-nettool/-/commit/1124c3e1fdb8472d30b7636500229aa16cdc1244.patch";
37 hash = "sha256-fbpfL8Xb1GsadpQzAdmu8FSPs++bsGCVdcwnzQWttGY=";
58 chmod +x postinstall.py
59 patchShebangs postinstall.py
69 inetutils # for ping6, traceroute, whois
76 updateScript = gnome.updateScript { packageName = "gnome-nettool"; };
80 homepage = "https://gitlab.gnome.org/GNOME/gnome-nettool";
81 description = "Collection of networking tools";
82 mainProgram = "gnome-nettool";
83 maintainers = teams.gnome.members;
84 license = licenses.gpl2Plus;
85 platforms = platforms.linux;