mautrix-signal: move CGO_* env vars into env for structuredAttrs
This commit is contained in:
@@ -42,7 +42,9 @@ buildGoModule rec {
|
||||
|
||||
tags = lib.optional withGoolm "goolm";
|
||||
|
||||
CGO_LDFLAGS = lib.optional withGoolm [ cppStdLib ];
|
||||
env = lib.optionalAttrs withGoolm {
|
||||
CGO_LDFLAGS = toString [ cppStdLib ];
|
||||
};
|
||||
|
||||
vendorHash = "sha256-TFz5P8czj8J9+QTFHjffCldw8Je2+DiM49W7jv5rY/I=";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user