summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/gqview/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/gqview/default.nix')
-rw-r--r--pkgs/applications/graphics/gqview/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/gqview/default.nix b/pkgs/applications/graphics/gqview/default.nix
index 205376b1257c..d82238f925b3 100644
--- a/pkgs/applications/graphics/gqview/default.nix
+++ b/pkgs/applications/graphics/gqview/default.nix
@@ -18,9 +18,7 @@ stdenv.mkDerivation {
hardeningDisable = [ "format" ];
- NIX_LDFLAGS = [
- "-lm"
- ];
+ NIX_LDFLAGS = "-lm";
meta = with stdenv.lib; {
description = "A fast image viewer";