Unverified Commit 1b3154e6 authored by Kyle Sferrazza's avatar Kyle Sferrazza
Browse files

ipscan: no longer broken

closes #355412
parent 45d55abd
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;
  };
}