tangogps: link with libm explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:51 +00:00
parent 19061fb79e
commit 510b678cb7

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gettext gtk2 gconf curl libexif sqlite libxml2 ];
NIX_LDFLAGS = [ "-lm" ];
# bogus includes fail with newer library version
postPatch = ''