all: remove NVIDIA workarounds
They fixed the driver.
This commit is contained in:
parent
7d20b472dd
commit
29f02d837d
4 changed files with 0 additions and 17 deletions
|
@ -29,7 +29,6 @@
|
|||
enableWayland ? true,
|
||||
enableX11 ? true,
|
||||
enablePipewire ? true,
|
||||
nvidiaCompat ? false,
|
||||
withQtSvg ? true, # svg support
|
||||
withJemalloc ? true, # masks heap fragmentation
|
||||
}: buildStdenv.mkDerivation {
|
||||
|
@ -73,7 +72,6 @@
|
|||
]
|
||||
++ lib.optional (!withJemalloc) "-DUSE_JEMALLOC=OFF"
|
||||
++ lib.optional (!enableWayland) "-DWAYLAND=OFF"
|
||||
++ lib.optional nvidiaCompat "-DNVIDIA_COMPAT=ON"
|
||||
++ lib.optional (!enablePipewire) "-DSERVICE_PIPEWIRE=OFF";
|
||||
|
||||
buildPhase = "ninjaBuildPhase";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue