forked from mirrors/nixpkgs
timemachine: link with libm explicitly
This commit is contained in:
parent
1492dcccda
commit
89bcdd1184
|
@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lm"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "JACK audio recorder";
|
||||
homepage = http://plugin.org.uk/timemachine/;
|
||||
|
|
Loading…
Reference in a new issue