mautrix-signal: move CGO_* env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 18:52:40 +01:00
parent 3721c6008f
commit 3989aa72dd
+3 -1
View File
@@ -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=";