ipscan: no longer broken

closes #355412
This commit is contained in:
Kyle Sferrazza
2024-11-12 15:36:59 -07:00
parent 45d55abd39
commit 1b3154e666
-2
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;
};
}