livepeer: move env variable into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-05-20 10:43:03 +02:00
parent 625ef36d81
commit a79073ac07
+1 -1
View File
@@ -31,7 +31,7 @@ buildGoModule (finalAttrs: {
gnutls
];
CGO_LDFLAGS = [
env.CGO_LDFLAGS = toString [
"-lm"
];