f3d: set vtk enableEgl

This commit is contained in:
Peder Bergebakken Sundt
2024-07-10 20:56:18 +08:00
committed by aleksana
parent c6be11a95f
commit 524fe38405
2 changed files with 5 additions and 0 deletions
@@ -4,6 +4,9 @@
, cmake
, help2man
, gzip
# There is a f3d overriden with EGL enabled vtk in top-level/all-packages.nix
# compiling with EGL enabled vtk will result in f3d running in headless mode
# See https://github.com/NixOS/nixpkgs/pull/324022. This may change later.
, vtk_9
, autoPatchelfHook
, Cocoa
+2
View File
@@ -5126,6 +5126,8 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Cocoa OpenGL;
};
f3d_egl = f3d.override { vtk_9 = vtk_9_egl; };
facedetect = callPackage ../tools/graphics/facedetect { };
faketty = callPackage ../tools/misc/faketty { };