gst_all_1.gst-plugins-ugly: link with libm explicitly

This commit is contained in:
Vladimír Čunát 2019-01-06 12:13:19 +01:00
parent 68c3097b96
commit 981b504ecd
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -39,4 +39,6 @@ stdenv.mkDerivation rec {
libintl
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks;
[ IOKit CoreFoundation DiskArbitration ]);
NIX_LDFLAGS = [ "-lm" ];
}