vkquake: properly enable user directory support (#430140)
Aleksana 4 months ago 74172d87 c3c2e525
··· 57 57 vulkan-headers 58 58 ]; 59 59 60 60 - buildFlags = [ "DO_USERDIRS=1" ]; 60 60 + mesonFlags = [ "-Ddo_userdirs=enabled" ]; 61 61 62 62 env = lib.optionalAttrs stdenv.hostPlatform.isDarwin { 63 63 NIX_CFLAGS_COMPILE = lib.concatStringsSep " " [