ipscan: mark as broken (doesn't really launch)

This commit is contained in:
Doron Behar
2024-10-13 21:36:48 +03:00
parent 7c16395c9f
commit 271e05bbfb
+2
View File
@@ -51,5 +51,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ kylesferrazza totoroot ];
# Very similar issue to hdfview, see: https://github.com/NixOS/nixpkgs/issues/340048
broken = true;
};
}