Unverified Commit 2e4dfc66 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

linphonePackages.mediastreamer2: move env variable into env

parent fdc7b8f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";