From 89bcdd1184c8f996b6f9a7d76f8fe8a3815f2df2 Mon Sep 17 00:00:00 2001 From: Piotr Bogdan Date: Fri, 4 Jan 2019 19:33:51 +0000 Subject: timemachine: link with libm explicitly --- pkgs/applications/audio/timemachine/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/applications/audio') diff --git a/pkgs/applications/audio/timemachine/default.nix b/pkgs/applications/audio/timemachine/default.nix index 8837566b13d0..643f50752985 100644 --- a/pkgs/applications/audio/timemachine/default.nix +++ b/pkgs/applications/audio/timemachine/default.nix @@ -19,6 +19,10 @@ stdenv.mkDerivation rec { preConfigure = "./autogen.sh"; + NIX_LDFLAGS = [ + "-lm" + ]; + meta = { description = "JACK audio recorder"; homepage = http://plugin.org.uk/timemachine/; -- cgit 1.4.1