livepeer: move env variable into env for structuredAttrs (#522182)

This commit is contained in:
Stefan Frijters
2026-05-20 10:48:21 +00:00
committed by GitHub
+1 -1
View File
@@ -31,7 +31,7 @@ buildGoModule (finalAttrs: {
gnutls
];
CGO_LDFLAGS = [
env.CGO_LDFLAGS = toString [
"-lm"
];