x11spice: move NIX_LDFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-08 22:39:49 +01:00
parent bec1542e49
commit cc71ee181f
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
spice-protocol
];
NIX_LDFLAGS = "-lpthread";
env.NIX_LDFLAGS = "-lpthread";
meta = {
description = "Enable a running X11 desktop to be available via a Spice server";