bloodspilot-client: move NIX_LDFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-01 22:26:22 +01:00
parent e6b4ae9f3b
commit 2b6a0527fe
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
zlib
];
NIX_LDFLAGS = "-lX11";
env.NIX_LDFLAGS = "-lX11";
meta = {
description = "Multiplayer space combat game (client part)";