x11spice: move NIX_LDFLAGS into env for structuredAttrs
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user