gqview: link with libm explicitly
This commit is contained in:
parent
418a2d771c
commit
3d94f68c75
@ -18,6 +18,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lm"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A fast image viewer";
|
description = "A fast image viewer";
|
||||||
homepage = http://gqview.sourceforge.net;
|
homepage = http://gqview.sourceforge.net;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user