forked from mirrors/nixpkgs
tangogps: link with libm explicitly
This commit is contained in:
parent
19061fb79e
commit
510b678cb7
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue