ipscan: no longer broken (#355541)

This commit is contained in:
Nick Cao 2024-11-13 08:28:22 -05:00 committed by GitHub
commit aa757b7517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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