tangogps: link with libm explicitly
This commit is contained in:
parent
19061fb79e
commit
510b678cb7
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ gettext gtk2 gconf curl libexif sqlite libxml2 ];
|
buildInputs = [ gettext gtk2 gconf curl libexif sqlite libxml2 ];
|
||||||
|
NIX_LDFLAGS = [ "-lm" ];
|
||||||
|
|
||||||
# bogus includes fail with newer library version
|
# bogus includes fail with newer library version
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user