ipscan: no longer broken

closes #355412
This commit is contained in:
Kyle Sferrazza 2024-11-12 17:31:52 -05:00
parent 45d55abd39
commit 1b3154e666
No known key found for this signature in database

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