Unverified Commit aa757b75 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ipscan: no longer broken (#355541)

parents a2dfffde 1b3154e6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -53,7 +53,5 @@ 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;
  };
}