summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-01-04 00:57:38 +0000
committerGitHub <noreply@github.com>2021-01-04 00:57:38 +0000
commit581059aed4a202bf50b5f27b06234151d8653e14 (patch)
treeb6be55f925a711140368f608255ae4c70d7b28c1 /pkgs/tools/graphics
parentc40e1d8c9500ed56180aa0cdb153783b444ac8e0 (diff)
parent2554c5008c544686f098bd97a53c5cca2a19267c (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/optipng/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/optipng/default.nix b/pkgs/tools/graphics/optipng/default.nix
index 93c2f2c35025..571e89297c78 100644
--- a/pkgs/tools/graphics/optipng/default.nix
+++ b/pkgs/tools/graphics/optipng/default.nix
@@ -1,4 +1,5 @@
-{ stdenv, fetchurl, libpng, static ? false
+{ stdenv, fetchurl, libpng
+, static ? stdenv.hostPlatform.isStatic
}:
# This package comes with its own copy of zlib, libpng and pngxtern