vkquake: properly enable user directory support (#430140)
This commit is contained in:
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
vulkan-headers
|
||||
];
|
||||
|
||||
buildFlags = [ "DO_USERDIRS=1" ];
|
||||
mesonFlags = [ "-Ddo_userdirs=enabled" ];
|
||||
|
||||
env = lib.optionalAttrs stdenv.hostPlatform.isDarwin {
|
||||
NIX_CFLAGS_COMPILE = lib.concatStringsSep " " [
|
||||
|
||||
Reference in New Issue
Block a user