linphonePackages.mediastreamer2: move env variable into env (#502528)

This commit is contained in:
Jo
2026-04-01 10:59:18 +00:00
committed by GitHub
@@ -70,7 +70,7 @@ mkLinphoneDerivation (finalAttrs: {
"-DENABLE_UNIT_TESTS=NO" # Do not build test executables
];
NIX_LDFLAGS = "-lXext";
env.NIX_LDFLAGS = "-lXext";
meta = {
description = "Powerful and lightweight streaming engine specialized for voice/video telephony applications. Part of the Linphone project";