about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2020-04-13 19:19:05 -0400
committerJohn Ericson <git@JohnEricson.me>2020-04-13 19:26:19 -0400
commit204d7104053d5d97c0036e20a912814d63f71e6f (patch)
treeb2a7da9556620543dd59dc21af143a25b2deb2c5 /pkgs/applications/networking/mailreaders
parent17f2cf93dc3dfd49c7be85eee960994640b6f957 (diff)
treewide: Get rid of -dumpmachine in favor of static info
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index 797d7b17ec2d6..19c572af2795d 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -191,7 +191,7 @@ stdenv.mkDerivation rec {
           lib.getVersion stdenv.cc.cc
         } -isystem ${stdenv.cc.cc}/include/c++/${
           lib.getVersion stdenv.cc.cc
-        }/$(cc -dumpmachine)"
+        }/${stdenv.hostPlatform.config}"
       } \
       $NIX_CFLAGS_COMPILE"