From 2e4dfc66d7c38e4c3cc2b4f3289b6ad7e94516e1 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Mon, 23 Mar 2026 12:21:48 +0100 Subject: [PATCH] linphonePackages.mediastreamer2: move env variable into env --- .../instant-messengers/linphone/mediastreamer2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/linphone/mediastreamer2/default.nix b/pkgs/applications/networking/instant-messengers/linphone/mediastreamer2/default.nix index 0ed276b28b89..f4f3561ecd3e 100644 --- a/pkgs/applications/networking/instant-messengers/linphone/mediastreamer2/default.nix +++ b/pkgs/applications/networking/instant-messengers/linphone/mediastreamer2/default.nix @@ -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";