mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
timemachine: link with libm explicitly
This commit is contained in:
parent
1492dcccda
commit
89bcdd1184
@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preConfigure = "./autogen.sh";
|
preConfigure = "./autogen.sh";
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lm"
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "JACK audio recorder";
|
description = "JACK audio recorder";
|
||||||
homepage = http://plugin.org.uk/timemachine/;
|
homepage = http://plugin.org.uk/timemachine/;
|
||||||
|
Loading…
Reference in New Issue
Block a user