···22 openssl
23 ];
2425- # Build doesn't have a way to disable building the CPU plugin, which is already
26- # provided by 'tuxclocker-plugins'
27- patches = [ ./no-cpu-plugin.patch ];
28-29 mesonFlags = [
30 "-Ddaemon=false"
31 "-Dgui=false"
32 "-Drequire-nvidia=true"
033 ];
34}