gqview: link with libm explicitly

This commit is contained in:
Piotr Bogdan
2019-01-04 21:44:19 +00:00
parent 418a2d771c
commit 3d94f68c75
@@ -18,6 +18,10 @@ stdenv.mkDerivation {
hardeningDisable = [ "format" ];
NIX_LDFLAGS = [
"-lm"
];
meta = with stdenv.lib; {
description = "A fast image viewer";
homepage = http://gqview.sourceforge.net;