From 6fc5258c5c60fbb1128c902983068b6601f9a0b9 Mon Sep 17 00:00:00 2001 From: Greizgh Date: Sun, 31 Dec 2023 12:03:22 +0100 Subject: f3d: mark broken As of 2024-01-20, running f3d result in: error while loading shared libraries: libvtkInteractionWidgets.so.1: cannot open shared object file: No such file or directory Related issue: https://github.com/NixOS/nixpkgs/issues/262328 --- pkgs/applications/graphics/f3d/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications/graphics') diff --git a/pkgs/applications/graphics/f3d/default.nix b/pkgs/applications/graphics/f3d/default.nix index 0207d3fa13e0c..90dc732c0306d 100644 --- a/pkgs/applications/graphics/f3d/default.nix +++ b/pkgs/applications/graphics/f3d/default.nix @@ -30,5 +30,9 @@ stdenv.mkDerivation rec { license = licenses.bsd3; maintainers = with maintainers; [ bcdarwin ]; platforms = with platforms; unix; + # As of 2024-01-20, this fails with: + # error while loading shared libraries: libvtkInteractionWidgets.so.1: cannot open shared object file: No such file or directory + # Tracking issue: https://github.com/NixOS/nixpkgs/issues/262328 + broken = true; }; } -- cgit 1.4.1