linphonePackages.mediastreamer2: move env variable into env

This commit is contained in:
Stefan Frijters
2026-03-23 16:55:15 +01:00
parent fdc7b8f7b3
commit 2e4dfc66d7
@@ -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";