ipscan: no longer broken (#355541)

This commit is contained in:
Nick Cao
2024-11-13 08:28:22 -05:00
committed by GitHub

View File

@@ -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;
};
}