timemachine: link with libm explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:51 +00:00
parent 1492dcccda
commit 89bcdd1184

View File

@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh";
NIX_LDFLAGS = [
"-lm"
];
meta = {
description = "JACK audio recorder";
homepage = http://plugin.org.uk/timemachine/;