Merge pull request #277891 from greizgh/f3d-broken

f3d: mark broken

authored by Peder Bergebakken Sundt and committed by GitHub 5d4dd2a3 40827186

+4
+4
pkgs/applications/graphics/f3d/default.nix
··· 30 30 license = licenses.bsd3; 31 31 maintainers = with maintainers; [ bcdarwin ]; 32 32 platforms = with platforms; unix; 33 + # As of 2024-01-20, this fails with: 34 + # error while loading shared libraries: libvtkInteractionWidgets.so.1: cannot open shared object file: No such file or directory 35 + # Tracking issue: https://github.com/NixOS/nixpkgs/issues/262328 36 + broken = true; 33 37 }; 34 38 }