lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

vkquake: properly enable user directory support (#430140)

authored by

Aleksana and committed by
GitHub
74172d87 c3c2e525

+1 -1
+1 -1
pkgs/games/quakespasm/vulkan.nix
··· 57 57 vulkan-headers 58 58 ]; 59 59 60 - buildFlags = [ "DO_USERDIRS=1" ]; 60 + mesonFlags = [ "-Ddo_userdirs=enabled" ]; 61 61 62 62 env = lib.optionalAttrs stdenv.hostPlatform.isDarwin { 63 63 NIX_CFLAGS_COMPILE = lib.concatStringsSep " " [