Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

arcan: disable tracy by default (#421250)

authored by

Franz Pletz and committed by
GitHub
f0066ee3 db331d1d

+2 -1
+2 -1
pkgs/by-name/ar/arcan/package.nix
··· 53 53 useStaticLibuvc ? true, 54 54 useStaticOpenAL ? true, 55 55 useStaticSqlite ? true, 56 - useTracy ? true, 56 + # For debugging only, disabled by upstream 57 + useTracy ? false, 57 58 # Configurable options 58 59 sources ? callPackage ./sources.nix { }, 59 60 }: