Commit 271e05bb authored by Doron Behar's avatar Doron Behar
Browse files

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

parent 7c16395c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}