livepeer: move env variable into env for structuredAttrs (#522182)
This commit is contained in:
@@ -31,7 +31,7 @@ buildGoModule (finalAttrs: {
|
||||
gnutls
|
||||
];
|
||||
|
||||
CGO_LDFLAGS = [
|
||||
env.CGO_LDFLAGS = toString [
|
||||
"-lm"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user