arcan: disable tracy by default (#421250)

This commit is contained in:
Franz Pletz
2025-07-13 15:33:11 +02:00
committed by GitHub
+2 -1
View File
@@ -53,7 +53,8 @@
useStaticLibuvc ? true,
useStaticOpenAL ? true,
useStaticSqlite ? true,
useTracy ? true,
# For debugging only, disabled by upstream
useTracy ? false,
# Configurable options
sources ? callPackage ./sources.nix { },
}: